culater
v1.1.7
Published
Remote terminal for Claude Code - c(See) you later!
Maintainers
Readme
culater
Your AI terminal, anywhere.
culater gives you fast phone access to your local Claude Code shell through a secure Cloudflare tunnel, so you can check output, unblock an agent, and keep moving when you're away from your desk.
Demo
Why culater
- Agent-first remote terminal workflow from any mobile browser
- Session survives refreshes and temporary network drops
- Project-aware startup (recent folders remembered in
~/.culater/config.json) - Manual
AIlaunch when you want Claude, no forced auto-start - One command to start, no account setup
Quick Start
1) Install requirements
- Node.js 18+
- cloudflared
# macOS
brew install cloudflared
# Linux
sudo apt install cloudflared2) Start culater
npx culater mypassword3) Open it on your phone
- Scan the terminal QR code
- Enter the password
- Start shell (or auto-start if no previous project history exists)
How It Works
culaterstarts a local PTY shell.- It creates a temporary Cloudflare tunnel URL.
- Your phone connects to the web terminal and controls that shell in real time.
Features
- Mobile-optimized terminal UI
- Touch scrolling with momentum
- Quick action buttons (
/,Esc,Enter, cursor pad) - Keyboard-aware controls that stay above the fold
- Auto-reconnect and persistent session resume
- Manual
AIbutton to run Claude on demand - Password gate before terminal access
- Optional ntfy push notifications for tunnel URL
CLI Options
-n, --ntfy <topic> ntfy.sh topic for push notifications (saved)
-d, --dir <path> Working directory (default: current)
-h, --help Show helpExamples
# Start with password
npx culater mysecret
# Use a specific directory
npx culater mysecret -d ~/projects/myapp
# Enable ntfy notifications (saved for later runs)
npx culater mysecret -n my-ntfy-topicNotes
- Config is stored at
~/.culater/config.json. - First tunnel open can briefly show Cloudflare
1033while edge registration finishes.
License
MIT
