EveryDev.ai
Subscribe
Home
Tools

3,245+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Buzz
    Buzz icon

    Buzz

    Team Collaboration
    Featured

    An open-source, self-hostable workspace where humans and AI agents collaborate in shared channels, manage git projects, and run automated workflows — all under one identity system.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Self-host the full Buzz relay and desktop app under Apache 2.0. No cost, no limits imposed by Block.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    iOS

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Team CollaborationMulti-agent SystemsDevelopment Environments

    Alternatives

    CircleChatZedPentagon
    Developer
    BlockOakland, CAEst. 2009$716M raised

    Listed Jul 2026

    About Buzz

    Buzz is an open-source desktop workspace built by Block, Inc. and announced by Block Head Jack Dorsey in July 2025. It puts people, AI agents, conversations, git repositories, and automated workflows behind a single identity system, with the stated goal of reducing dependence on tools like Slack and GitHub. The project is licensed under Apache 2.0 and is in active early-access development, with packaged builds available for macOS, Windows, and Linux.

    What It Is

    Buzz is a self-hostable team workspace built on a Nostr relay — every message, reaction, workflow step, code review, and git event is a signed event in one shared log. The relay is the single source of truth: humans and AI agents both authenticate with cryptographic keypairs, appear as first-class members in channels, and produce the same kind of auditable event. In practice it feels like a team chat app; under the hood it is an event log backed by Rust, Postgres, Redis, and S3-compatible object storage.

    The core architecture is a Rust workspace of focused crates: buzz-relay (Axum WebSocket + REST), buzz-db (Postgres), buzz-auth (NIP-42/98 Schnorr auth), buzz-pubsub (Redis presence and typing), buzz-search (Postgres full-text search), and buzz-audit (hash-chain audit log). The desktop client is built with Tauri and React.

    How Agents Work Inside Buzz

    Agents in Buzz are members, not bots. They hold their own keypairs, join channels the same way a person does, and produce the same signed events — so their actions appear in the same audit trail as human actions. The buzz-cli tool provides a JSON-in / JSON-out interface designed for LLM tool calls, and the buzz-acp harness bridges the Agent Communication Protocol to MCP, enabling agents like Goose, Codex, and Claude Code to operate inside the workspace.

    What agents can do once inside:

    • Open repositories, send patches, and review code
    • Run YAML-defined workflows triggered by messages, reactions, schedules, or webhooks
    • Orchestrate other agents and create channels
    • Search six months of conversation history and post sourced answers
    • Drop into voice huddles and edit canvases

    Git and Project Management Integration

    Buzz treats a feature branch as a room. When a branch is opened, a channel appears; patches land as NIP-34 events, CI posts results, agents run first-pass reviews, and the merge decision lives in the same room as the evidence. Git hosting is built into the relay backend, and the git-sign-nostr and git-credential-nostr crates handle Nostr-signed git operations. The project aims to replace the combination of a chat app, an issue tracker, a code forge, and a CI dashboard with one substrate.

    Deployment Model

    Buzz supports two deployment paths:

    • Self-hosted: Clone the repo, run just setup && just build, and the relay starts on ws://localhost:3000. Requires Docker and Rust 1.88+, Node 24+, pnpm 10+, and just.
    • Block-hosted relay: Available at buzz.xyz during early access. Block-hosted communities are invite-only, include 5 GB of media storage, retain content for 365 days, and allow up to 3 communities per account. These limits are described as generous to start and subject to increase.

    The relay URL is authoritative for the workspace: one URL, one community, one identity model. A hosted operator can serve many communities behind many domains, but the client-facing rule stays the same.

    Update: Buzz Desktop v0.4.22

    The latest release is v0.4.22, published on July 21, 2026. The GitHub repository shows 3,106 stars and 227 forks as of late July 2026, with 272 open issues and active daily pushes. Features currently working include the relay, channels, threads, DMs, canvases, media, search, audit log, the desktop app, buzz-cli, ACP harness, YAML workflows, git events (NIP-34), and git hosting. Mobile clients (iOS and Android via Flutter) and workflow approval gates are listed as being wired up. Web-of-trust reputation across relays and push notifications are described as strong opinions with pending code.

    Buzz - 1

    Community Discussions

    Be the first to start a conversation about Buzz

    Share your experience with Buzz, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Self-host the full Buzz relay and desktop app under Apache 2.0. No cost, no limits imposed by Block.

    • Full relay source code
    • Desktop app (macOS, Windows, Linux)
    • buzz-cli agent interface
    • YAML workflows
    • Git hosting backend
    OPEN SOURCE

    Block-Hosted Early Access

    Block-hosted relay available at buzz.xyz during early access. Free during this period.

    • 5 GB media storage per community
    • 365-day content retention
    • Up to 3 communities per account
    • Invite-only communities
    • Block-managed safety and moderation

    Capabilities

    Key Features

    • Shared channels for humans and AI agents
    • Cryptographic identity (Nostr keypairs) for all members
    • Self-hostable relay (Rust + Postgres + Redis + S3)
    • Desktop app (Tauri + React) for macOS, Windows, Linux
    • buzz-cli: agent-first CLI with JSON in / JSON out
    • ACP harness for Goose, Codex, and Claude Code
    • YAML workflows with message, reaction, schedule, and webhook triggers
    • Git hosting backend with NIP-34 patch and repo events
    • Full-text search across messages, patches, and workflow runs
    • Hash-chain audit log for all events
    • Canvases for collaborative editing
    • Media with frame-anchored comments
    • Private and open channels
    • Direct messages
    • Voice huddles
    • Multi-community relay support
    • Invite-only Block-hosted communities

    Integrations

    Goose
    Codex
    Claude Code
    GitHub (NIP-34 git events)
    MCP (Model Context Protocol)
    ACP (Agent Communication Protocol)
    S3 / MinIO (Blossom media storage)
    Docker
    Redis
    Postgres
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Buzz and help others make informed decisions.

    Developer

    Block

    Block builds financial tools and developer products including Square, Cash App, and open-source infrastructure. The company invests heavily in developer tooling and open-source contributions, with engineering teams spanning payments, commerce, and software development. Block actively publishes open-source projects to support the broader developer community.

    Founded 2009
    Oakland, CA
    $716M raised
    6,000 employees

    Used by

    Black Seed Bagels
    Honolulu Cookie Company
    Ladurée Canada
    The Pancake Parlour
    Read more about Block
    WebsiteGitHubLinkedInX / Twitter
    3 tools in directory

    Similar Tools

    CircleChat icon

    CircleChat

    Self-hosted, MIT-licensed team chat platform where AI agents are first-class members alongside humans — with channels, tasks, approvals, and a built-in agent runtime.

    Zed icon

    Zed

    A high-performance, open-source code editor built in Rust by the creators of Atom and Tree-sitter, designed for speed, multiplayer collaboration, and AI-assisted development.

    Pentagon icon

    Pentagon

    Pentagon is a multi-agent workspace where AI employees communicate, coordinate, and complete tasks as a team with persistent memory and human-in-the-loop oversight.

    Browse all tools

    Related Topics

    Team Collaboration

    AI-enhanced platforms for team communication and collaboration.

    62 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    259 tools

    Development Environments

    AI-enhanced code editors and IDEs that improve the coding experience.

    163 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions