_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


mirim 1.1.1
Channel: securityops
Location: securityops/packages/apps.scm (securityops packages apps)
Home page: https://mirim.securityops.co
Licenses: AGPL 3
Build system: gnu
Synopsis: Encrypted embedded SQL database with post-quantum exports
Description:

Mirim is an embedded SQL database encrypted at rest with XChaCha20-Poly1305 and Argon2id. It supports ML-KEM-768 sealed exports, ML-DSA-87 detached signatures and a durable write-ahead log. This package installs the mirim command line interface and mirim-sign.

torando-gui 1.4.1
Dependencies: python@3.12.12 tor@0.4.9.9 iptables@1.8.11 e2fsprogs@1.47.2
Channel: securityops
Location: securityops/packages/apps.scm (securityops packages apps)
Home page: https://codeberg.org/berkeley/torando-gui
Licenses: AGPL 3
Build system: copy
Synopsis: Route a user's egress through Tor (transparent proxy + killswitch)
Description:

Loopback web GUI that forces one local user's traffic through Tor's TransPort and DNSPort and drops everything else from that user (a fail-closed killswitch). It automates the upstream torando iptables rules together with torrc and resolv.conf management, adds an ip6tables IPv6 killswitch so v6 cannot leak around Tor, and reports live bootstrap, DNS-leak and exit status. Built from source (pure Python); the shims and systemd unit are rewired to the store, so the package is self-contained. This is the Linux build of a project that also targets macOS, the BSDs and Windows.

btp 0.7
Dependencies: glibc@2.41 gcc@14.3.0
Channel: securityops
Location: securityops/packages/apps.scm (securityops packages apps)
Home page: https://git.securityops.com.br/cristiancmoises/btp
Licenses: ASL 2.0
Build system: copy
Synopsis: BTP — bundle transparency protocol (CLI + daemon)
Description:

btpctl (command-line client) and btpd (daemon) from the BTP project, built from the v0.7 source release. Built-from-source dynamic binaries relinked against Guix's glibc.

zupt 5.2.9
Channel: securityops
Location: securityops/packages/apps.scm (securityops packages apps)
Home page: https://github.com/cristiancmoises/zupt
Licenses: AGPL 3+ GPL 3+
Build system: gnu
Synopsis: Post-quantum backup compression utility (CLI)
Description:

Zupt is a pure-C11 backup compressor with post-quantum hybrid encryption. Since 4.1.0 it is a source-only build with no vendored binary SDKs: recipient modes are the native ML-KEM-768 + X25519 hybrid (--pq, recommended) and pure ML-KEM-768 with no classical component (--pq-only, for CNSA 2.0-style postures); the SDK-backed --pq-sdk and --pq-box modes are unsupported stubs, and password mode uses PBKDF2-SHA256. 5.0.0 makes the ML-KEM-768 implementation genuinely FIPS 203-conformant (earlier releases shipped round-3 CRYSTALS-Kyber under that label), cross-validated byte-for-byte against OpenSSL 3.5 during this package's build; BREAKING: --pq/--pq-only keys and archives from 4.2.1 or earlier no longer decrypt — regenerate keys and re-encrypt (password mode and plain compression are unaffected). 4.2.0 fixed a critical AES-CTR keystream-reuse flaw in --dedup archives (re-encrypt any written by 4.1.0 or earlier). Payload protection is AES-256-CTR + HMAC-SHA256 Encrypt-then-MAC with measured constant-time tag comparison and runtime AES-NI/SHA-NI dispatch; it embeds the VaptVupt LZ+ANS codec, which is a codec component rather than a compatibility command.

guixvis 0.4.1
Channel: securityops
Location: securityops/packages/apps.scm (securityops packages apps)
Home page: https://codeberg.org/berkeley/guixvis
Licenses: GPL 3+
Build system: gnu
Synopsis: Interactive package explorer and dependency visualizer for GNU Guix
Description:

guixvis indexes every GNU Guix package and exposes the set through a keyboard-first terminal UI and a local web application. It fuzzy-searches name and synopsis, shows package details, licenses and source locations, browses dependency and reverse-dependency trees, and draws a force-directed dependency graph whose bubbles open the selected package. The web UI (guixvis web) serves the same graph on 127.0.0.1 with clickable bubbles, deep links and browser history.

moneyprinterturbo 1.3.7
Dependencies: python@3.12.12 ffmpeg@8.1.1 torsocks@2.4.0 git-minimal@2.54.0 coreutils-minimal@9.1 bash-minimal@5.2.37 font-wqy-zenhei@0.9.45
Channel: securityops
Location: securityops/packages/apps.scm (securityops packages apps)
Home page: https://github.com/harry0703/MoneyPrinterTurbo
Licenses: Expat
Build system: copy
Synopsis: One-click AI short-video generator (WebUI + API), Tor-wrapped
Description:

