A cross-platform desktop GUI for managing OpenClaw with ease. Perfect for beginners!
- π₯οΈ Dashboard - Real-time overview of Gateway status, connected channels, and active agents
- π Gateway Management - Start, stop, restart, and configure the OpenClaw Gateway
- π‘ Channel Configuration - Manage Telegram, Discord, Feishu, WhatsApp, and more
- π€ Model Settings - Configure API keys, default models, and fallback chains
- π§© Skills Management - Browse, install, update, and uninstall skills from ClawHub
- π₯ Agents Management - Create and manage multiple OpenClaw agents
- βοΈ Config Editor - Visual and JSON configuration editors
- π Documentation Center - Offline-accessible OpenClaw docs
- π Logs Viewer - Real-time log monitoring with search and export
- Framework: Tauri 2.x + React 18
- Language: TypeScript
- UI: Shadcn/ui + Tailwind CSS
- State: Zustand
- Dual Mode: Desktop (Tauri) + Web (Vite + Node.js backend)
Download the latest release for your platform from the Releases page.
# Clone the repository
git clone https://github.com/stliuexp/openclawmaneger.git
cd openclawmaneger
# Install dependencies
pnpm install
# Run in development mode (Web)
pnpm dev:web
# Run in development mode (Desktop)
pnpm tauri dev
# Build for production
pnpm tauri build- Launch the app - OpenClaw Manager will automatically detect your existing OpenClaw installation
- Review status - Check the Dashboard for Gateway and channel status
- Configure - Set up your channels, models, and skills as needed
- Manage - Use the sidebar to navigate different management sections
Screenshots coming soon!
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- OpenClaw - The AI agent framework this app manages
- Tauri - For the lightweight desktop framework
- Shadcn/ui - For the beautiful UI components
Made with β€οΈ by the OpenClaw community