Rabbitty Download

Getting Started

Rabbitty is a calm workspace for running your AI coding agents on macOS. It sits around the CLIs you already use (Claude Code, Codex, Antigravity), reading whether each one is working, done, or waiting on you, and pulling you back only when it matters. Instead of babysitting tabs to see which agent finished, you get its status in the sidebar, the menu bar, and native notifications.

Install

The fastest way:

brew install --cask mauscoelho/tap/rabbitty-beta

Or download the .dmg and drag Rabbitty Beta to your Applications folder. See Installation for details and requirements.

First steps

Here is the daily workflow to get the most out of Rabbitty:

1. Launch Rabbitty and open a tab. Open the app. Press ⌘T to open a new terminal tab.

2. Navigate to your project directory. Use the standard change directory command to go to your project folder:

cd /path/to/your/project

Rabbitty automatically detects this path and groups tabs working in the same directory under a single workspace in the sidebar.

3. Start Claude (or any other agent). Run your agent exactly like you do in a standard terminal:

claude

(Don't have Claude Code yet? Follow Anthropic's Claude Code setup guide first).

4. Walk away or start another task. Ask the agent to build a feature or run a long test. You don't need to wait or keep watching the screen:

  • Go do something else: Feel free to switch to another app, check your email, or grab a coffee. Rabbitty monitors the task in the background and fires a native macOS notification the second it finishes or gets stuck waiting for your approval.
  • Work on parallel projects: Press ⌘T again to open a new tab, navigate to a different folder, and spin up another agent. Rabbitty runs them concurrently and uses the sidebar status indicators to highlight exactly which project needs a decision.

Next