How to install amnezia-vpn/amnezia-client. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
amnezia-vpn/amnezia-client Installation Guide
How to install amnezia-vpn/amnezia-client. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for amnezia-vpn/amnezia-client. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i amnezia-vpn/amnezia-clientor
Install via npx
npx @hexmos/ipm i amnezia-vpn/amnezia-clientPrerequisites
CMake
build_toolVersion: 6.10+
Qt
libraryVersion: 6.10+
Conan
package_managerXcode command line tools
build_toolVersion: latest
Visual Studio 2022
build_toolVersion: latest
Android SDK
sdkNinja
build_toolManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Linux Installation
wget -O amnezia_installer.run https://github.com/amnezia-vpn/amnezia-client/releases/download/5.0.0.5/AmneziaVPN_5.0.0.5_linux_x64.run
chmod +x amnezia_installer.run
sudo ./amnezia_installer.run --accept-license --prefix /opt/AmneziaVPNmacOS Installation
wget -O amnezia_installer.pkg https://github.com/amnezia-vpn/amnezia-client/releases/download/5.0.0.5/AmneziaVPN_5.0.0.5_macos_x64.pkg
sudo installer -pkg amnezia_installer.pkg -target /Windows Installation
wget -O amnezia_installer.exe https://github.com/amnezia-vpn/amnezia-client/releases/download/5.0.0.5/AmneziaVPN_5.0.0.5_windows_x64.exe
Start-Process ./amnezia_installer.exe -ArgumentList @('/S') -WaitAndroid Installation
wget -O AmneziaVPN_5.0.0.5_android9+_arm64-v8a.apk https://github.com/amnezia-vpn/amnezia-client/releases/download/5.0.0.5/AmneziaVPN_5.0.0.5_android9%2B_arm64-v8a.apk
adb install AmneziaVPN_5.0.0.5_android9+_arm64-v8a.apkBuild from Source
git clone https://github.com/amnezia-vpn/amnezia-client.git
cd amnezia-client
git submodule update --init --recursive
deploy/build.sh