Last updated: 2026-05-19

Changelog

v0.1.0 (2026-05-19)

First official release.

hiterm (PC CLI)

  • hiterm pair โ€” Pair with phone via QR code scanning
  • hiterm doctor โ€” Diagnose and auto-fix configuration issues
  • hiterm update โ€” Update to latest version (GitHub public repo + Hono mirror)
  • hiterm uninstall โ€” Clean uninstall
  • hiterm notify โ€” Notification management
    • notify test โ€” Send test notifications to Android
    • notify hook โ€” AI tool hook handler (Claude Code, Codex, Gemini)
  • Automatic tmux mouse mode and SSH key configuration
  • Cross-platform: Linux (amd64/arm64), macOS (amd64/arm64)

Hi Term (Android App)

  • QR code scanning for device pairing via Tailscale
  • SSH/mosh terminal connection over Tailscale P2P
  • Remote push notifications from PC (AI tool events)
  • In-app auto-update mechanism
  • Auto SSH key pair generation and exchange
  • Auto-refresh SSH host list on remote notification

Website (yinbin.ink)

  • Landing page with product overview and feature highlights
  • Full documentation: Quick Start, Install Guides, Commands, Tailscale Setup
  • CLI binary download and one-line install script
  • Dual download source: GitHub public repo (primary) + Hono mirror (fallback)

Build/CI

  • Automated release pipeline via GitHub Actions (tag push triggers build + deploy)
  • Public release repository wsyb/hiterm-releases for binary distribution
  • Cross-platform Go builds (linux/darwin, amd64/arm64)
  • APK release build with SHA256 checksums
  • Centralized version management via VERSION file