clawrun
v0.1.11
Published
CLI for deploying ClawRun AI agent hosting
Downloads
1,155
Maintainers
Readme
Overview
ClawRun is a hosting and lifecycle layer for open-source AI agents. It deploys agents into secure sandboxes (Vercel Sandbox, with more providers coming) and manages their full lifecycle, including startup, heartbeat keep-alive, snapshot/resume, and wake-on-message.
Learn more at clawrun.sh.
Features
- 🚀 Deploy any supported AI agent with a single command
- 💤 Persistent sandboxes that sleep when idle and wake on message
- 💬 Connect messaging channels like Telegram, Discord, Slack, WhatsApp, and more
- 🖥️ Web dashboard and CLI for real-time chat and management
- 💰 Cost tracking and budget enforcement across all channels
- 🔌 Pluggable architecture for agents, providers, and channels
Getting Started
npx clawrun deployThe deploy wizard walks you through:
- Choosing an LLM provider and model
- Configuring messaging channels
- Setting cost limits and network policy
- Deploying to your chosen provider (e.g. Vercel)
Once deployed, chat with your agent from the terminal:
clawrun agent my-instanceOr open the web dashboard:
clawrun web my-instanceFor full setup guides, framework examples, and configuration reference, see the docs.
Contributing
Report issues and suggest improvements on GitHub: Issues.
Join the community: Discussions.
License
Apache-2.0
