Spec-correct crypto
Per-datagram random salt, HKDF-SHA1 "ss-subkey", zero nonce, AEAD tag โ the shadowsocks UDP scheme exactly, interoperable by construction.
Wire protocol
A fixed point-to-point / multi-client tunnel whose on-wire crypto matches the shadowsocks AEAD UDP scheme byte-for-byte. Runs on Linux, macOS, and Windows โ with user-mode policy routing, QUIC/HTTP3 carrier obfuscation, and no kernel ipset or nft rules.
Linux & macOS โ detects your OS/CPU and installs the latest release:
curl -fsSL https://raw.githubusercontent.com/madeye/shadowvpn/main/scripts/install.sh | sudo bash -s -- servercurl -fsSL https://raw.githubusercontent.com/madeye/shadowvpn/main/scripts/install.sh | sudo bash -s -- clientUninstall with โฆ | sudo bash -s -- uninstall server (or client). All options โ pinned versions, --service, --purge, Windows packages โ are in the installation guide.