Releases: CluvexStudio/Aether
Release list
Aether v1.0.1
Aether v1.0.1
Aether is a user-space proxy client. It tunnels traffic out of a filtered network and exposes a local SOCKS5 proxy on 127.0.0.1:1819. Point a browser, terminal, or system proxy at that address and your traffic leaves through the tunnel.
What's new in v1.0.1:
- Default SOCKS5 proxy port changed from 10808 to 1819 (AETHER_SOCKS env var still overrides it).
- Added aether.sh, a one-command Termux installer/updater that auto-detects device architecture, downloads the matching release, verifies its SHA-256 checksum, and installs the binary into $PREFIX/bin.
This release includes prebuilt binaries for:
- Linux x86_64, built on Fedora latest (aether-linux-x86_64.tar.gz)
- Linux arm64 / aarch64, built on Fedora latest (aether-linux-arm64.tar.gz)
- Linux armv7 / 32-bit ARM, e.g. Raspberry Pi 2/3 (aether-linux-armv7.tar.gz)
- macOS arm64 / Apple Silicon (aether-macos-arm64.tar.gz)
- macOS x86_64 / Intel (aether-macos-x86_64.tar.gz)
- Windows x86_64 (aether-windows-x86_64.zip)
- Windows arm64 (aether-windows-arm64.zip)
- Android / Termux arm64 (aether-android-arm64.tar.gz)
- Android / Termux armv7 (aether-android-armv7.tar.gz)
- Android / Termux x86_64 (aether-android-x86_64.tar.gz)
Each archive ships with a matching .sha256 file, and a combined SHA256SUMS.txt lists every checksum.
Quick start (Termux, one-line install):
curl -fsSL https://raw.githubusercontent.com/CluvexStudio/aether/main/aether.sh -o aether.sh && chmod +x aether.sh && ./aether.sh install
Quick start (other platforms):
- Download the archive for your platform and extract it.
- Run the binary and answer the prompts, or set the environment variables listed in the guides.
- Point your client at socks5h://127.0.0.1:1819 and verify with:
curl -x socks5h://127.0.0.1:1819 https://www.cloudflare.com/cdn-cgi/trace
Verify a download (Linux/macOS):
sha256sum -c aether-linux-x86_64.tar.gz.sha256
See README.md and the Docs directory for transport selection, obfuscation profiles, the HTTP/2 vs HTTP/3 choice in MASQUE, and the full environment-variable reference.
Full Changelog: v1.0.0...v1.0.1
Aether "v1.0.0"
Aether is a user-space proxy client. It tunnels traffic out of a filtered network and exposes a local SOCKS5 proxy on 127.0.0.1:10808. Point a browser, terminal, or system proxy at that address and your traffic leaves through the tunnel.
This release includes prebuilt binaries for:
- Linux x86_64, built on Fedora latest (aether-linux-x86_64.tar.gz)
- Linux arm64 / aarch64, built on Fedora latest (aether-linux-arm64.tar.gz)
- Linux armv7 / 32-bit ARM, e.g. Raspberry Pi 2/3 (aether-linux-armv7.tar.gz)
- macOS arm64 / Apple Silicon (aether-macos-arm64.tar.gz)
- macOS x86_64 / Intel (aether-macos-x86_64.tar.gz)
- Windows x86_64 (aether-windows-x86_64.zip)
- Windows arm64 (aether-windows-arm64.zip)
- Android / Termux arm64 (aether-android-arm64.tar.gz)
- Android / Termux armv7 (aether-android-armv7.tar.gz)
- Android / Termux x86_64 (aether-android-x86_64.tar.gz)
Each archive ships with a matching .sha256 file, and a combined SHA256SUMS.txt lists every checksum.
Quick start:
- Download the archive for your platform and extract it.
- Run the binary and answer the prompts, or set the environment variables listed in the guides.
- Point your client at socks5h://127.0.0.1:10808 and verify with:
curl -x socks5h://127.0.0.1:10808 https://www.cloudflare.com/cdn-cgi/trace
On Termux, extract the matching archive, run chmod +x aether, then ./aether.
Verify a download (Linux/macOS):
sha256sum -c aether-linux-x86_64.tar.gz.sha256
See README.md and the Docs directory for transport selection, obfuscation profiles, the HTTP/2 vs HTTP/3 choice in MASQUE, and the full environment-variable reference.
Full Changelog: https://github.com/CluvexStudio/Aether/commits/v1.0.0