v0.2.0 // First Public Release

Dashboard for
AI Agent Fleets

The fast, single-binary dashboard for OpenClaw. Track costs, monitor crons, catch issues. All from one local binary.

$ cargo install clawborg
ClawBorg Dashboard

Everything you need to monitor your fleet

Zero config. Reads your OpenClaw directory and surfaces what matters.

💰

Cost & Token Tracking

Real-time spend per model and per agent. Daily trends, weekly summaries, bloated session alerts. Know exactly where your tokens go.

⏱️

Cron Job Monitor

See every scheduled task, its last run, cost per run, and next execution. Automatic overdue detection when jobs miss their window.

🚨

Smart Alerts

Persistent banner surfacing critical issues: high cost spikes, overdue crons, health problems. Prioritized by severity.

🩺

Health Audit

Detects missing bootstrap files, empty instructions, stale pending tasks, and configuration issues across all agents.

📁

Workspace Browser

Browse and edit agent files like AGENTS.md, SOUL.md, MEMORY.md. Inline editor with auto-backup for safe modifications.

Single Binary

React frontend embedded in the Rust binary via rust-embed. No Node.js, no Docker, no runtime deps. One file, one command.

Built with

Rust
Axum
React
Tailwind CSS

Up and running in 30 seconds

Two commands. That's it.

terminal
# Install
cargo install clawborg

# Run (auto-detects ~/.openclaw)
clawborg

# Or point to a specific directory
clawborg --dir /path/to/.openclaw

# Open browser
open http://localhost:3104

Open source. Free forever.

Licensed under AGPL-3.0. Contributions welcome.