Package Details: hiddify-next-bin 2.5.7-1

Git Clone URL: https://aur.archlinux.org/hiddify-next-bin.git (read-only, click to copy)
Package Base: hiddify-next-bin
Description: Multi-platform auto-proxy client, supporting Sing-box, X-ray, TUIC, Hysteria, Reality, Trojan, SSH etc. It’s an open-source, secure and ad-free
Upstream URL: https://github.com/hiddify/hiddify-next
Licenses: cc-by-nc-sa-4.0
Conflicts: hiddify-next, hiddify-next-appimage, hiddify-next-git
Provides: hiddify
Submitter: None
Maintainer: Aryan
Last Packager: Aryan
Votes: 12
Popularity: 1.71
First Submitted: 2023-11-27 15:45 (UTC)
Last Updated: 2024-10-04 08:48 (UTC)

Latest Comments

Aryan commented on 2024-11-04 20:42 (UTC)

there is also a similar issue on repo for this error: https://github.com/hiddify/hiddify-app/issues/1295

taorye commented on 2024-10-14 03:01 (UTC) (edited on 2024-10-14 03:02 (UTC) by taorye)

Thanks to wt_drog, you have solved my problem.

It is necessary to change the default linked library path to the absolute one for it could work fine while in the GUI.

# patchelf --replace-needed ./lib/libcore.so /opt/hiddify-next/lib/libcore.so /opt/hiddify-next/HiddifyCli

But it's also important to enable the systemd service if you have not installed it by

# sudo /opt/hiddify-next/HiddifyCli tunnel install

You can simply check if it is working by

# systemctl status HiddifyTunnelService.service

It should be one running process which named

/opt/hiddify-next/HiddifyCli tunnel run

So you can use the GUI to connect in the "VPN service" mode.

Finally, thank you again, wt_dog, your Help has made a significant impact!

wt_drog commented on 2024-10-13 10:18 (UTC)

You can fix the broken library dependency using patchelf:

# patchelf --replace-needed ./lib/libcore.so /opt/hiddify-next/lib/libcore.so /opt/hiddify-next/HiddifyCli

canavar commented on 2024-10-09 11:18 (UTC)

when running with sudo to start as a vpn service, getting this;

Executable path is /opt/hiddify-next/HiddifyCliRunning command: [cocoasudo --prompt=Hiddify needs root for tunneling. /opt/hiddify-next/HiddifyCli]
Running command: [gksu /opt/hiddify-next/HiddifyCli]
Running command: [pkexec /opt/hiddify-next/HiddifyCli]
/opt/hiddify-next/HiddifyCli: error while loading shared libraries: ./lib/libcore.so: cannot open shared object file: No such file or directory
Running command: [xterm -e sudo /opt/hiddify-next/HiddifyCli tunnel install]
Running command: [sudo /opt/hiddify-next/HiddifyCli]

nimbold commented on 2024-06-15 08:46 (UTC)

I was just learning AUR and the package has nothing but a PKGBUILD difference in the first row. I tried to reverse my doing but I couldn't. Sorry for this.

zcq100 commented on 2024-03-25 08:02 (UTC) (edited on 2024-03-25 08:02 (UTC) by zcq100)

Failed to start Flutter renderer,Unable to create a GL context

revene commented on 2024-02-27 06:41 (UTC)

It seems like a hash error.

:: (1/1) Parsing SRCINFO: hiddify-next-bin
==> Making package: hiddify-next-bin 0.16.7.dev-1 (Tue 27 Feb 2024 02:30:51 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found hiddify-next-0.16.7.dev.deb
==> Validating source files with sha256sums...
    hiddify-next-0.16.7.dev.deb ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: hiddify-next-bin-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
hiddify-next-bin - exit status 1

behrad commented on 2024-02-15 05:19 (UTC) (edited on 2024-02-15 05:46 (UTC) by behrad)

Hi, Thanks for maintaining this package. I get this error on the new update:

==> Starting prepare()...
tar: data.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: hiddify-next-bin-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
hiddify-next-bin - exit status 4

UPDATE: the data.tar.xz should be changed to data.tar.zst in PKGBUILD file.