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.9.0
Name Modified Size InfoDownloads / Week
Parent folder
aether-android-arm64.tar.gz 2026-09-04 3.9 MB
aether-android-arm64.tar.gz.sha256 2026-09-04 94 Bytes
aether-android-armv7.tar.gz 2026-09-04 3.3 MB
aether-android-armv7.tar.gz.sha256 2026-09-04 94 Bytes
aether-android-x86_64.tar.gz 2026-09-04 4.2 MB
aether-android-x86_64.tar.gz.sha256 2026-09-04 95 Bytes
aether-linux-aarch64-musl.tar.gz 2026-09-04 4.0 MB
aether-linux-aarch64-musl.tar.gz.sha256 2026-09-04 99 Bytes
aether-linux-arm64.tar.gz 2026-09-04 4.0 MB
aether-linux-arm64.tar.gz.sha256 2026-09-04 92 Bytes
aether-linux-armv7-musl.tar.gz 2026-09-04 3.7 MB
aether-linux-armv7-musl.tar.gz.sha256 2026-09-04 97 Bytes
aether-linux-armv7.tar.gz 2026-09-04 3.6 MB
aether-linux-armv7.tar.gz.sha256 2026-09-04 92 Bytes
aether-linux-x86_64-musl.tar.gz 2026-09-04 4.3 MB
aether-linux-x86_64-musl.tar.gz.sha256 2026-09-04 98 Bytes
aether-linux-x86_64.tar.gz 2026-09-04 4.3 MB
aether-linux-x86_64.tar.gz.sha256 2026-09-04 93 Bytes
aether-macos-arm64.tar.gz 2026-09-04 3.7 MB
aether-macos-arm64.tar.gz.sha256 2026-09-04 92 Bytes
aether-macos-x86_64.tar.gz 2026-09-04 4.0 MB
aether-macos-x86_64.tar.gz.sha256 2026-09-04 93 Bytes
aether-windows-x86_64.zip 2026-09-04 4.5 MB
aether-windows-x86_64.zip.sha256 2026-09-04 92 Bytes
SHA256SUMS.txt 2026-09-04 1.1 kB
README.md 2026-09-04 1.5 kB
v1.9.0 source code.tar.gz 2026-09-04 3.5 MB
v1.9.0 source code.zip 2026-09-04 4.5 MB
Totals: 28 Items   55.7 MB 12

Aether v1.9.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.9.0:

Fixes

  • MASQUE over HTTP/2 was slow. The flow-control window, the send path, the packet framing and the inner MTU are all fixed.
  • Every transport was capped by the netstack's TCP receive buffer. It is larger now, and AETHER_NETSTACK_TCP_RX and AETHER_NETSTACK_TCP_TX set it by hand.
  • --gool --wg-peer <ip:port> was documented but ignored. It works.

Features

  • WARP-in-WARP endpoints can be given by hand: --wiw-outer, --wiw-inner, --wiw-peers, --wiw-scan, and the matching AETHER_WIW_* variables. Give one hop and the scan finds the other. The port is required. Scanning stays the default.
  • aether help works alongside --help and -h, and covers every flag and every environment variable.
  • AETHER_MASQUE_MTU sets the inner MTU of the MASQUE tunnel.
  • The startup line and the HTTP/2 tunnel report the flow-control windows in use.

Changes

  • smoltcp 0.14. The crate now needs Rust 1.91.

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.

Full Changelog: https://github.com/CluvexStudio/Aether/compare/v1.8.0...v1.9.0

Source: README.md, updated 2026-09-04