Quickstart
Install the CLI
npm install -g @diggerhq/cattyOr use npx without installing:
npx @diggerhq/catty newCreate a Session
Start a Session
Navigate to your project and start a session:
cd my-project
catty newThis uploads your directory and connects you to Claude Code.
You're now connected. Work with Claude Code just like you would locally - file changes sync back in real-time.
Connect From Your Phone
Your session is running in the cloud. Open app.catty.dev on your phone to:
- See all your sessions on one dashboard
- Connect and interact using Chat Mode
- Answer prompts with quick action buttons
Close your laptop and check in from anywhere. Start multiple sessions for different projects - manage them all from your phone.
CLI Basics
Reconnect to a session:
catty connect brave-tiger-1234List your sessions:
catty listDownload your workspace:
catty download brave-tiger-1234