v0.2.2 // Now on crates.io

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, weekly, and monthly cost trends with interactive tooltips. 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 agent files with breadcrumb navigation. Markdown preview for AGENTS.md, SOUL.md, MEMORY.md. Toggle between Preview, Code, and Edit modes.

Single Binary + CLI

React frontend embedded in Rust via rust-embed. No Docker, no database. Run in foreground or as a daemon with clawborg start. Manage with start, stop, and log commands.

Built with

Rust
Axum
React
Tailwind CSS
shadcn/ui

Up and running in 30 seconds

Install from crates.io and run. That's it.

terminal
# Install from crates.io
cargo install clawborg

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

# Or run as a background daemon
clawborg start

# View logs / stop
clawborg log -f
clawborg stop

# Open browser
open http://localhost:3104

Open source. Free forever.

Licensed under AGPL-3.0. Contributions welcome.