rabbit r1 is always adapting with new developments in agentic AI. Earlier this year we added OpenClaw access to r1, making it the first device to give you the ability to control your OpenClaw agents with your voice.
Now, we're introducing Claude Code access on r1. With this update, you will be able to connect your r1 to Claude Code CLI on any computer and control your Claude Code sessions just by speaking to r1.
Please note the following important points:
- You must already have Claude Code CLI set up in the terminal on your computer in order to use Claude Code on your r1. rabbit does not offer support for setting up any third-party tools, so please refer to their website if you need help.
- By using Claude Code, you acknowledge that you're doing so at your own risk. Learn more in our full user agreement.
installing rabbit agent
rabbit agent serves as an agent for r1 to communicate with Claude Code on your computer. To use Claude Code on r1, you first need to install rabbit agent in your computer's terminal.
If you want to connect your r1 to more than one computer, just follow the steps below on each computer.
Here are the directions to install and uninstall rabbit agent on your computer:
to install
- Ensure Claude Code CLI is installed in the terminal on your computer. (Reminder: rabbit does not offer support for installing Claude Code, and you must provide your own Claude subscription or API key.)
- Install the rabbit agent.
- Go to your rabbithole account at hole.rabbit.tech.
- Click "settings" on the top right of the screen.
- Click "nodes" in the menu on the left.
- Click "register node".
- Copy the command for your computer's OS.
- Open a new terminal session. (Note: Do not run the rabbit agent install command in Claude Code in the terminal.)
- Paste the install command in the terminal and press enter.
- After you have successfully installed rabbit agent, you will see a message like "installation completed successfully".
- From the home screen on your r1, swipe left until you see the Claude Code page.
- Tap "click to refresh" to ensure rabbit agent has successfully been installed and connected to your Claude Code account.
- To start a new Claude Code session from r1, press and hold the PTT button on the Claude Code screen and start speaking. You can also tap the notebook icon on the top right of the Claude Code screen to see previous sessions or start a new session.
to uninstall
Method 1 (recommended):
In rabbithole, go to settings > nodes. Next to the device you want to remove, click "remove" and confirm by clicking "yes". rabbit agent will be uninstalled automatically within 30 minutes when your device is connected.
Method 2:
To force remove rabbit agent from your computer, open a new terminal window and enter the following command based on your computer's operating system:
macOS/Linux
curl -fsSL https://agent.rabbit.tech/install.sh | bash -s -- --uninstall
Windows
powershell -NoProfile -c "& ([scriptblock]::Create((irm https://agent.rabbit.tech/install.ps1))) --uninstall"
Note that the device will still appear in your device list in rabbithole. To remove it, go to settings > nodes and click "remove" next to that device name.