Buzz 0.4.21: Jack Dorsey launches open-source workspace for chat, AI agents and Git hosting

Buzz 0.4.21: Jack Dorsey launches open-source workspace for chat, AI agents and Git hosting

Overview and Takeaway

Jack Dorsey's Block launched Buzz 0.4.21, an open-source self-hosted workspace that combines team chat, AI agents and Git hosting using signed Nostr events.

Core Design: Nostr Relay and Identity Model

Buzz is built around a self-hostable Nostr relay where every message, reaction, workflow step, code event and approval is stored as a cryptographically signed event. Human employees and agents receive the same basic identity structure, including their own key pairs, channel memberships and audit trails.

Features: Chat, Agents, Git Hosting and Workflows

Buzz provides channels, threads, direct messages, shared canvases, media, search, an audit log and a desktop application for macOS, Windows and Linux. It includes an agent-oriented command-line interface and harnesses for Goose, Codex and Claude Code, keeping the underlying model choice separate from the workspace. The project specification describes a built-in software forge using standard Git Smart HTTP, allowing a feature branch to become its own channel with patches, CI results, review comments and merge decisions preserved in the same record. YAML-based workflows are supported.

Decentralization and Deployment Model

Although Dorsey describes Buzz as decentralized and self-sovereign, the architecture document states 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. Decentralization therefore comes 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 single hosted service. A hosted operator can also run multiple isolated communities on shared infrastructure, but within each community the relay remains the authoritative server.

Current Status and Roadmap

Buzz is available for testing and development, though Block's documentation repeatedly labels it unfinished. Mobile clients remain in development, push notifications are pending, and workflow approval gates have database, API and interface components without a completed execution path. The latest desktop release, version 0.4.21, shipped on July 21st with fixes and additions covering agent controls, authentication and workspace onboarding. The repository is licensed under Apache 2.0.

Community Reaction: Highlights from HN Comments

"Having agents see everything you and your colleagues see is cool. The challenge comes when you want to make certain things private to certain people. In that world you don’t want multiplayer agents leaking data, so you end up having to write and maintain complex rulesets about what specific resources agents have access to." – @muglug

"Maybe I’m missing something, but it feels like the economics of software are shifting. If companies can afford software tailored to their exact workflows for less than the annual cost of a single engineer, what does the moat of a traditional SaaS company become?" – @sim04ful

"I feel like this might be solving a real problem (agents having identity, access controls, etc that are provisioned like you would a regular user) — with this Nostr layer that doesn’t really provide any specific value that I can see. So actions are signed, great — this is like telling me I’m going to be using blockchain to store my files because I need crypto on top of my crypto." – @sulam

"That screenshot is some Lynchian horror. '#engineering. New direction, team – we’re moving the prototype to Flutter' and then the humans and agent bots engage in flirty emoji-filled chats with cutesy names 'I nailed the physics, UI shell @Honeybot?'" – @themgt

"I think a tool with this kind of UX is the future of engineering orgs. It reminds me a lot of JetBrains Space (which I already thought was a good idea back then), but with agents." – @2001zhaozhao

"This could fill a useful niche. However I would assume Anthropic and OpenAI are going to build their own and steamroll in 6-12 months." – @theptip

"Companies are looking for more traceability in regulated environments. We have audit and compliance to deal with where the whole sdlc is under a microscope. Does buzz help move us out of Jira hell, get off slack, teams or google chat? Does it get us off github enterprise?" – @cdnsteve

Outlook

Block has given Buzz a broad assignment: replace portions of chat, code hosting, workflow automation, project search and agent orchestration with one event system. Its first test will be whether engineers outside Block want one relay to carry this much of their work.

Sources