Discover and explore top open-source AI tools and projects—updated daily.
mudriiLocal command center for AI agent operations
Top 92.5% on SourcePulse
A beautiful, zero-dependency command center for OpenClaw AI agents, this project addresses the challenge of scattered information when managing complex OpenClaw deployments. It provides a single, local, automatically refreshing dashboard for gateway health, costs, cron job status, active sessions, and model usage, enabling quick decision-making for power users.
How It Works
The dashboard operates via a local HTTP server, available as a single Go binary or a Python script. It serves a pure HTML/CSS/JS frontend that fetches data from OpenClaw's internal state. The backend executes a data collection script (refresh.sh or Go equivalent) to gather metrics like gateway health, costs, cron job status, and active sessions, presenting them in a unified, real-time view. The Go implementation utilizes a stale-while-revalidate strategy for rapid data retrieval.
Quick Start & Requirements
server.py, using a provided install.sh script, or deploying via Docker or Nix.~/.openclaw. The Python server requires Python 3.6+. A modern web browser is needed.CONTRIBUTING.md, ARCHITECTURE.md, and docs/CONFIGURATION.md are available.Highlighted Details
themes.json, featuring a glassmorphism UI and responsive design.Maintenance & Community
The project is primarily maintained by mudrii. Contribution guidelines are provided in CONTRIBUTING.md. No specific community channels (like Discord or Slack) or sponsorship details are mentioned in the README.
Licensing & Compatibility
The project is released under the MIT License, which is permissive for commercial use, modification, and distribution, including integration into closed-source applications.
Limitations & Caveats
Support is limited to macOS and Linux; Windows is not explicitly mentioned. The dashboard requires a pre-existing OpenClaw installation at ~/.openclaw and specific gateway configurations for its AI chat functionality. Data collection relies on the OpenClaw CLI or equivalent access.
1 week ago
Inactive
aimhubio
winfunc