Skip to content

MihoTerm v0.1.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@wxndong wxndong released this 27 Jul 13:46
· 4 commits to main since this release
ef50640

MihoTerm v0.1.0-alpha.2 is an early x86_64 Linux prerelease focused on a
complete, user-local proxy lifecycle.

Highlights

  • Install and run from any directory without Rust, Cargo, root, systemd, or
    distribution-specific shared libraries.
  • Keep one authenticated, user-owned Mihomo process running after the TUI
    closes.
  • Use reversible Bash proxy integration, a proxied shell, or
    mihoterm exec -- COMMAND.
  • Add, inspect in redacted form, replace, and update subscription profiles
    directly in the TUI.
  • Uninstall safely while preserving profiles by default; use --purge only
    when configuration and profiles should also be removed.
  • Read complete status messages and context-sensitive controls in narrow
    terminals, including the minimum supported 52x10 layout.

Managed mode remains rootless and loopback-only. It does not enable TUN,
iptables, transparent system-wide capture, or non-loopback listeners, and it
stops only the exact Mihomo process it started.

Install

Download the archive and SHA256SUMS, then run:

$ sha256sum -c SHA256SUMS
$ tar -xzf mihoterm-v0.1.0-alpha.2-linux-x86_64.tar.gz
$ cd mihoterm-v0.1.0-alpha.2-linux-x86_64
$ ./install.sh
$ exec "$SHELL" -l
$ mihoterm

This release currently supports x86_64 Linux. The archive contains static
MihoTerm and Mihomo executables plus checksum-pinned GeoIP/GeoSite data.