OpenBee is an around-the-clock digital worker solution, dedicated to making AI Agents your 7×24 always-on assistant.
To learn more about the project, visit docs.theopenbee.com.
📦 npm (Recommended)
npm install -g @theopenbee/cliThe platform-specific binary is downloaded automatically. Supports Linux / macOS / Windows (amd64 & arm64).
🔧 One-click Script
curl -fsSL https://raw.githubusercontent.com/theopenbee/openbee/main/install.sh | bash🍺 brew (macOS) / scoop (Windows)
macOS (Homebrew):
brew install theopenbee/tap/openbeeWindows (Scoop):
scoop bucket add theopenbee https://github.com/theopenbee/scoop-bucket
scoop install theopenbee/openbee📥 Manual Binary Download
Visit GitHub Releases, download the archive for your platform, extract it, and place the openbee executable in your PATH.
openbee configThe wizard will guide you through:
- Agent executable path
- Platform(s) to enable (Lark / DingTalk / WeCom / WeChat / Telegram / Linear) and their credentials
- Advanced options (can be skipped to use defaults)
The config file is written to config.yaml in the current directory by default. Use -o to specify a custom path:
openbee config -o /path/to/config.yamlopenbee server -d- Open the Web Console (default http://localhost:8080) to manage Workers and view task status
- Send messages directly in any configured platform (Lark / DingTalk / WeCom / WeChat / Telegram / Linear) to interact with OpenBee
- 🐛 Bug reports / Feature requests → GitHub Issues
- 🤝 Contributing → Please read the Contributing Guide. You must agree to the Contributor License Agreement (CLA) before submitting.
