Break through censorship with automatic endpoint discovery, encrypted MASQUE / WireGuard tunneling, and local SOCKS5 & HTTP proxy. Built for heavily restricted networks.
Connects to Cloudflare's WARP network — the infrastructure behind 1.1.1.1
Creates WARP device identity & obtains dedicated IPv4/IPv6 + WireGuard keypairs
Probes Cloudflare edge IPs across multiple ports to find reachable gateways
Encrypted MASQUE, WireGuard, or WARP-in-WARP tunnels to the best edge
SOCKS5 (:1819) & HTTP (:1820) proxies for all your apps
YOUR APPLICATION
| SOCKS5 :1819 / HTTP :1820
v
┌────────────────────────────────────┐
│ FCAE VPN CLIENT │
│ · Netstack (TCP/IP) │
│ · Scanner (endpoint discovery) │
│ · Obfuscation (aether-noize) │
│ · Health Monitor (auto-reconnect)│
└────────────┬───────────────────────┘
│
v
┌────────────────────────────────────┐
│ ENCRYPTED TUNNEL │
│ · MASQUE HTTP/3 (QUIC) │
│ · MASQUE HTTP/2 (TLS) │
│ · WireGuard (UDP) │
│ · WARP-in-WARP (nested WG) │
└────────────┬───────────────────────┘
│
v
┌────────────────────────────────────┐
│ CLOUDFLARE WARP EDGE │
│ (162.159.192.x auto-discovery) │
└────────────┬───────────────────────┘
│
v
PUBLIC INTERNET
| Protocol | Transport | DPI Resistance | Speed | Use Case |
|---|---|---|---|---|
| MASQUE (HTTP/3) | QUIC over UDP | Best | Fast | Default, most resistant |
| MASQUE (HTTP/2) | TLS over TCP | Best | Fast | Fallback when QUIC blocked |
| WireGuard | UDP | Moderate | Fastest | When UDP is allowed |
| WARP-in-WARP | Nested UDP | High | Moderate | Extra obfuscation layer |
cargo build --manifest-path core/Cargo.toml -p aether-ffi --release
cmake -B build -DAETHER_TARGET=LINUX_X64
cmake --build build --config Release
Targets: LINUX_X64, WIN_X64, MACOS_ARM64, MACOS_X64, ANDROID_ARM64.
FCAE VPN is MIT licensed and welcomes pull requests, bug reports, and feature ideas. Join us in building a better censorship circumvention tool.
⭐ Star & Fork on GitHubPeople who built FCAE VPN
Standing on the shoulders of open-source giants
The core censorship circumvention engine. Provides MASQUE, WireGuard, and WARP-in-WARP protocols.
A TUN driver for Windows. High-performance Layer 3 network interface for tunneling.
Go library that transparently routes TUN device traffic through SOCKS5 proxy. Powers TUN mode.