The missing dashboard for OpenClaw AI agents.
Monitor your agent sessions, track costs, and watch sub-agents work β all from a native desktop app.
OpenClaw is powerful, but when you're running multiple agents, sub-agents, and cron jobs, it's hard to see what's happening. Antenna gives you:
- Real-time visibility β See all sessions at a glance
- Cost tracking β Know exactly what you're spending today vs. total
- Sub-agent monitoring β Track spawned tasks and their progress
- Cron job status β See your scheduled jobs and their history
- Native performance β No browser tab, just a fast desktop app
β¬οΈ Download Latest Release
| Platform | File | Install |
|---|---|---|
| macOS | Antenna-macOS.dmg |
Open DMG β Drag to Applications |
| Windows | Antenna-Windows.zip |
Extract β Run Antenna.exe |
| Linux | Antenna-Linux.tar.gz |
Extract β Run ./Antenna |
First launch on macOS: Right-click β Open (to bypass Gatekeeper for unsigned apps)
| Feature | Description |
|---|---|
| π₯οΈ Native App | Runs in its own window, no browser needed |
| π Live Updates | Auto-refreshes every 5 seconds |
| π Session Tracking | Main sessions, sub-agents, and cron jobs |
| π° Cost Monitoring | Today's spend vs. total spend |
| π·οΈ Smart Labels | Shows cron job names from your config |
| π Dark Theme | Easy on the eyes, matches your terminal |
| β¨οΈ Keyboard Shortcuts | Cmd+R to refresh, Cmd+W to close |
Antenna ships in two flavors:
| GUI (Desktop) | TUI (Terminal) | |
|---|---|---|
| Tech | Wails + Web frontend | Bubble Tea + Lip Gloss |
| Install | Download from Releases | Download from Releases or go install |
| Entry point | cmd/antenna/ (root main.go) |
cmd/antenna-tui/ |
| Platforms | macOS, Windows, Linux | Anywhere with a terminal |
π‘ Antenna β OpenClaw Monitor Today: $0.1234 Total: $1.5678 Sessions: 12
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
24h Activity ββββ
ββββββββββββ
ββββββββ
β My Session main 42 $0.0500 $0.1200 5m ago
β cron-heartbeat cron 10 $0.0100 $0.0300 2h ago
β antenna-tui sub 8 $0.0080 $0.0080 just now
j/k: navigate enter: details r: refresh tab: toggle q: quit
- OpenClaw installed with session data in
~/.openclaw
# Install Wails CLI
go install github.com/wailsapp/wails/v2/cmd/wails@v2.9.0
# Clone
git clone https://github.com/Caryyon/antenna.git
cd antenna
# Run in dev mode
wails dev
# Build release
wails buildgit clone https://github.com/Caryyon/antenna.git
cd antenna
# Build
go build -o antenna-tui ./cmd/antenna-tui
# Or install directly
go install github.com/Caryyon/antenna/cmd/antenna-tui@latest
# Run
./antenna-tui| Env Variable | Default | Description |
|---|---|---|
OPENCLAW_DIR |
~/.openclaw |
Path to OpenClaw data directory |
ANTENNA_INTERVAL |
5s |
Auto-refresh polling interval |
| Key | Action |
|---|---|
j / k / β / β |
Navigate sessions |
Enter |
View session details |
Esc / q |
Back / Quit |
Tab |
Toggle list β detail |
r |
Force refresh |
- Remote host support (SSH to monitor remote OpenClaw instances)
- Menu bar mode (always visible in system tray)
- Notifications for long-running tasks
- Session filtering and search
- Cost alerts and budgets
Contributions welcome! See CONTRIBUTING.md for guidelines.
- OpenClaw β The AI agent framework Antenna monitors
- Wails β The Go framework powering Antenna's native UI
MIT Β© 2026 Cary Wolff
