Getting Started
Prerequisites
Section titled “Prerequisites”- Docker or Podman (for Container mode)
- or ttyd + tmux + Go (for Native mode)
- Optional: gum for enhanced interactive menus
One-Liner Install
Section titled “One-Liner Install”# Defaults to native mode (access host binaries like claude, gh, etc.)curl -fsSL https://raw.githubusercontent.com/lamngockhuong/termote/main/scripts/get.sh | bash
# With explicit modecurl -fsSL .../get.sh | bash -s -- --container --lancurl -fsSL .../get.sh | bash -s -- --native --tailscale myhostQuick Start
Section titled “Quick Start”-
Clone the repository
Terminal window git clone https://github.com/lamngockhuong/termote.gitcd termote -
Install with container (simplest)
Terminal window ./scripts/termote.sh install container -
Access at http://localhost:7680
CLI Commands
Section titled “CLI Commands”./scripts/termote.sh # Interactive menu./scripts/termote.sh install container # Container mode./scripts/termote.sh install native # Native mode (host tools)./scripts/termote.sh uninstall all # Uninstall everything./scripts/termote.sh health # Check service healthWhat’s Next
Section titled “What’s Next”- Container Installation - Full container setup
- Native Installation - Access host binaries
- Tailscale HTTPS - Secure remote access
- Mobile Gestures - Touch controls