Releases: devstroop/SoftEtherZig
Releases · devstroop/SoftEtherZig
Release v1.0.4
📦 Downloads
Universal Binary (Recommended)
- vpnclient-macos-universal.tar.gz - Works on both Apple Silicon (M1/M2/M3) and Intel Macs
Architecture-Specific Binaries
- vpnclient-macos-arm64.tar.gz - Apple Silicon (M1/M2/M3) only
- vpnclient-macos-x86_64.tar.gz - Intel Macs only
Development Libraries
- libsoftether-macos-arm64.tar.gz - Libraries + headers for ARM64
- libsoftether-macos-x86_64.tar.gz - Libraries + headers for x86_64
🔐 Checksums
SHA256 checksums are provided for all downloads (.sha256 files).
📝 Installation
# Download and extract
tar -xzf vpnclient-macos-universal.tar.gz
# Move to PATH
sudo mv bin/vpnclient /usr/local/bin/
# Verify
vpnclient --help⚠️ macOS Security Note
First run may require: System Settings → Privacy & Security → Allow
Full Changelog: v1.0.3...v1.0.4
Release v1.0.1
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
What's Changed
- Dev (iOS support, performance profiling, and benchmarking) by @itsalfredakku in #1
- Dev (introduces support for a new high-performance Zig-based packet adapter in addition to the existing C adapter) by @itsalfredakku in #2
- Add packet flow diagrams and detailed comparison for SecureNAT vs Loc… by @itsalfredakku in #3
- refactor: Update optimization settings for build process by @itsalfredakku in #7
Full Changelog: https://github.com/SoftEtherUnofficial/SoftEtherClient/commits/v1.0.0