This repository builds and publishes the compact
easytier-mini
client from the main EasyTier repository. The source code remains in
EasyTier/EasyTier; this repository
contains release automation only.
The current build is the
v2.7.0-preview.2
development preview. Choose your platform below to download it directly.
| System | Architecture | Download |
|---|---|---|
| Linux | x86-64 | Download |
| Linux | AArch64 | Download |
| Linux | RISC-V 64 | Download |
| Linux | LoongArch64 | Download |
| Linux | ARMv7 hard float | Download |
| Linux | ARMv7 soft float | Download |
| Linux | ARM hard float | Download |
| Linux | ARM soft float | Download |
| Linux | MIPS | Download |
| Linux | MIPSEL | Download |
| FreeBSD 14+ | x86-64 | Download |
| macOS | x86-64 | Download |
| macOS | Apple Silicon | Download |
| Windows | x86-64 | Download |
| Windows | x86 | Download |
| Windows | ARM64 | Download |
Browse all releases or
download SHA256SUMS
to verify an archive.
Each release contains easytier-mini for the same non-GUI targets as the
EasyTier Core workflow:
- Linux: x86-64, AArch64, RISC-V 64, LoongArch64, ARMv7 hard/soft float, ARM hard/soft float, MIPS, and MIPSEL
- FreeBSD x86-64
- macOS x86-64 and Apple Silicon
- Windows x86-64, x86, and ARM64
Windows archives also contain the matching wintun.dll. Every release links
to the exact EasyTier source commit and includes SHA-256 checksums.
Run the Release easytier-mini workflow and provide:
source_ref: an EasyTier tag, branch, or commitrelease_tag: the tag to create in this repositoryprerelease: whether the release is a development preview
Stable releases must use the same tag as the corresponding EasyTier release,
and the tag must match the version declared by the easytier-mini crate.
Prereleases may build an explicitly recorded development commit.