@beeos-ai/cli
v0.0.1
Published
BeeOS CLI – run AI agents from your desktop
Readme
BeeOS CLI
Run AI agents from your desktop with a single command.
Installation
npm install -g @beeos-ai/cliQuick Start
# Start an agent (downloads automatically on first run)
beeos start openclaw
# Check running agents
beeos status openclaw
# Update an agent to the latest version
beeos update openclaw
# Stop a running agent
beeos stop openclawHow It Works
BeeOS CLI downloads and manages AI agent binaries on your machine. When you run beeos start, the CLI:
- Downloads the agent binary (if not already installed)
- Generates a secure Ed25519 identity for your device
- Connects to the BeeOS platform and pairs the agent with your account
- Launches the agent in the background
Requirements
- Node.js 18 or later
- macOS (Apple Silicon / Intel), Linux (x64 / ARM64), or Windows (x64)
Links
- Website: https://beeos.ai
- Dashboard: https://app.beeos.ai
- GitHub: https://github.com/beeos-ai/beeos
License
MIT