MoneyPrinterTurbo generates short-form videos from a topic: an LLM writes the script and keywords, stock B-roll is pulled from Pexels/Pixabay, edge-tts adds a voice-over, subtitles are burned in, and FFmpeg assembles the final clip. This package ships the upstream v1.3.7 source (bundled fonts and music removed; WenQuanYi Zen Hei supplied as the default subtitle font) plus self-contained moneyprinterturbo (Streamlit WebUI) and moneyprinterturbo-api (FastAPI) launchers. On first run each launcher copies the app into $XDG_DATA_HOME/moneyprinterturbo and pip-installs the pinned requirements.txt into a local virtualenv, fetched over Tor via torsocks; thereafter all egress (LLM, material, TTS) is routed through Tor, the local server binds 127.0.0.1, and the store ffmpeg is pinned so no binaries are auto-downloaded. Keep subtitle_provider = "edge" to avoid a multi-GB Whisper model download.

evelin-bin 4.4.0
Channel: securityops
Location: securityops/packages/apps.scm (securityops packages apps)
Home page: https://git.securityops.com.br/cristiancmoises/evelin
Licenses: AGPL 3+
Build system: copy
Synopsis: Evelin post-quantum transport (prebuilt static release binaries)
Description:

Client, server, agent, and key tools from the official Evelin x86_64 musl-static release: ML-KEM-1024 key exchange, ML-DSA-87 authentication, ChaCha20-Poly1305 AEAD. Binaries are fully static and carry no runtime dependencies.

turborec 3.9.1
Dependencies: python@3.12.12 python@3.12.12 ffmpeg@8.1.1 pulseaudio@16.1 xrandr@1.5.3 xdpyinfo@1.3.4 pciutils@3.13.0 wf-recorder@0.6.0 wlr-randr@0.4.1 sway@1.12 wmctrl@1.07 bash-minimal@5.2.37
Channel: securityops
Location: securityops/packages/apps.scm (securityops packages apps)
Home page: https://codeberg.org/berkeley/turborec
Licenses: GPL 3
Build system: copy
Synopsis: Hardware-accelerated screen and audio recorder
Description:

Turbo Recorder captures the screen and audio into a quality-first FFmpeg pipeline, auto-detecting the best hardware encoder (NVIDIA NVENC, then Intel/AMD VAAPI, then software x264), the native screen resolution, and the default microphone and system-audio sources. turborec is a cross-platform Python CLI with a Tkinter GUI (turborec gui); turborecorder is a Linux X11/Wayland bash launcher. Built from source and self-contained: the launchers pin the store python3/bash and the tools they call (ffmpeg, pactl, xrandr, xdpyinfo, lspci).

wireplumber 0.5.17
Dependencies: dbus@1.16.2 elogind@255.17 glib@2.86.0 lua@5.3.5 pipewire@1.6.9
Channel: securityops
Location: securityops/packages/audio.scm (securityops packages audio)
Home page: https://gitlab.freedesktop.org/pipewire/wireplumber
Licenses: Expat
Build system: meson
Synopsis: Session / policy manager implementation for PipeWire
Description:

WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire.

pipewire 1.6.9
Dependencies: alsa-lib@1.2.16 avahi@0.8 bluez@5.79 dbus@1.16.2 eudev@3.2.14 ffmpeg@8.1.1 gst-plugins-base@1.28.1 gstreamer@1.28.1 jack2@1.9.22-0.1795946 ldacbt@2.0.2.3 libcamera-minimal@0.6.0 libdrm@2.4.131 libfdk@2.0.1 libfreeaptx@0.2.2 libsndfile@1.2.2-0.68f6c16 libusb@1.0.25 openssl@3.5.5 libva@2.22.0 pulseaudio@16.1 readline@8.2.13 sbc@2.2 vulkan-headers@1.4.335.0 vulkan-loader@1.4.335.0 webrtc-audio-processing@1.3
Channel: securityops
Location: securityops/packages/audio.scm (securityops packages audio)
Home page: https://pipewire.org/
Licenses: Expat LGPL 2.1+ GPL 2
Build system: meson
Synopsis: Server and user space API to deal with multimedia pipelines
Description:

PipeWire is a project that aims to greatly improve handling of audio and video under Linux. It aims to support the usecases currently handled by both PulseAudio and Jack and at the same time provide same level of powerful handling of Video input and output. It also introduces a security model that makes interacting with audio and video devices from containerized applications easy, with supporting Flatpak applications being the primary goal. Alongside Wayland and Flatpak we expect PipeWire to provide a core building block for the future of Linux application development.

