Getting Started¶
Simple installation with Homebrew or npm.
Installation¶
Quick Start with CLI¶
1. Start Katulong¶
Starts daemon and server on ports 3001 (HTTP) and 3002 (HTTPS).
2. Open in Browser¶
Or visit http://localhost:3001 manually. Follow the WebAuthn registration flow to create your first passkey.
3. Manage Services¶
Run katulong --help to see all available commands.
4. Manage Tokens and Sessions¶
katulong token create "My Phone" # Create a setup token for pairing
katulong token list # List tokens
katulong credential list # List registered passkeys
katulong session list # List active terminal sessions
See the CLI Reference for all available commands.
5. Pair Additional Devices¶
From Settings > "Pair New Device", scan the QR code on your mobile device and enter the PIN to pair securely.
Advanced Options¶
Remote Access via Tunnel¶
Access your terminal from anywhere using ngrok or Cloudflare Tunnel.
SSH Access¶
Native SSH access using auto-generated password (shown in logs).
LAN Access¶
Auto-advertised via mDNS on local network.