Remote terminal for Claude Code - c(See) you later!
npm install culaterRemote terminal for Claude Code - c(See) you later!
Access Claude Code from your phone via a secure tunnel.
``bash`
npx culater mypassword
- Node.js 18+
- cloudflared
`bashmacOS
brew install cloudflared
Options
`
-n, --ntfy ntfy.sh topic for push notifications (saved for next time)
-d, --dir Working directory (default: current)
-h, --help Show help
`Examples
`bash
Start with password
npx culater mysecretWith push notifications (saved to /tmp/culater.json)
npx culater mysecret -n my-ntfy-topicSubsequent runs use saved ntfy topic automatically
npx culater mysecretSpecific directory
npx culater mysecret -d ~/projects/myapp
``- Mobile-optimized terminal UI
- Touch scrolling with momentum
- Quick action buttons (/, Esc, ↓, Enter)
- Auto-reconnect on disconnect
- Keyboard-aware button positioning
- Streaming indicator
- Password protection
- Secure cloudflare tunnel
- Push notifications via ntfy.sh (remembers your topic)
MIT