[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93316":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":15,"stars30d":15,"stars90d":14,"forks30d":14,"starsTrendScore":16,"compositeScore":17,"rankGlobal":8,"rankLanguage":8,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":8,"pushedAt":8,"updatedAt":23,"readmeContent":24,"aiSummary":25,"trendingCount":14,"starSnapshotCount":14,"syncStatus":26,"lastSyncTime":27,"discoverSource":28},93316,"Aether","CluvexStudio\u002FAether","CluvexStudio",null,"Rust",1342,80,112,5,0,915,118,80.73,"GNU Affero General Public License v3.0",false,"main",true,[],"2026-07-22 04:02:08","# Aether\n\n### اینترنت آزاد برای همه :))\n**[راهنمای فارسی](README.fa.md)** · **[English Guide](Docs\u002FGUIDE.en.md)** · **[راهنمای کامل فارسی](Docs\u002FGUIDE.fa.md)**\n\nTelegram: https:\u002F\u002Ft.me\u002FCluvexStudio\n\nAether is a censorship circumvention client designed for heavily restricted networks. It automatically discovers reachable routes, establishes an encrypted tunnel, and exposes a local SOCKS5 proxy for your applications.\n\nUnlike traditional VPN clients, Aether is built for environments where Deep Packet Inspection (DPI), protocol fingerprinting, UDP throttling, and endpoint blocking are common.\n\n## Features\n\n- Automatic endpoint discovery, with end-to-end data-plane validation so a gateway is only trusted once it actually passes traffic, not just once it answers the handshake\n- MASQUE (HTTP\u002F3 & HTTP\u002F2), with optional TLS ClientHello fragmentation on HTTP\u002F2\n- WireGuard support\n- Nested WireGuard mode (`gool`)\n- Traffic obfuscation\n- Automatic reconnection, and quick-reconnect to your last known-good gateway to skip rescanning\n- Local SOCKS5 proxy\n- Command-line flags, environment variables, or interactive prompts — your choice\n- Linux, Windows, macOS and Android (Termux)\n\n## Download\n\nPrebuilt binaries are available on the Releases page for:\n\n- Linux\n- Windows\n- macOS\n- Android (Termux)\n\n### Termux (Android) — one-line install\n\n```bash\ncurl -fsSL https:\u002F\u002Fraw.githubusercontent.com\u002FCluvexStudio\u002Faether\u002Fmain\u002Faether.sh -o aether.sh && chmod +x aether.sh && .\u002Faether.sh install\n```\n\nThis detects your device architecture, downloads the matching release, verifies its checksum, and installs `aether` into `$PREFIX\u002Fbin`. Run it afterwards with:\n\n```bash\naether\n```\n\nTo update later, run `.\u002Faether.sh update`. To remove it, run `.\u002Faether.sh uninstall`.\n\n## Build\n\n### Requirements\n\n- Rust (latest stable)\n- C\u002FC++ compiler\n- CMake\n\nThe `quiche` repository must be placed alongside `aether`:\n\n```text\n\u003Crepo>\u002F\n  aether\u002F\n  quiche\u002F\n```\n\nBuild:\n\n```bash\ncargo build --release\n```\n\nBinary:\n\n```text\ntarget\u002Frelease\u002Faether\n```\n\n## Docker\n\nYou can run Aether in an isolated environment using Docker. The official image is available on GitHub Container Registry (GHCR).\n\nPull and run the pre-built image (interactive mode is required for initial setup):\n\n```bash\ndocker run -it -p 1819:1819 ghcr.io\u002Fcluvexstudio\u002Faether:latest\n```\n\nYou can also bypass prompts by providing environment variables:\n\n```bash\ndocker run -it -p 1819:1819 \\\n  -e AETHER_PROTOCOL=masque \\\n  -e AETHER_SCAN=balanced \\\n  ghcr.io\u002Fcluvexstudio\u002Faether:latest\n```\n\nIf you prefer to build the image manually from source:\n\n```bash\ndocker build -t aether .\ndocker run -it -p 1819:1819 aether\n```\n\n## Usage\n\nRun with no arguments and answer the prompts:\n\n```bash\n.\u002Ftarget\u002Frelease\u002Faether\n```\n\nOr skip the prompts with flags:\n\n```bash\n.\u002Ftarget\u002Frelease\u002Faether --masque -4 --scan turbo --noize firewall\n```\n\nOn Windows, double-click `run-aether.bat` (included in the release zip) instead — it opens a terminal, runs `aether.exe`, and keeps the window open afterwards so you can read any errors.\n\nEvery prompt has a flag and an environment variable equivalent. Run `.\u002Ftarget\u002Frelease\u002Faether --help` for the full list, or see the guides linked below.\n\nAfter startup, a SOCKS5 proxy will be available at:\n\n```\n127.0.0.1:1819\n```\n\nExample:\n\n```bash\ncurl -x socks5h:\u002F\u002F127.0.0.1:1819 https:\u002F\u002Fwww.cloudflare.com\u002Fcdn-cgi\u002Ftrace\n```\n\n## Supported Protocols\n\n### MASQUE (Recommended)\n\nEncapsulates traffic over HTTP\u002F3 (QUIC) or HTTP\u002F2 (TLS), making it resemble ordinary HTTPS traffic.\n\n### WireGuard\n\nFast and lightweight transport for networks with less aggressive inspection.\n\n### Nested WireGuard (`gool`)\n\nA WireGuard tunnel running inside another WireGuard tunnel, providing an additional encryption layer.\n\n## Documentation\n\nDetailed documentation is available in:\n\n- [Docs\u002FGUIDE.en.md](Docs\u002FGUIDE.en.md) — English guide\n- [Docs\u002FGUIDE.fa.md](Docs\u002FGUIDE.fa.md) — راهنمای فارسی\n\n## Credits\n\nDeveloped by **CluvexStudio**. :))\n\nMASQUE support is built on top of Cloudflare's **Quiche** library.\n\n\n## Contributing\n\n> **Experienced network developers and protocol engineers are welcome to contribute.**\n\n> **Please keep the codebase clean, maintainable, and well-engineered. Low-quality or vibe-coded contributions will not be accepted.**\n\n## License\n\nSee the LICENSE file for licensing information.\n","Aether 是一款面向深度网络审查环境的抗审查代理客户端，通过自动探测可用网关、建立加密隧道并提供本地 SOCKS5 代理来实现安全访问。其核心特性包括端点自动发现与数据平面验证、MASQUE（HTTP\u002F3\u002FHTTP\u002F2）及 WireGuard 协议支持、TLS ClientHello 分片、流量混淆、快速重连等，专为应对 DPI、协议指纹识别、UDP 限速和节点封锁等严苛网络条件设计。适用于受严格互联网管控地区的用户日常浏览、通信与基础应用代理需求。",2,"2026-07-16 02:30:05","CREATED_QUERY"]