Package Details: nono-ai 0.69.0-1

Git Clone URL: https://aur.archlinux.org/nono-ai.git (read-only, click to copy)
Package Base: nono-ai
Description: Secure, kernel-enforced sandbox for AI agents, MCP servers and LLM workloads using Landlock
Upstream URL: https://github.com/always-further/nono
Licenses: Apache-2.0
Conflicts: nono, nono-ai-bin
Provides: nono
Submitter: roscar
Maintainer: roscar (sarovin)
Last Packager: roscar
Votes: 4
Popularity: 0.93
First Submitted: 2026-03-20 09:50 (UTC)
Last Updated: 2026-07-21 00:31 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

sarovin commented on 2026-05-21 09:41 (UTC)

Hi roscar, thanks for adding me as a co-maintainer.

Would you like me to add you as a co-maintainer on nono-ai-bin as well?

For updates, my idea was to have the AUR package upgrade handled directly in the nono upstream repo workflow. I opened an issue about it here: https://github.com/always-further/nono/issues/917

That way both AUR packages could stay aligned with upstream releases automatically. What do you think?

roscar commented on 2026-05-21 08:14 (UTC)

Hi sarovin, thanks for the addition, I meant to package the bin version as well but was a bit lazy.

I'll add nono-ai-bin to the conflicts list of this package as well, and add you as a maintainer in case I get hit by a truck or something.

Actually speaking of that, I have the updates for this automated via ci/cd jobs on a GitHub repo, do you have something similar set up or are you doing the updates manually? If you'd like I can put nono-ai-bin in the same ci/cd workflow that updates this.

sarovin commented on 2026-05-14 14:47 (UTC)

Hi roscar, thanks for maintaining nono-ai.

I recently added nono-ai-bin as a separate AUR package using upstream pre-built release artifacts, while nono-ai remains the source-built package.

I also opened an upstream docs PR to mention AUR installation: https://github.com/always-further/nono/pull/926

I wanted to make sure this does not conflict with your packaging work. If you prefer, we can coordinate naming, provides/conflicts, or mention both packages in the upstream docs: nono-ai for source builds and nono-ai-bin for pre-built binaries.

rnestler commented on 2026-03-27 09:55 (UTC)

Fixed with the release of v0.25.0 see https://github.com/always-further/nono/issues/504

rnestler commented on 2026-03-26 15:31 (UTC)

@roscar Does the tool actually work for you? On my system even something like nono run --allow-cwd -- echo "test" just hangs until I kill it with Ctrl-c while consuming a lot of CPU:


  nono v0.24.0
  Capabilities:
  ────────────────────────────────────────────────────
    r   /home/raphael/projects (dir)
       + 48 system/group paths (-v to show)
   net  outbound allowed
  ────────────────────────────────────────────────────

   kernel  Landlock V6 (File rename across directories (Refer), File truncation (Truncate), TCP network filtering, Device ioctl filtering, Process scoping)

^C
nono run --allow-cwd -- echo "test"  3.87s user 6.83s system 63% cpu 16.737 total