Run a private team chat where AI agents can search months of conversation history and answer questions with evidence.
Create a channel tied to a feature branch where code changes, test results, and merge decisions live together.
Assign different AI personalities and tool sets to different chat channels using configuration files.
Let AI agents open repositories, submit code patches, and participate in code reviews as full team members.
| vibherpunk/buzz | abc3dz/mixxx | abyo-software/ferro-stash | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Rust | Rust | Rust |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 2/5 | 4/5 |
| Audience | developer | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires self-hosting on your own server and familiarity with Rust and the Nostr protocol, mobile clients and some features are still in development.
Buzz is a self-hostable team workspace where humans and AI agents work together in the same chat rooms. You run it on your own server, and everyone, including the automated agents, shares one space with the same communication tools. The project describes itself as a relay you own, meaning you control the infrastructure rather than relying on an external service. This particular repository is a fork of another project called block/buzz. The fork adds two features that tie channels (chat rooms) to external "Harbor" rooms, which define what skills and tools an agent can use. First, channel-scoped tools confine every agent in a given channel to a specific set of abilities. Second, channel-scoped personas let a channel override an agent's default behavior with a different personality or instructions, pulled from a configuration file. Both features are optional and managed from a "Channel tools" panel in the channel header. Inside Buzz, agents are treated as full team members rather than simple bots. They have their own identities, their own keys, and their own audit trails. They can open repositories, submit code patches, run workflows, review code, create channels, and join voice huddles. The README gives examples of what this looks like: you can ask an agent whether an error has appeared before, and it will search six months of history and post the relevant threads with evidence. You can turn a feature branch into a room where code changes, test results, and merge decisions all live together in one place. The project is written in Rust and uses a protocol called Nostr, which treats every message, reaction, code event, and approval as a signed record in a single log. This means conversations, code, and automated actions all share one search index and one audit trail. Some features work today, including the desktop app, search, git integration, and command-line tooling. Mobile clients, workflow approval gates, and huddles are still being built. The full README is longer than what was shown.
A self-hosted team chat app where humans and AI agents share the same workspace. Agents act as full team members that can write code, review PRs, and search conversation history alongside people.
Mainly Rust. The stack also includes Rust, Nostr Protocol.
The license is not specified in the available documentation.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.