Last updated: 2026-05-25
Quick Start
Get started in 5 minutes. Turn your phone into a mobile terminal.
Before You Begin
- Tailscale installed on PC โ Not yet? See Tailscale Setup
- Tailscale installed on phone โ Get it from Google Play
- Same Tailscale account on both devices
Steps
Step 1: Install hiterm
curl -fsSL https://hiterm.yinbin.ink/install.sh | bash
China users: The installer auto-detects network and uses a local mirror.
Step 2: Run pair
hiterm pair
This command:
- Checks Tailscale, sshd, mosh, tmux
- Shows install commands if anything is missing
- Generates a QR code for your phone
Step 3: Install the app
Download the APK from https://hiterm.yinbin.ink/download.
See Android Installation for detailed setup steps.
Step 4: Scan the QR code
- Open Hi Term app on your phone
- Tap the scan button ๐ท
- Scan the QR code from
hiterm pair - Pairing completes in ~3 seconds
Step 5: Connect
- Tap the โฐ menu (top-right corner) โ your PC appears โ tap it
- Wait ~5 seconds for connection
- Type
lsto test
Done. You can now access your PC's terminal from anywhere.
Next Steps
Try notifications (requires login)
hiterm login
hiterm notify test
Your phone should receive a test notification.
Learn the basics
- User Guide โ Daily usage patterns
- Commands Reference โ All hiterm commands
- Troubleshooting โ Common issues
Recommended: name your tmux sessions
tmux new -A -s backend-gemini
tmux new -A -s frontend-claude
Named sessions appear as tabs in the app for quick switching.
Your mobile terminal is ready. ๐