Skip to content

Getting Started

  • Docker or Podman (for Container mode)
  • or ttyd + tmux + Go (for Native mode)
  • Optional: gum for enhanced interactive menus
Terminal window
# 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 mode
curl -fsSL .../get.sh | bash -s -- --container --lan
curl -fsSL .../get.sh | bash -s -- --native --tailscale myhost
  1. Clone the repository

    Terminal window
    git clone https://github.com/lamngockhuong/termote.git
    cd termote
  2. Install with container (simplest)

    Terminal window
    ./scripts/termote.sh install container
  3. Access at http://localhost:7680

Terminal window
./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 health