logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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-client
or

Install via npx

npx @hexmos/ipm i amnezia-vpn/amnezia-client

Prerequisites

CMake

build_tool

Version: 6.10+

Qt

library

Version: 6.10+

Conan

package_manager

Xcode command line tools

build_tool

Version: latest

Visual Studio 2022

build_tool

Version: latest

Android SDK

sdk

Ninja

build_tool

Manual 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/AmneziaVPN

macOS 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') -Wait

Android 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.apk

Build from Source

git clone https://github.com/amnezia-vpn/amnezia-client.git

cd amnezia-client

git submodule update --init --recursive

deploy/build.sh