Package Details: amneziavpn-bin 5.0.1.5-1

Git Clone URL: https://aur.archlinux.org/amneziavpn-bin.git (read-only, click to copy)
Package Base: amneziavpn-bin
Description: Amnezia VPN Client
Upstream URL: https://github.com/amnezia-vpn/amnezia-client
Keywords: amnezia amneziawg client cloak ikev2 openvpn reality shadowsocks vless vmess vpn wireguard xray
Licenses: GPL-3.0-only
Conflicts: amneziavpn, amneziavpn-git
Provides: amneziavpn
Submitter: lufog
Maintainer: lufog
Last Packager: lufog
Votes: 29
Popularity: 1.37
First Submitted: 2025-06-23 18:18 (UTC)
Last Updated: 2026-08-24 09:51 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Pinned Comments

lufog commented on 2025-06-23 18:31 (UTC) (edited on 2026-07-31 08:11 (UTC) by lufog)

Before installing this package, please remove the installation done by the official installer, if any. This can be done by running /opt/AmneziaVPN/maintenancetool.


This package is updated only to stable versions; please do not report pre-releases.


Information for those who want to update PKGBUILD locally. In case I'm late with the update.

A simple version bump is not enough, you also need to update _archive_offset, which can be found (with a hex editor, for example) by the signature in the comment. And _archive_size can be omitted if you remove | head -c $((_archive_size)) in prepare(), 7zip will unpack the archive, with a harmless warning about garbage data after the end of the archive.

Starting with version 5.0.0.5-1, manual offset search is no longer required, but binwalk and 7zip make dependencies have been added.


Command for those wishing to roll back to 4.8.21.0:

git clone https://aur.archlinux.org/amneziavpn-bin.git && cd amneziavpn-bin && git reset --hard fa910b33bd && makepkg -sic

Latest Comments

1 2 3 4 Next › Last »

lufog commented on 2026-08-30 01:46 (UTC) (edited on 2026-08-30 01:54 (UTC) by lufog)

asd2003ru, your problem is that you incorrectly deleted the instance created by the official installer before installing the AUR version. Remnants of incorrectly removed version 4.x interfere with version 5.x, which has a changed file structure.

Ideally, remove the AUR version, reinstall the official one, and then uninstall it using the /opt/AmneziaVPN/maintenancetool tool. Or at least delete the file /etc/systemd/system/AmneziaVPN.service manually.

The first sentence in the pinned comment, which is highlighted in bold, is intended to prevent exactly this kind of situation.

asd2003ru commented on 2026-08-29 22:00 (UTC)

After install Error 103.

Process: 122483 ExecStart=/opt/AmneziaVPN/service/AmneziaVPN-service.sh (code=exited, status=203/EXEC)

But no path /opt/AmneziaVPN/service/ and AmneziaVPN-service.sh inside

lufog commented on 2026-08-24 09:39 (UTC) (edited on 2026-08-24 09:53 (UTC) by lufog)

v1993, thanks for the info. I pushed a fix that suppresses this error message.

v1993 commented on 2026-08-24 09:10 (UTC)

It seems that the newly added killall causes a (harmless) error to be printed when installing the package anew:

:: Processing package changes...
AmneziaVPN: no process found
error: command failed to execute correctly

Rus commented on 2026-08-20 19:16 (UTC)

3.0 configs dosn't work

svoekino commented on 2026-07-31 07:29 (UTC) (edited on 2026-07-31 07:33 (UTC) by svoekino)

@Doctrine5931, I managed to fix Error 103 by doing the following:
1. Removed it via /opt/AmneziaVPN/maintenancetool
2. Then run sudo pacman -Rns amneziavpn-bin
3. Then reinstalled it fresh.

Doctrine5931 commented on 2026-07-30 15:10 (UTC)

Has anyone managed to solve this https://github.com/amnezia-vpn/amnezia-client/issues/2905 ?

lufog commented on 2026-07-28 13:06 (UTC)

suxariki, thanks, I overlooked that. Added 7zip to make dependencies.

suxariki commented on 2026-07-28 07:50 (UTC) (edited on 2026-07-28 07:51 (UTC) by suxariki)

7z is required to update app

otherwise getting error

Failed to execute command 7z["x", "-y", "-o.", "/home/suxariki/.cache/yay/amneziavpn-bin/src/extractions/amneziavpn-5.0.0.5.run.extracted/22FDC34/7zip_22FDC34.bin"]: No such file or directory (os error 2)

Fixed by installing 7z

lufog commented on 2026-07-26 14:14 (UTC) (edited on 2026-07-26 15:54 (UTC) by lufog)

v1993, thanks for the info. The new installer now has six archives instead of just one, and updating the offsets for them is a hassle, so I've delegated that task to binwalk. I'm currently testing the new PKGBUILD. I'll push it to AUR with the next stable release.