esquema 0.3.0
Dependencies: guile@3.0.9 libseccomp@2.6.0
Channel: securityops
Location: securityops/packages/containers.scm (securityops packages containers)
Home page: https://esquema.securityops.co
Licenses: AGPL 3+
Build system: gnu
Synopsis: Rootless Guile-native Linux container runtime
Description:

Esquema provides declarative Scheme containers backed by Linux user, mount, PID, UTS, IPC, network and cgroup namespaces. Its C library applies capability removal, seccomp-BPF, Landlock and descriptor isolation. Optional strict policies verify cgroup and open-file limits before payload execution, and PID-1 supervision provides signal forwarding and bounded teardown. The package includes Guile modules and a GNU Shepherd service definition.

emacs 31.1
Dependencies: cairo@1.18.4 dbus@1.16.2 gtk+@3.24.51 giflib@5.2.1 harfbuzz@11.4.4 libjpeg-turbo@2.1.4 libotf@0.9.16 libpng@1.6.39 librsvg@2.58.5 libtiff@4.4.0 libx11@1.8.12 libxft@2.3.8 libxpm@3.5.17 libwebp@1.3.2 pango@1.56.4 poppler@22.09.0 gnutls@3.8.9 libgccjit@14.3.0 mailutils@3.21 acl@2.3.1 alsa-lib@1.2.16 elogind@255.17 ghostscript@9.56.1 gpm@1.20.7 jansson@2.14 lcms@2.13.1 libice@1.1.2 libselinux@3.4 libsm@1.2.5 libxml2@2.14.6 m17n-lib@1.8.0 sqlite@3.39.3 tree-sitter@0.25.3 zlib@1.3.1 bash-minimal@5.2.37 coreutils@9.1 findutils@4.10.0 gawk@5.3.0 gzip@1.14 ncurses@6.2.20210619 sed@4.9
Channel: securityops
Location: securityops/packages/emacs.scm (securityops packages emacs)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Build system: glib-or-gtk
Synopsis: The extensible, customizable, self-documenting text editor
Description:

GNU Emacs is an extensible and highly customizable text editor. It is based on an Emacs Lisp interpreter with extensions for text editing. Emacs has been extended in essentially all areas of computing, giving rise to a vast array of packages supporting, e.g., email, IRC and XMPP messaging, spreadsheets, remote server editing, and much more. Emacs includes extensive documentation on all aspects of the system, from basic editing to writing large Lisp programs. It has full Unicode support for nearly all human languages.

librewolf 156.0-1
Dependencies: libdrm@2.4.131 vulkan-loader@1.4.335.0 bash-minimal@5.2.37 bzip2@1.0.8 cairo@1.18.4 cups@2.4.14 dbus-glib@0.112 freetype@2.13.3 ffmpeg@6.1.5 gdk-pixbuf@2.44.4 glib@2.86.0 gtk+@3.24.51 gtk+@2.24.33 hunspell@1.7.0 icu4c@78.2 jemalloc@5.3.0 libcanberra@0.30 libevent@2.1.12 libffi@3.4.6 libgnome@2.32.1 libjpeg-turbo@2.1.4 libnotify@0.8.8 libpciaccess@0.18.1 libpng-apng@1.6.50 libva@2.22.0 libvpx@1.16.0 libwebp@1.3.2 libxcomposite@0.4.6 libxft@2.3.8 libxinerama@1.1.5 libxscrnsaver@1.2.4 libxt@1.3.1 mesa@26.0.2 mit-krb5@1.21 nspr@4.40 nss-rapid@3.129 pango@1.56.4 pciutils@3.13.0 pipewire@1.6.2 pixman@0.46.4 pulseaudio@16.1 speech-dispatcher@0.12.1 sqlite@3.39.3 startup-notification@0.12 eudev@3.2.14 unzip@6.0 zip@3.0 zlib@1.3.1
Channel: securityops
Location: securityops/packages/librewolf.scm (securityops packages librewolf)
Home page: https://librewolf.net/
Licenses: MPL 2.0
Build system: gnu
Synopsis: Custom version of Firefox, focused on privacy, security and freedom
Description:

LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. This is achieved through our privacy and security oriented settings and patches. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM.

glances 4.5.6
Propagated dependencies: python-defusedxml@0.7.1-0.c744588 python-jinja2@3.1.2 python-orjson@3.9.7 python-packaging@25.0 python-psutil@7.2.2 python-shtab@1.7.1 python-pyinstrument@5.1.3
Channel: securityops
Location: securityops/packages/monitoring.scm (securityops packages monitoring)
Home page: https://github.com/nicolargo/glances
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Cross-platform curses-based monitoring tool
Description:

Glances is a curses-based monitoring tool for a wide variety of platforms. Glances uses the PsUtil library to get information from your system. It monitors CPU, load, memory, network bandwidth, disk I/O, disk use, and more.

