arrow_backBack to news feed
Product UpdatesPublished: July 29, 2026

Jack Dorsey’s Buzz: An Open-Source Workspace Uniting Chat, Git, and AI Agents Under One Nostr Relay

Reported by Araho Editorial

Executive Summary

"Block launches Buzz, an open-source workspace combining chat, Git hosting, and AI agents with Nostr-based identity and signed events, aiming to replace Slack and GitHub."

Background & Context§

On July 21st, Jack Dorsey, cofounder and head of Block (formerly Square), announced the launch of Buzz—an open-source workspace designed to unify team chat, AI agents, and software repositories under a single identity system. Buzz is built on the Nostr protocol, a decentralized messaging standard that uses cryptographic key pairs for identity. Dorsey’s move reflects his long-standing advocacy for open protocols and his thesis that AI should fundamentally alter organizational coordination, not just serve as a productivity tool. Buzz enters a market dominated by Slack (chat), GitHub (code hosting), and various agent orchestration frameworks, aiming to collapse these functions into one event-driven system. This matters because it introduces a novel architecture where AI agents are first-class participants with their own cryptographically signed identities, potentially reducing integration friction for teams building agent-assisted workflows.

The News: What Happened Exactly§

Jack Dorsey tweeted on July 21st that Block is releasing Buzz as an open-source project under the Apache 2.0 license. The core design replaces traditional per-vendor identity systems with Nostr-based cryptographic key pairs, where every message, reaction, workflow step, code event, and approval is a signed event stored on a self-hostable Nostr relay. In this model, human employees and AI agents share the same identity structure: each has a key pair, channel memberships, and an audit trail. Agents are not mere chat bots; they can search discussions, open repositories, submit patches, review code, run workflows, edit shared canvases, and create channels. Buzz includes an agent-oriented CLI and harnesses for popular agent frameworks like Goose, Codex, and Claude Code, leaving the underlying model choice to the user.

Buzz’s Git integration goes beyond posting notifications. The specification describes a built-in software forge using standard Git Smart HTTP, where a feature branch becomes its own channel. Patches, CI results, review comments, and merge decisions are preserved in the same event record—so repositories, discussions, and workflow history share one search index. Currently working features include channels, threads, direct messages, shared canvases, media, search, an audit log, a desktop application, and YAML-based workflows. Packaged builds exist for macOS, Windows, and Linux. The latest desktop release, version 0.4.21, shipped on July 21st with fixes for agent controls, authentication, and workspace onboarding.

Despite Dorsey’s description of Buzz as “decentralized and self-sovereign,” Block’s architecture document clarifies that Buzz currently has no peer-to-peer event exchange, gossip layer, or replication between relays. All reads and writes in a workspace pass through a single relay that authenticates users, verifies signatures, stores events, and distributes updates. Thus, Buzz’s decentralization stems from deployment and ownership: an organization can run its own relay, retain its domain and data, and use portable Nostr key pairs instead of depending on a hosted service. Within each community, the relay remains the authoritative server. This distinction matters for teams evaluating Buzz as a Slack or GitHub substitute: self-hosting offers control but transfers operational risks (availability, backups, security, upgrades) to the organization. The signed event model provides attribution but does not eliminate server-related risks.

Block has not published adoption figures, pricing, or external customer numbers. Buzz remains unfinished: mobile clients are in development, push notifications are pending, and workflow approval gates lack a complete execution path. Block itself is the first reference customer, with an internal build configured for Block’s relay and agent provider.

Historical Parallels & Similar Incidents§

Buzz’s ambition to replace multiple tools—chat, code hosting, CI, and agent orchestration—with one self-hosted platform echoes earlier attempts at unifying developer workflows. A notable parallel is GitLab’s integrated DevOps platform, which started as a self-hosted Git repository manager and grew to include CI/CD, issue tracking, container registry, and monitoring. GitLab launched in 2011 as an open-source alternative to GitHub, positioning itself as a single application for the entire DevOps lifecycle. Its early strategy emphasized self-hosting and data sovereignty, much like Buzz. However, GitLab’s integration was vertical: it did not incorporate real-time chat or AI agents as first-class citizens with cryptographic identity. Buzz goes further by merging synchronous communication (chat) with asynchronous work (code, workflows) and treating agents as full participants rather than integrations.

Another historical incident is the rise and fall of Mattermost as an open-source Slack alternative. Mattermost, launched in 2015, offered self-hosted chat with compliance features and a plugin ecosystem. It gained traction among organizations requiring data control, especially in regulated industries. However, Mattermost never internally integrated code hosting or agent orchestration; it relied on external tooling via plugins and webhooks. Buzz’s design takes a different path: it builds Git hosting and agent capabilities directly into the event system, reducing the need for integration layers. Mattermost’s experience shows that self-hosted chat can win niche audiences but struggles to replace the broader collaboration stack without deep native support for development workflows. Buzz’s tight coupling of chat, code, and agents may address that gap, but it also increases complexity: users must adopt the entire platform or nothing, unlike Mattermost’s modular approach.

Lessons from these parallels suggest that unified platforms can reduce toolchain fragmentation but often require significant migration effort and cultural buy-in. GitLab succeeded by offering a clear migration path from GitHub and Jenkins, while Mattermost’s focus on chat limited its reach. Buzz’s success will hinge on whether its Nostr-based identity and event model provide enough value to outweigh the operational overhead of running a relay and the incompleteness of its features. Moreover, the lack of peer-to-peer replication makes it more akin to a self-hosted server than a truly decentralized system, which may limit its appeal to organizations seeking resilience beyond a single relay.

SHARE NEWS:
ABOUT THE AUTHOR
Araho Editorial

Editorial Desk

The llmdb.app editorial desk curates and summarizes significant AI developments from primary sources including arXiv, company blogs, and official announcements. Every digest links to its original source for verification.