Pure Rust Xray-compatible proxy server with VLESS, REALITY, VMess, Trojan, XHTTP and Vision support.
Chimera Proxy Server is the Rust-native server core of the Chimera proxy ecosystem. It is designed to pair with Chimera Client for VLESS + REALITY deployments and to integrate with Chimera, the cross-platform desktop client.
Chimera Desktop
↕
Chimera Client (Rust client core)
↕ VLESS / REALITY
Chimera Proxy Server (Rust server core)
↕
AChimera · Proxy Wiki
- Chimera — desktop application
- Chimera Client — Rust client core with Clash / Mihomo compatibility
- Chimera Proxy Server — Rust server core
- AChimera — Android client
- Proxy Wiki — documentation and deployment notes
| Capability | Status |
|---|---|
| VLESS | Stable |
| REALITY | Stable |
| VMess | Stable |
| Trojan | Stable |
| XHTTP | Stable |
| Vision | Stable |
This workspace provides the Windows service and IPC integration used by the Chimera desktop application. It is based on the service architecture of nyanpasu-service.
cargo check --workspace
cargo test --workspace
cargo fmt --all -- --check