Universal installer
One command. Any machine.
Scripts detect operating system, architecture, Linux libc, and distro package manager before installing evade from theevade.fail CDN.
curl -fsSL https://evade.fail/install.sh | shpin version: EVADE_VERSION=v0.1.0 curl -fsSL https://evade.fail/install.sh | sh
Linux dependency hints cover apt-get, dnf,yum, pacman, zypper,apk, and xbps-install.
What the scripts do
Detect target platform, download the matching artifact andchecksums.txt from your CDN, verify SHA256, install the binary, and print post-install path guidance.
CDN layout expected
/cdn/<version>/checksums.txt,/cdn/<version>/evade_<target>.tar.gz, and/cdn/<version>/evade_<target>.zip. Optional fallback names with explicit versions are also supported:evade_<version>_<target>.*. Uselatest as the rolling channel.
Useful environment variables
EVADE_VERSION, EVADE_INSTALL_BASE_URL,EVADE_INSTALL_DIR, and EVADE_AUTO_DEPS=1for optional dependency auto-install on supported Linux package managers.