Skip to content

Aether "v1.0.0"

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:28

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:

  1. Download the archive for your platform and extract it.
  2. Run the binary and answer the prompts, or set the environment variables listed in the guides.
  3. 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