Package Details: oniux 0.10.0-1

Git Clone URL: https://aur.archlinux.org/oniux.git (read-only, click to copy)
Package Base: oniux
Description: Isolate applications over Tor using Linux namespaces
Upstream URL: https://gitlab.torproject.org/tpo/core/oniux
Keywords: anonymity onion onion-routing privacy tor
Licenses: MIT OR Apache-2.0
Submitter: peregrinus
Maintainer: AlphaLynx
Last Packager: AlphaLynx
Votes: 7
Popularity: 0.38
First Submitted: 2025-05-15 20:13 (UTC)
Last Updated: 2026-04-01 02:00 (UTC)

Latest Comments

1 2 Next › Last »

AlphaLynx commented on 2026-02-10 23:17 (UTC) (edited on 2026-02-24 03:18 (UTC) by AlphaLynx)

edit: Upstream release gpg signing keys can be verified here

To import upstream's gpg key use:

curl https://gitlab.torproject.org/cve.gpg | gpg --import

I've opened a ticket to suggest that upstream upload this to gnupg keyserver(s) so this is easier (or automatic when using some AUR helpers).

iyanmv commented on 2026-02-10 21:25 (UTC)

keybreak: curl https://gitlab.torproject.org/cve.gpg | gpg --import

keybreak commented on 2026-02-10 18:44 (UTC)

gpg: keyserver receive failed: No data -> problem importing keys

AlphaLynx commented on 2026-01-18 20:30 (UTC) (edited on 2026-01-20 23:09 (UTC) by AlphaLynx)

Hey @peregrinus, I'd like to maintain this :) Would that be okay? (I see you updated it today but also orphaned it, just wondering) edit: I've adopted :)

peregrinus commented on 2025-09-08 17:04 (UTC)

If anyone would like to maintain 'oniux', please let me know :)

peregrinus commented on 2025-09-05 15:00 (UTC)

Hi @Yonsy,

sccache is a compiler caching tool - it will cache artifacts that you compile, and if they haven't changed next time you want to compile, say, oniux, then they will re-use those artifacts from cache, instead of just compiling them again.

This is not a requirement for building anything, but it can help in reducing compile times for projects that you compile often.

See also: Source (Mozilla)0; Arch Linux wiki1; crates.io2, etc.

I hope this helps!

Yonsy commented on 2025-09-05 04:24 (UTC) (edited on 2025-09-05 04:25 (UTC) by Yonsy)

sccache is needed for me to build, please verify if is really needed or not.

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