MihoTerm v0.1.0-alpha.3
Pre-release
Pre-release
MihoTerm v0.1.0-alpha.3 is an early x86_64 Linux prerelease focused on
observable traffic, headless reachability checks, and reliable managed DNS
bootstrap.
Highlights
- Inspect live Mihomo connections in a read-only TUI view, including host,
network, proxy chain, rule, per-connection traffic, and aggregate real-time
throughput. - Run Google, OpenAI/Codex, GitHub, or configured HTTPS probes headlessly with
mihoterm probe --proxy NAMEwithout changing proxy selection. - Prevent proxy-node DNS bootstrap cycles in managed mode. When an enabled DNS
configuration omitsproxy-server-nameserver, MihoTerm derives it from that
profile's owndefault-nameserver; explicit DNS policy is preserved and the
stored subscription profile is never rewritten. - Keep the persistent authenticated proxy lifecycle, reversible Bash
integration, private profile management, and exact-PID cleanup introduced in
alpha.2.
Install
Download the archive and SHA256SUMS, then run:
$ sha256sum -c SHA256SUMS
$ tar -xzf mihoterm-v0.1.0-alpha.3-linux-x86_64.tar.gz
$ cd mihoterm-v0.1.0-alpha.3-linux-x86_64
$ ./install.sh
$ exec "$SHELL" -l
$ mihotermThis release currently supports x86_64 Linux. The archive contains static
MihoTerm and Mihomo executables plus checksum-pinned GeoIP/GeoSite data.