Discover and explore top open-source AI tools and projects—updated daily.
beevibe-aiAgent-native OS for collaborative teams
Top 91.8% on SourcePulse
Beevibe provides an agent-native operating system designed for companies, enabling human teams and AI agents to collaborate within a shared workspace. It addresses the challenge of fragmented AI work by creating a persistent, compounding intelligence layer, enhancing team coordination and context sharing beyond current human-centric tools.
How It Works
Beevibe employs a distributed architecture comprising a control plane (@beevibe/api) and a shared coordination/memory layer powered by Postgres. Local daemons (beevibe-daemon) run on user machines, spawning specific AI agent CLIs (e.g., Claude Code) within their local environments. This design allows agents to maintain persistent roles, develop bounded domain memory that deepens over time, and communicate via a "mesh" for inter-agent coordination, including asking specialists or escalating blockers to humans.
Quick Start & Requirements
docker-compose.quickstart.yml up -d --build) for a full stack setup.beevibe-daemon installation (e.g., brew install beevibe-ai/tap/beevibe-daemon).DEPLOYMENT.md for detailed deployment instructions and CONTRIBUTING.md for local development setup.Highlighted Details
Maintenance & Community
Contributions are welcomed via Issues and Pull Requests. For significant changes, opening an issue first is recommended. Local development setup, DCO sign-off, and contribution license terms are detailed in CONTRIBUTING.md.
Licensing & Compatibility
The Beevibe source code is licensed under the Apache License 2.0. This license grants rights to use and modify the source code but explicitly reserves the "Beevibe" name and logo as project trademarks. Derivative works are permitted but must use distinct names.
Limitations & Caveats
Beevibe requires self-hosting and managing its infrastructure components. Users must install and configure the beevibe-daemon locally to enable agent execution. The system relies on external LLM APIs, necessitating user-provided API keys and incurring associated costs. The project appears to be in active development, with contributions encouraged for substantial feature additions.
1 week ago
Inactive