Skip to content

Releases: ZethRise/Aethery

Aethery v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 14:21

Aethery v0.3.0 — Adaptive Routes

Aethery v0.3.0 upgrades the embedded Aether core and gives MASQUE scanning an explicit transport choice.

In this release

  • Updated bundled Aether core to v1.2.0.
  • Choose HTTP/3 or HTTP/2 directly from Scanner options.
  • HTTP/3 remains the default for healthy UDP networks.
  • HTTP/2 provides a TCP-based option when QUIC or UDP is blocked.
  • HTTP/2 connections now use keepalive checks to detect stalled tunnels.
  • MASQUE discovery keeps the proven port-443 scan scope for faster, more reliable connections.
  • Android native-core builds now use isolated build artifacts, avoiding stale library packaging.
  • GitHub Actions release workflow defaults to v0.3.0.

Downloads

Device APK
Most modern Android phones Aethery-arm64-v8a.apk
32-bit ARM Android devices Aethery-armeabi-v7a.apk

Before connecting

Start with MASQUE, HTTP/3, and Cache & refresh.

Choose HTTP/2 from Scanner options when your network blocks or heavily throttles UDP/QUIC. The selected transport applies to both gateway scanning and the tunnel connection.

Updating

Use Check for updates in Settings to install compatible releases directly from Aethery.

Built on Aether

Aethery is the Android client layer. Discovery, encrypted transport, MASQUE, WireGuard, and route handling live in the Aether core.

Found a bug or have an idea? Open an issue in ZethRise/Aethery.

Full Changelog: v0.2.0...v0.3.0

Aethery v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 16:26

Aethery v0.2.0 — Clearer Signal

Aethery v0.2.0 makes the Android client more capable, more visible, and easier to keep up to date.

In this release

  • Native split tunneling with an app picker, app names, and app icons.
  • MASQUE gateway discovery policies: use the verified gateway cache and keep discovering in the background, or run a fresh scan for every connection.
  • Scanner controls for scan speed and IPv4/IPv6 selection.
  • Clear connection phases for starting, scanning, connecting, and connected states.
  • Live foreground notification with real-time upload/download speed and a stop action.
  • Full-screen logs with animated navigation and stable live updates.
  • Material 3 dialogs and dynamic colors that follow the device theme.
  • In-app update flow: check GitHub releases, download an APK, request install permission, and install the update.
  • Signed ARM64 and ARMv7 release APKs built by GitHub Actions.

Downloads

Device APK
Most modern Android phones Aethery-arm64-v8a.apk
32-bit ARM Android devices Aethery-armeabi-v7a.apk

Before connecting

MASQUE is the recommended starting point.

The default Scanner policy, Cache & refresh, verifies previously working MASQUE gateways first and continues looking for more while connected. Choose Fresh scan when you want a completely new scan on every connection.

Updating - IMPORTANT!

Use Check for updates in Settings to download and install compatible releases directly from Aethery.
UNINSTALL THE v0.1.1 FIRST TO INSTALL THIS VERSION

Built on Aether

Aethery is the Android client layer. Discovery, encrypted transport, MASQUE, WireGuard, and route handling live in the Aether core.

Found a bug or have an idea? Open an issue in ZethRise/Aethery.

Full Changelog: v0.1.1...v0.2.0

Aethery v0.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 18:08

v0.1.1

Fixed

  • Fixed startup crashes in APKs built by GitHub Actions.
  • JNI bridge now loads the packaged libaether.so instead of an invalid GitHub runner build path.

Build

  • Android version code increased to 2.
  • Release APKs remain available for arm64-v8a and armeabi-v7a.

Full Changelog: v0.1.0...v0.1.1

Aethery v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 17:01

Aethery v0.1.0 — First Signal

The first public Aethery build is here.

Aethery brings the Aether core to Android with a native VPN/TUN client, focused connection controls, and enough visibility to understand what the tunnel is doing without turning the app into a dashboard.

In this release

  • Native Android VPN/TUN integration around Aether.
  • MASQUE with HTTP/2 fallback, WireGuard, and WARP-on-WARP protocol selection.
  • Connection readiness states that reflect the core instead of a client-side timer.
  • Live connection logs with scanned endpoint details.
  • Default protocol setting, release links, and Android adaptive launcher icon.
  • Debug APKs for 64-bit ARM and 32-bit ARM devices.

Downloads

Device APK
Most modern Android phones Aethery-arm64-v8.apk
32-bit ARM Android devices Aethery-Arm64-v7.apk

Before connecting

MASQUE is the recommended starting point. WireGuard and WARP-on-WARP depend on whether your network permits their underlying transport. A successful connection confirms tunnel readiness; destination reachability can still vary by network.

Built on Aether

Aethery is the Android client layer. Discovery, encrypted transport, MASQUE, WireGuard, and route handling live in the Aether core.

Found a bug or have an idea? Open an issue in ZethRise/Aethery.

Full Changelog: https://github.com/ZethRise/Aethery/commits/v0.1.0