Skip to main content
Catty is a remote AI agent streaming platform that runs Claude Code sessions in isolated cloud environments. It streams the terminal directly to your local machine via WebSocket, giving you a native terminal experience while all the heavy lifting happens in the cloud.

Key Benefits

Sessions Keep Running

Start a session at work, close your laptop, reconnect from home. Sessions persist in the cloud until you stop them.

Run Multiple Sessions

Spin up parallel sessions for different projects or tasks. No risk of losing work if one disconnects.

Two-Way File Sync

Your workspace uploads automatically, and changes Claude makes sync back to your local directory in real-time.

Native Terminal Feel

The remote session feels exactly like running Claude Code locally. Same experience, cloud persistence.

Quick Example

# Install
npm install -g @diggerhq/catty

# Login (one-time)
catty login

# Start a session
catty new

# Claude Code starts with your current directory uploaded
# Any changes Claude makes are synced back automatically

Next Steps