foot 1.28.0
Dependencies: fcft@3.3.3 libxkbcommon@1.13.2 wayland@1.26.0 wayland-protocols@1.49
Channel: securityops
Location: securityops/packages/river.scm (securityops packages river)
Home page: https://codeberg.org/dnkl/foot
Licenses: Expat Unicode
Build system: meson
Synopsis: Wayland-native terminal emulator
Description:

foot is a terminal emulator for systems using the Wayland display server. It is designed to be fast, lightweight, and independent of desktop environments. It can be used as a standalone terminal and also has a server/client mode.

swaybg 1.2.2
Dependencies: cairo@1.18.4 gdk-pixbuf@2.44.4 wayland@1.26.0
Channel: securityops
Location: securityops/packages/river.scm (securityops packages river)
Home page: https://github.com/swaywm/swaybg
Licenses: Expat
Build system: meson
Synopsis: Screen wallpaper utility for Wayland compositors
Description:

Swaybg is a wallpaper utility for Wayland compositors.

wayland 1.26.0
Dependencies: expat@2.7.1 libxml2@2.14.6
Propagated dependencies: libffi@3.4.6
Channel: securityops
Location: securityops/packages/river.scm (securityops packages river)
Home page: https://wayland.freedesktop.org/
Licenses: Expat
Build system: meson
Synopsis: Core Wayland window system code and protocol
Description:

Wayland is a project to define a protocol for a compositor to talk to its clients as well as a library implementation of the protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers.

libevdev 1.13.7
Channel: securityops
Location: securityops/packages/river.scm (securityops packages river)
Home page: https://www.freedesktop.org/wiki/Software/libevdev/
Licenses: X11-style
Build system: gnu
Synopsis: Wrapper library for evdev devices
Description:

libevdev is a wrapper library for evdev devices. it moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc.

The eventual goal is that libevdev wraps all ioctls available to evdev devices, thus making direct access unnecessary.

wayland-protocols 1.49
Dependencies: wayland@1.26.0
Channel: securityops
Location: securityops/packages/river.scm (securityops packages river)
Home page: https://wayland.freedesktop.org
Licenses: Expat
Build system: meson
Synopsis: Wayland protocols
Description:

Wayland-Protocols contains Wayland protocols that add functionality not available in the Wayland core protocol. Such protocols either add completely new functionality, or extend the functionality of some other protocol either in Wayland core, or some other protocol in wayland-protocols.

xorg-server-xwayland 24.1.12
Dependencies: font-dejavu@2.37 dbus@1.16.2 egl-wayland@1.1.19 eudev@3.2.14 libfontenc@1.1.8 libdrm@2.4.131 libepoxy@1.5.10 libgcrypt@1.11.0 libtirpc@1.3.1 libxcvt@0.1.3 libxfont@2.0.7 libxkbfile@1.1.3 pixman@0.46.4 wayland@1.26.0 wayland-protocols@1.49 xkbcomp@1.4.7 xkeyboard-config@2.44 xorgproto@2024.1 xtrans@1.5.2
Channel: securityops
Location: securityops/packages/river.scm (securityops packages river)
Home page: https://www.x.org/
Licenses: X11
Build system: meson
Synopsis: Xorg server with Wayland backend
Description:

Xwayland is an X server for running X clients under Wayland.

wlroots 0.20.2
Propagated dependencies: eudev@3.2.14 libdisplay-info@0.2.0 libinput-minimal@1.32.0 libxkbcommon@1.13.2 mesa@26.0.2 pixman@0.46.4 lcms@2.13.1 libseat@0.9.2 vulkan-headers@1.4.335.0 vulkan-loader@1.4.335.0 wayland@1.26.0 wayland-protocols@1.49 xcb-util-errors@1.0.1 xcb-util-renderutil@0.3.10 xcb-util-wm@0.4.2 xorg-server-xwayland@24.1.12
Channel: securityops
Location: securityops/packages/river.scm (securityops packages river)
Home page: https://gitlab.freedesktop.org/wlroots/wlroots/
Licenses: Expat
Build system: meson
Synopsis: Pluggable, composable, unopinionated modules for building a Wayland compositor
Description:

wlroots is a set of pluggable, composable, unopinionated modules for building a Wayland compositor.

mako 1.11.0
Dependencies: basu@0.2.1 cairo@1.18.4 gdk-pixbuf@2.44.4 pango@1.56.4 wayland@1.26.0
Channel: securityops
Location: securityops/packages/river.scm (securityops packages river)
Home page: https://wayland.emersion.fr/mako
Licenses: Expat
Build system: meson
Synopsis: Lightweight Wayland notification daemon
Description:

Mako is a lightweight notification daemon for Wayland compositors that support the layer-shell protocol.

Page: 1235
Total packages: 119