Catty

Quickstart

Install the CLI

npm install -g @diggerhq/catty

Or use npx without installing:

npx @diggerhq/catty new

Create a Session

Login

Authenticate with Catty (one-time):

catty login

Start a Session

Navigate to your project and start a session:

cd my-project
catty new

This 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-1234

List your sessions:

catty list

Download your workspace:

catty download brave-tiger-1234

Next Steps