Personal Operating System for AI Agents
Plug-and-play mission control for your AI workforce
Getting Started • Documentation • Demo • Contributing • Community
OpenClaw OS provides a unified dashboard to manage, monitor, and coordinate your AI agents. Connect to your OpenClaw instance and get real-time insights into your AI workforce.
- 🤖 Agent Management - View and manage all AI agents with real-time sync
- 📊 Mission Control Dashboard - Live stats, activity feed, and quick actions
- 📋 Task Tracking - Monitor tasks across all projects with status updates
- 🔄 OpenClaw Integration - Seamless sync with your OpenClaw instance
- 🎨 Modern UI - Clean, responsive interface with dark mode support
- ⚡ Zero Config - Auto-detect OpenClaw, works out of the box
- 🐳 Docker Ready - Production deployment with one command
- 🔒 Secure - 0 vulnerabilities, branch protection, security best practices
| Resource | Description |
|---|---|
| User Guide | Complete usage documentation |
| API Reference | API endpoints and integration |
| Contributing | How to contribute to the project |
| Changelog | Version history and releases |
| Security | Security policy and reporting |
- Node.js 18+
- OpenClaw installed and running
# Clone the repository
git clone https://github.com/eduardg7/openclaw-os.git
cd openclaw-os
# Install dependencies
npm install
# Start the app
npm run devOpen http://localhost:3000 and follow the onboarding wizard.
The app will automatically detect your OpenClaw installation and sync your agents.
You can customize settings in the UI or via environment variables:
# Optional: Custom OpenClaw Gateway URL
OPENCLAW_GATEWAY_URL=http://localhost:3100
# Optional: Custom data directory
OPENCLAW_DATA_DIR=~/.openclawdocker-compose up -dEdit docker-compose.yml to customize:
environment:
- OPENCLAW_GATEWAY_URL=http://host.docker.internal:3100
- OPENCLAW_DATA_DIR=/data
volumes:
- ${OPENCLAW_DATA_DIR:-~/.openclaw}:/data:ro| Category | Badge |
|---|---|
| Version | |
| License | |
| Node | |
| TypeScript | |
| Next.js | |
| Security | |
| Stars | |
| Forks |
# Run development server
npm run dev
# Build for production
npm run build
# Start production server
npm start
# Run tests
npm test
# Lint code
npm run lint
# Build documentation
npm run docs:buildWe love contributions! See Contributing Guide for details.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Discord - Join the community
- GitHub Discussions - Ask questions
- Twitter - Follow for updates
OpenClaw OS is open-source software licensed under the MIT License.
- OpenClaw - The AI assistant framework
- Next.js - The React framework
- Tailwind CSS - The utility-first CSS framework
- Lucide - Beautiful & consistent icons
Built with ❤️ for the OpenClaw community