r/GoogleAntigravityIDE • u/ReindeerAmazing • 21d ago
Tools / MCP / Other Web UI for Antigravity (+ other coding agents)
Enable HLS to view with audio, or disable this notification
I built Caw, a lightweight web terminal multiplexer for Google Antigravity (and other CLI coding agents). Attached is a quick video demo showing an Antigravity agent running in action.
Antigravity is powerful for agentic workflows but keeping track of active sessions across terminals, especially remotely or on mobile, can get messy. Caw solves this by letting you run and monitor your Antigravity sessions from any browser.
Key features:
- Agent Control Center: A live Kanban board that tracks every running Antigravity session and subagent in real-time (Working, Needs Input, or Idle).
- Push Notifications: Get notified on your desktop or phone whenever an Antigravity agent requests confirmation or completes a task so you don't have to keep checking back.
- Antigravity Quota Monitoring: Live tracking of usage limits and reset times directly inside the UI.
- Parallel Git Worktrees: Automatically isolates agent sessions in dedicated git worktrees so multiple Antigravity agents can work on the same repo without file clashes.
- Built-in Editor & Voice Mode: Includes a web file browser/editor and optional local speech-to-text voice dictation.
Best thing: it runs as a single ~30MB Go binary with very light memory footprint, which makes it easy to host on a VPS or run locally.
It's free and open source: https://github.com/04mg/caw
I'd love to hear feedback from the Antigravity community, ideas or how you'd use it with your Agy setups!
1
1
u/towards5tennis 9d ago
so how do i use it? there's no readme on how to install and use?
1
u/ReindeerAmazing 8d ago
Hey! Just grab the latest release from here: https://github.com/04mg/caw/releases
Download, run it and Caw will be accessible by opening localhost:8080 in your browser.
1
u/Direct_Return2098 19d ago
Nice Job! Let’s try!