Download Latest Version aether-windows-x86_64.zip (4.5 MB)
Email in envelope

Get an email when there's a new version of Aether

Home / v1.6.0
Name Modified Size InfoDownloads / Week
Parent folder
aether-android-arm64.tar.gz 2026-08-10 3.9 MB
aether-android-arm64.tar.gz.sha256 2026-08-10 94 Bytes
aether-android-armv7.tar.gz 2026-08-10 3.2 MB
aether-android-armv7.tar.gz.sha256 2026-08-10 94 Bytes
aether-android-x86_64.tar.gz 2026-08-10 4.2 MB
aether-android-x86_64.tar.gz.sha256 2026-08-10 95 Bytes
aether-linux-aarch64-musl.tar.gz 2026-08-10 4.0 MB
aether-linux-aarch64-musl.tar.gz.sha256 2026-08-10 99 Bytes
aether-linux-arm64.tar.gz 2026-08-10 4.0 MB
aether-linux-arm64.tar.gz.sha256 2026-08-10 92 Bytes
aether-linux-armv7-musl.tar.gz 2026-08-10 3.7 MB
aether-linux-armv7-musl.tar.gz.sha256 2026-08-10 97 Bytes
aether-linux-armv7.tar.gz 2026-08-10 3.6 MB
aether-linux-armv7.tar.gz.sha256 2026-08-10 92 Bytes
aether-linux-x86_64-musl.tar.gz 2026-08-10 4.3 MB
aether-linux-x86_64-musl.tar.gz.sha256 2026-08-10 98 Bytes
aether-linux-x86_64.tar.gz 2026-08-10 4.3 MB
aether-linux-x86_64.tar.gz.sha256 2026-08-10 93 Bytes
aether-macos-arm64.tar.gz 2026-08-10 3.7 MB
aether-macos-arm64.tar.gz.sha256 2026-08-10 92 Bytes
aether-macos-x86_64.tar.gz 2026-08-10 4.0 MB
aether-macos-x86_64.tar.gz.sha256 2026-08-10 93 Bytes
aether-windows-x86_64.zip 2026-08-10 4.5 MB
aether-windows-x86_64.zip.sha256 2026-08-10 92 Bytes
SHA256SUMS.txt 2026-08-10 1.1 kB
README.md 2026-08-10 2.3 kB
v1.6.0 source code.tar.gz 2026-08-10 3.5 MB
v1.6.0 source code.zip 2026-08-10 4.5 MB
Totals: 28 Items   55.2 MB 11

Aether v1.6.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:1819. Point a browser, terminal, or system proxy at that address and your traffic leaves through the tunnel.

What's new in v1.6.0:

New

  • --http-proxy <addr> exposes an HTTP CONNECT proxy next to the SOCKS5 one, for clients that cannot speak SOCKS.
  • --noize light is a gentler obfuscation profile for networks that only need a nudge.
  • Aether also builds as a library now (libaether.a, libaether.so) with a C API, so it can be linked into an app instead of being spawned as a separate process. The CLI is unchanged.

Fixes

  • The SOCKS5 listener could shut down for good after a single transient accept error, and every connection after that was refused until Aether was restarted.
  • A Zero Trust email code could only be typed into a terminal, so a graphical client could never finish signing in. The code can now be answered on standard input, and Aether says when it is waiting for one.
  • The WireGuard scan gave up on an endpoint when the first handshake packet was lost. It retransmits now, so a lossy network no longer looks like a dead endpoint.
  • The scan only tried one port per address, so most of the documented fallback ports were never reached. Each candidate covers the priority ports before the sweep widens.
  • An endpoint that just failed is put on a cooldown instead of being picked again straight away, including when a saved endpoint is reused on a quick reconnect. AETHER_WG_ENDPOINT_COOLDOWN_SECS sets the window, five minutes by default. From [#76].
  • --startup-secs bounds how long a MASQUE tunnel may take to come up instead of waiting forever.

Every archive ships with a matching .sha256 file, and SHA256SUMS.txt lists them all.

See README.md and the Docs directory for install steps, transport selection, obfuscation profiles, and the full environment-variable reference.

What's Changed

New Contributors

Full Changelog: https://github.com/CluvexStudio/Aether/compare/v1.5.0...v1.6.0

Source: README.md, updated 2026-08-10