Block Open-Sources Berd: Apache 2.0 Desktop Workspace for Multi-Model AI Agents

Block has open-sourced Berd, an Apache 2.0-licensed desktop application designed to serve as a unified workspace for managing AI agents across different foundation models, toolsets, and execution harnesses. Originally built for internal use across Square, Cash App, and Tidal, the desktop client reached version 0.6.2 on August 18, 2026, with builds available for macOS, Windows, and Linux. The release addresses growing operational fragmentation as developers juggle specialized agent environments

2 min
Block Open-Sources Berd: Apache 2.0 Desktop Workspace for Multi-Model AI Agents

Block has open-sourced Berd, an Apache 2.0-licensed desktop application designed to serve as a unified workspace for managing AI agents across different foundation models, toolsets, and execution harnesses. Originally built for internal use across Square, Cash App, and Tidal, the desktop client reached version 0.6.2 on August 18, 2026, with builds available for macOS, Windows, and Linux.

The release addresses growing operational fragmentation as developers juggle specialized agent environments like Anthropic's Claude Code, OpenAI's Codex, and Block's own Goose. Rather than offering another foundation model or standalone agent runtime, Berd acts as a desktop orchestration layer that manages persistent project context, tool configurations, and agent states on top of existing harnesses.

Berd Desktop Architecture and Sidecar Communication

Sidecar Runtime and Open Protocols

Berd is built with Tauri 2 and React 19, operating entirely as a local desktop environment rather than a web application. Its architecture relies on two key open standards:

  • Agent Client Protocol (ACP): Berd communicates with its execution engine through ACP. Goose, the model-agnostic runtime that Block contributed to the Agentic AI Foundation (AAIF), runs as a bundled sidecar process to handle the core agent execution loop.
  • Model Context Protocol (MCP): Tool connectivity, filesystem access, and external data sources hook into the runtime using MCP standards, allowing users to attach tools across local and remote environments.
  • Deterministic Version Pinning: The desktop build system locks specific Goose backend binaries via lockfiles to prevent silent runtime drift, while allowing developers to point to custom local builds for testing.

Local-First Storage and Explicit State

Unlike cloud-hosted AI dashboards, Berd prioritizes data residency and operational transparency:

  • Local Data Retention: Conversation logs, project workspaces, and session histories are stored locally on the user machine by default.
  • OS Keychain Integration: API keys and provider credentials are kept in the operating system credential manager rather than synchronized to remote servers.
  • Visible Operational State: The user interface explicitly presents active project boundaries, selected models, attached MCP tools, and failure states rather than abstracting runtime errors behind conversational wrappers.
  • Visual Agent Personas: To prevent confusion when managing multiple concurrent agents with varying system prompts and tool permissions, Berd introduces visual identities (termed "Gloopies" internally) with distinct behavioral roles such as adversarial review, decision narrowing, and stylistic matching.

Roadmap and Enterprise Strategy

While Berd targets individual, single-player desktop workflows, Block maintains a complementary open-source collaboration platform called Buzz. Built on the decentralized Nostr protocol, Buzz provides shared rooms where human team members and cryptographically identified AI agents collaborate on shared repositories.

Block confirmed that it plans to migrate key single-player workflows from Berd directly into Buzz to support seamless handoffs between private local execution and multi-user environments. In the interim, Berd remains freely available on GitHub for organizations seeking an open-source, multi-harness desktop interface.

Sources

Written by

More to read

  • Anthropic Demonstrates Autonomous De Novo Protein Design and Chemical Analysis with Claude

    Anthropic Demonstrates Autonomous De Novo Protein Design and Chemical Analysis with Claude Anthropic has published experimental results demonstrating Claude's ability to autonomously design de novo protein binders with physical wet-lab validation and automate complex analytical chemistry workflows. The findings show frontier LLMs acting as autonomous agents across computational biology and molecular characterization pipelines. In the primary experiment, Anthropic evaluated Claude Mythos Previe

    1 min
  • Cerebras Unveils CS-4 Rack-Scale System Powered by Three WSE-3 Turbo Chips and Nexus Architecture

    Cerebras Unveils CS-4 Rack-Scale System Powered by Three WSE-3 Turbo Chips and Nexus Architecture Cerebras Systems has announced the CS-4, a rack-scale AI accelerator system designed around three of its next-generation Wafer Scale Engine 3 Turbo (WSE-3 Turbo) chips and a modular hardware architecture dubbed Nexus. Cerebras confirmed that initial customer shipments for the CS-4 are scheduled to begin in the current quarter. The new system marks a structural shift from Cerebras's single-wafer CS

    1 min
  • AI FinOps: Cutting LLM Inference Costs by 30-60% Through Model Tiering, Caching, and GPU Optimization

    AI FinOps: Cutting LLM Inference Costs by 30-60% Through Model Tiering, Caching, and GPU Optimization Inference costs have become the second-largest line item in enterprise AI budgets, trailing only talent spend according to RapidData's State of Enterprise AI 2026. This shift represents a fundamental inversion from the 2021-2023 era when training dominated AI expenditure. The compounding nature of serving costs—accumulating every hour as long as users hit the API—means that even modest producti

    1 min