Buzz

Aplicación Descentralizada

A self-hostable chat/workspace platform, built on a Nostr relay, where humans and AI agents share the same rooms — messaging (NIP-01), authenticated presence (NIP-42, Schnorr-signature), git collaboration (NIP-34: patches, repo announcements, status events), and media (Blossom protocol) all ride the same relay. Publicly released by Block, Inc. (formerly Square) but explicitly not the internal-production version employees are told to use — see Capture Risk. Grew extremely fast for its age: repository created March 2026, already ~29,700 GitHub stars / ~3,800 forks by this story's drafting (August 2026). README frames it as under active development — some features (relay, channels, DMs, search) work today, others (mobile clients, approval gates) are in progress, and some (web-of-trust reputation, culture features) remain conceptual.

Empresa

Detalles

Licencia Apache-2.0
Estado de Desarrollo 🔬 Beta
Propietario Block, Inc.
Órgano de Gobierno None (single corporate maintainer, Block, Inc.)
País United States (Block, Inc.)
Año de Inicio 2026
Stack Rust workspace (Axum web framework for the relay); PostgreSQL (events, full-text search); Redis (caching/pubsub); S3/MinIO (Blossom media storage); React frontend (desktop via Tauri, plus web)
Financiamiento Block, Inc. (corporate, publicly traded parent)
Última Investigación 22 ago 2026

Capacidades

Autoalojable Seguimiento de procedencia Historial de versiones

Aplicación Descentralizada Atributos

Orígenes Human+AI-agent collaborative workspace — a Nostr-relay-based chat/coordination substrate designed for humans and AI agents to share rooms, extended with git-collaboration events (NIP-34)
Base de Datos PostgreSQL (Nostr events, full-text search)
Lenguaje de Consulta Nostr event subscription filters (relay protocol); SQL internally (Postgres)
Formatos de Datos Nostr events (NIP-01 core, NIP-34 git events, NIP-42 auth); Blossom media blobs (S3/MinIO-backed)
Edición Colaborativa en Vivo N/A
Edición de Texto Enriquecido Likely (chat/workspace UI; not itemized in README)
Soporte Móvil In progress (README lists mobile clients as under development, not yet shipped)
Soporte Web Yes (React web frontend)
Aplicaciones Nativas Yes (React + Tauri desktop app)
Términos Free / self-hostable (Apache-2.0); Block's own internal build is private and not the OSS release
Fondos Undisclosed (internal Block project, no separate funding round)
Basado En Nostr (NIP-01 core relay, NIP-42 Schnorr-signature auth, NIP-34 git-over-Nostr events, Blossom media protocol)
Categoría de Caso de Uso Team chat / workspace — humans and AI agents sharing rooms; secondary git-collaboration surface via NIP-34
Tipo de Interfaz de Usuario Web + native desktop (React, Tauri)
Capacidades sin Conexión Not stated in README
Funciones de Colaboración Channels, DMs, search (working today per README); git patches/repo/status events via NIP-34; approval gates (in development)
Portabilidad de Datos High in principle — standard Nostr events (NIP-01/34/42), portable to any compliant relay/client; Blossom media likewise protocol-defined
Ecosistema de Integraciones Nostr ecosystem (any NIP-01/34/42/Blossom-compliant relay or client); shares the NIP-34 git-over-Nostr surface with this project's existing ngit entry, though the two are distinct products — ngit is a focused git CLI/frontend, Buzz is a general chat/workspace platform where git is one event type among several
Exportación de Datos de Web2 Not stated
Coherencia Prosocial Mixed — open protocol foundation (Nostr) and Apache-2.0 license, but single-corporate-maintainer control and an explicit gated internal-vs-OSS split cut against full openness
Flujos Económicos No
Gobernanza y Toma de Decisiones Centralized (Block, Inc. controls the roadmap and the OSS/internal split)
Medios / Publicación Yes (Blossom media protocol for file/image sharing)
Gestión del Conocimiento Not a primary focus per README
Sensemaking Not stated
Gestión de Proyectos Partial (git-workflow events via NIP-34: patches, PRs, status)
Modelo de Comunicación Real-time chat/channels/DMs, relay-mediated
Resiliencia de Red Depends on relay availability; self-hostable so not dependent on a single Block-run relay, but no stated multi-relay redundancy pattern (unlike ngit's explicit multi-git-server redundancy)
Mecanismo de Descubrimiento Nostr relay-based
Participantes Máximos Not stated
Soberanía de Datos High if self-hosted (Apache-2.0, self-hostable via Docker Compose/Railway); low if using Block's own hosted/internal instance