Package Details: oniux 0.5.0-1

Git Clone URL: https://aur.archlinux.org/oniux.git (read-only, click to copy)
Package Base: oniux
Description: Kernel-level Tor isolation for any Linux app
Upstream URL: https://gitlab.torproject.org/tpo/core/oniux/
Licenses: MIT, Apache-2.0
Submitter: peregrinus
Maintainer: peregrinus
Last Packager: peregrinus
Votes: 3
Popularity: 1.94
First Submitted: 2025-05-15 20:13 (UTC)
Last Updated: 2025-05-22 19:30 (UTC)

Latest Comments

peregrinus commented on 2025-05-21 07:26 (UTC) (edited on 2025-05-21 07:41 (UTC) by peregrinus)

@Giteeajake: I find that that only works if rust is already installed on the computer, which we must not presume as it is not in base or base-devel. Consequently, the package probably won't build in a clean chroot. I have removed it from this PKGBUILD and will upload that later.

Giteeajake commented on 2025-05-20 22:10 (UTC)

I simplified $(rustc -vV | sed -n 's/host: //p') to "${_target}

Giteeajake commented on 2025-05-20 12:51 (UTC)

Thanks! @peregrinus

peregrinus commented on 2025-05-20 11:57 (UTC)

Hi @Giteeajake!

Thanks for asking. Yes, of course you can use it.

If you have any improvements, please let me know :-)

Giteeajake commented on 2025-05-20 09:58 (UTC)

Hello, I'm aur packager Giteeajake, I'm in the archlinuxcn community, I want to borrow your pkgbuild for generating binaries in archlinuxcn/repo, can you allow borrowing?

Giteeajake commented on 2025-05-20 09:03 (UTC)

try to install fuse2

tyler19820201 commented on 2025-05-17 15:06 (UTC)

I was also trying with not AppImage version of Simplex Chat. Oniux not able to interact with simplex namespaces. Fail to connect to tor. However proxychain and torsocks does work well with simplex chat. Oniux requires more development for sure. Its a promising project so i will keep on eye on it, maybe will try again few months later but for now i will delete it as not usable for me.

peregrinus commented on 2025-05-17 14:21 (UTC)

Interesting question. I don't use any AppImages myself. Perhaps it would be best to check with upstream? Remember that this is new software and currently still in the Experimental phase.

tyler19820201 commented on 2025-05-16 21:21 (UTC) (edited on 2025-05-16 23:28 (UTC) by tyler19820201)

Does it support AppImages?

oniux simplex-desktop-x86_64_20250516.AppImage Error: No suitable fusermount binary found on the $PATH Error: $FUSERMOUNT_PROG not set

Cannot mount AppImage, please check your FUSE setup. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information open dir error: No such file or directory

UPDATE:

Does work with --appimage-extract and run the binary. I mean the app will launch but not will going through the tor network even inside simplex the tor socks proxy had been set, default 9050. On android does work with Orbot, thats why i thought will work with oniux as well.

I was testing the SimpleX app with torctl (archlinux package) and works well. Therefore the issue would be how oniux is interacting with Simplex namespaces.