Skip to content

MihoTerm v0.1.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@wxndong wxndong released this 12 Aug 10:02
d0a9699

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 NAME without changing proxy selection.
  • Prevent proxy-node DNS bootstrap cycles in managed mode. When an enabled DNS
    configuration omits proxy-server-nameserver, MihoTerm derives it from that
    profile's own default-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
$ mihoterm

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