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

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.


masscan 1.3.2
Dependencies: libpcap@1.10.1
Channel: securityops
Location: securityops/packages/security.scm (securityops packages security)
Home page: https://github.com/robertdavidgraham/masscan
Licenses: AGPL 3+
Build system: gnu
Synopsis: TCP port scanner
Description:

MASSCAN is an asynchronous TCP port scanner. It can detect open ports, and also complete the TCP connection and interact with the remote application, collecting the information received.

fish 4.9.3
Dependencies: fish-foreign-env@0.20230823 ncurses@6.2.20210619 pcre2@10.42 python@3.12.12 rust-fish-fluent-rs-snapshot@0.17.0.cf712bc rust-fish-fluent-ftl-tools-snapshot@0.1.0.5917664 rust-pcre2-utf32@0.2.9
Channel: securityops
Location: securityops/packages/shells.scm (securityops packages shells)
Home page: https://fishshell.com/
Licenses: GPL 2
Build system: cmake
Synopsis: The friendly interactive shell
Description:

Fish (friendly interactive shell) is a shell focused on interactive use, discoverability, and friendliness. Fish has very user-friendly and powerful tab-completion, including descriptions of every completion, completion of strings with wildcards, and many completions for specific commands. It also has extensive and discoverable help. A special help command gives access to all the fish documentation in your web browser. Other features include smart terminal handling based on terminfo, an easy to search history, and syntax highlighting.

alacritty 0.17.0
Dependencies: expat@2.7.1 fontconfig-minimal@2.16.0 freetype@2.13.3 libx11@1.8.12 libxcb@1.17.0 libxcursor@1.2.3 libxext@1.3.6 libxft@2.3.8 libxi@1.8.2 libxinerama@1.1.5 libxkbcommon@1.13.1 libxmu@1.2.1 libxpresent@1.0.1 libxrandr@1.5.4 libxscrnsaver@1.2.4 libxt@1.3.1 libxtst@1.2.5 libxxf86vm@1.1.6 mesa@26.0.2 xdg-utils@1.2.1 wayland@1.24.0
Channel: securityops
Location: securityops/packages/terminals.scm (securityops packages terminals)
Home page: https://alacritty.org/
Licenses: ASL 2.0
Build system: cargo
Synopsis: GPU-accelerated terminal emulator
Description:

Alacritty is a GPU-accelerated terminal emulator with a strong focus on simplicity and performance. With such a strong focus on performance, included features are carefully considered and you can always expect Alacritty to be blazingly fast. By making sane choices for defaults, Alacritty requires no additional setup. However, it does allow configuration of many aspects of the terminal. Note that you need support for OpenGL 3.2 or higher.

go-github-com-ebitengine-purego 0.11.0
Channel: securityops
Location: securityops/packages/terminals.scm (securityops packages terminals)
Home page: https://github.com/ebitengine/purego
Licenses: ASL 2.0
Build system: go
Synopsis: Call C from Go without cgo
Description:

purego lets Go programs call C functions without using cgo, by loading shared libraries and dispatching into them at runtime.

go-github-com-sgtdi-fswatcher 1.3.0
Propagated dependencies: go-golang-org-x-sys@0.43.0
Channel: securityops
Location: securityops/packages/terminals.scm (securityops packages terminals)
Home page: https://github.com/sgtdi/fswatcher
Licenses: Expat
Build system: go
Synopsis: Filesystem-change watcher library for Go
Description:

A small library for watching filesystem changes, used by kitty's watch kitten.

go-github-com-emmansun-base64 0.10.0
Propagated dependencies: go-golang-org-x-sys@0.43.0
Channel: securityops
Location: securityops/packages/terminals.scm (securityops packages terminals)
Home page: https://github.com/emmansun/base64
Licenses: Modified BSD
Build system: go
Synopsis: SIMD-accelerated base64 codec for Go
Description:

A drop-in, SIMD-accelerated replacement for Go's standard encoding/base64 package.

kitty 0.48.2
Dependencies: cairo@1.18.4 fontconfig-minimal@2.16.0 harfbuzz@11.4.4 lcms@2.13.1 libcanberra@0.30 libpng@1.6.39 librsync@2.3.4 libx11@1.8.12 libxcursor@1.2.3 libxext@1.3.6 libxi@1.8.2 libxinerama@1.1.5 libxkbcommon@1.13.1 libxrandr@1.5.4 mesa@26.0.2 ncurses@6.2.20210619 openssl@3.5.5 python-wrapper@3.12.12 simde@0.8.2 startup-notification@0.12 wayland@1.24.0 xxhash@0.8.3 zlib@1.3.1
Channel: securityops
Location: securityops/packages/terminals.scm (securityops packages terminals)
Home page: https://sw.kovidgoyal.net/kitty/
Licenses: GPL 3+
Build system: go
Synopsis: Fast, feature-rich, GPU-based terminal emulator
Description:

Kitty is a fast and featureful GPU-based terminal emulator:

  • Offloads rendering to the GPU for lower system load and buttery smooth scrolling. Uses threaded rendering to minimize input latency.

  • Supports all modern terminal features: graphics (images), unicode, true-color, OpenType ligatures, mouse protocol, focus tracking, bracketed paste and several new terminal protocol extensions.

  • Supports tiling multiple terminal windows side by side in different layouts without needing to use an extra program like tmux.

  • Can be controlled from scripts or the shell prompt, even over SSH.

  • Has a framework for Kittens, small terminal programs that can be used to extend kitty's functionality. For example, they are used for Unicode input, hints, and side-by-side diff.

  • Supports startup sessions which allow you to specify the window/tab layout, working directories and programs to run on startup.

  • Allows you to open the scrollback buffer in a separate window using arbitrary programs of your choice. This is useful for browsing the history comfortably in a pager or editor.

torbrowser 15.0.23
Dependencies: lyrebird@0.8.1 firefox-locales@0.0.0-2.412690f tor-client@0.4.9.12 alsa-lib@1.2.16 bash-minimal@5.2.37 cups@2.4.14 dbus-glib@0.112 gdk-pixbuf@2.44.4 glib@2.86.0 gtk+@3.24.51 cairo@1.18.4 pango@1.56.4 freetype@2.13.3 libcanberra@0.30 libgnome@2.32.1 libjpeg-turbo@2.1.4 libpng-apng@1.6.50 libwebp@1.3.2 libxft@2.3.8 libevent@2.1.12 libxinerama@1.1.5 libxscrnsaver@1.2.4 libxcomposite@0.4.6 libxt@1.3.1 libffi@3.4.6 ffmpeg@6.1.5 libvpx@1.16.0 icu4c@76.1 pixman@0.46.4 pulseaudio@16.1 mesa@26.0.2 pciutils@3.13.0 mit-krb5@1.21 hunspell@1.7.0 libnotify@0.8.8 nspr@4.36 nss-rapid@3.124 shared-mime-info@2.3 eudev@3.2.14 unzip@6.0 zip@3.0 zlib@1.3.1
Propagated dependencies: noscript-icecat@13.6.33.1984
Channel: securityops
Location: securityops/packages/tor.scm (securityops packages tor)
Home page: https://www.torproject.org
Licenses: MPL 2.0
Build system: mozilla
Synopsis: Anonymous browser derived from Mozilla Firefox
Description:

Tor Browser is the Tor Project version of Firefox browser. It is the only recommended way to anonymously browse the web that is supported by the project. It modifies Firefox in order to avoid many known application level attacks on the privacy of Tor users.

torbrowser-assets 15.0.23
Channel: securityops
Location: securityops/packages/tor.scm (securityops packages tor)
Home page: https://www.torproject.org
Licenses: SIL OFL 1.1 CC-BY 4.0 Modified BSD
Build system: copy
Synopsis: Tor Browser assets (fonts and torrc-defaults)
Description:

Fonts and configuration files extracted from the official Tor Browser bundle, matching the torbrowser version in this channel.

tor 0.4.9.12
Dependencies: libevent@2.1.12 libseccomp@2.6.0 openssl@3.5.5 torsocks@2.4.0 xz@5.4.5 zlib@1.3.1 zstd@1.5.6
Channel: securityops
Location: securityops/packages/tor.scm (securityops packages tor)
Home page: https://www.torproject.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: Anonymous network router to improve privacy on the Internet
Description:

Tor protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody watching your Internet connection from learning what sites you visit, and it prevents the sites you visit from learning your physical location. Tor works with many of your existing applications, including web browsers, instant messaging clients, remote login, and other applications based on the TCP protocol.

This package is the full featured tor which is needed for running relays, bridges or directory authorities. If you just want to access the Tor network or to setup an onion service you may install tor-client instead.

keepassxc 2.7.12
Dependencies: argon2@20190702 botan@3.9.0 libgcrypt@1.11.0 libsodium@1.0.22 libusb@1.0.25 libyubikey@1.13 libxi@1.8.2 libxtst@1.2.5 minizip@1.3.1 pcsc-lite@2.4.1 qrencode@4.1.1 qtsvg@5.15.17 qtwayland@5.15.18 qtx11extras@5.15.17 readline@8.2.13 wl-clipboard@2.3.0 xclip@0.13 yubikey-personalization@1.20.0 zlib@1.3.1
Channel: securityops
Location: securityops/packages/utils.scm (securityops packages utils)
Home page: https://keepassxc.org
Licenses: GPL 3
Build system: qt
Synopsis: Password manager
Description:

KeePassXC is a password manager or safe which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key-file which can be stored on an external storage device. The databases are encrypted using the algorithms AES or Twofish.

lf 42
Channel: securityops
Location: securityops/packages/utils.scm (securityops packages utils)
Home page: https://github.com/gokcehan/lf
Licenses: Expat
Build system: go
Synopsis: Console file browser similar to Ranger
Description:

lf (as in "list files") is a terminal file manager written in Go. It is heavily inspired by ranger with some missing and extra features. Some of the missing features are deliberately omitted since they are better handled by external tools.

ueberzugpp 2.9.10
Dependencies: cairo@1.18.4 chafa@1.18.0 cli11@2.4.2 expat@2.7.1 fftw@3.3.10 fmt@11.2.0 imagemagick@6.9.13-5 imath@3.1.3 lcms@2.13.1 libexif@0.6.24 libgsf@1.14.54 librsvg@2.58.5 libsixel@1.10.5 libwebp@1.3.2 libxcb@1.17.0 matio@1.5.23 nlohmann-json@3.12.0 opencv@4.13.0 openexr@3.2.4 openssl@3.5.5 orc@0.4.42 pango@1.56.4 poppler@22.09.0 range-v3@0.12.0 spdlog@1.15.3 tbb@2021.6.0 vips@8.17.0 wayland@1.24.0 wayland-protocols@1.47 xcb-util-image@0.4.1
Channel: securityops
Location: securityops/packages/utils.scm (securityops packages utils)
Home page: https://github.com/jstkdng/ueberzugpp
Licenses: GPL 3
Build system: cmake
Synopsis: Drop in replacement for ueberzug written in C++
Description:

Überzug++ is a command line utility written in C++ which allows to draw images on terminals by using X11/Wayland child windows, sixels, kitty and iterm2.

Advantages over w3mimgdisplay:

  • Support for Wayland: Sway, Hyprland, niri and Wayfire

  • No race conditions as a new window is created to display images

  • Expose events will be processed, so images will be redrawn on switch workspaces

  • Tmux support on X11, Sway and Hyprland

  • Terminals without the WINDOWID environment variable are supported

  • Chars are used as position - and size unit

  • No memory leak (usage of smart pointers)

  • A lot of image formats supported (through OpenCV and libvips).

  • GIF and animated WEBP support on X11, Sixel, Sway and hyprland

  • Fast image downscaling (through OpenCV and OpenCL)

  • Cache resized images for faster viewing

openshot 4.0.0
Dependencies: bash-minimal@5.2.37 ffmpeg@8.1.1 font-dejavu@2.37 libopenshot@0.5.0 python@3.12.12 python-pyqt@5.15.11 python-pyqtwebengine@5.15.9 python-pyzmq@27.1.0 python-requests@2.32.5 qtsvg@5.15.17 qtwebengine@5.15.17
Channel: securityops
Location: securityops/packages/video.scm (securityops packages video)
Home page: https://www.openshot.org/
Licenses: GPL 3+
Build system: pyproject
Synopsis: Video editor
Description:

OpenShot takes your videos, photos, and music files and helps you create the film you have always dreamed of. Easily add sub-titles, transitions, and effects and then export your film to many common formats.

vlc 3.0.23
Dependencies: alsa-lib@1.2.16 avahi@0.8 bash-minimal@5.2.37 dav1d@1.5.1 dbus@1.16.2 eudev@3.2.14 ffmpeg@8.1.1 flac@1.5.0 fontconfig-minimal@2.16.0 freetype@2.13.3 fribidi@1.0.12 gnutls@3.8.9 liba52@0.8.0 libarchive@3.7.7 libass@0.15.1 libavc1394@0.5.4 libbluray@1.3.4 libcaca@0.99.beta19 libcddb@1.3.2 libdca@0.0.7 libdvbpsi@1.3.3 libdvdnav@6.1.1 libdvdread@6.1.3 libebml@1.4.5 libgcrypt@1.11.0 libidn@1.43 libkate@0.4.1 libmad@0.15.1b libmatroska@1.7.1 libmicrodns@0.1.2 libmodplug@0.8.9.0 libmpeg2@0.5.1 libogg@1.3.6 libpng@1.6.39 libraw1394@2.1.2 librsvg@2.58.5 libsamplerate@0.1.9 libsecret@0.21.7 libssh2@1.11.1 libtheora@1.1.1 libupnp@1.14.30 libva@2.22.0 libvdpau@1.5 libvnc@0.9.15 libvorbis@1.3.7 libvpx@1.16.0 libx264@165-0.0480cb0 libxext@1.3.6 libxi@1.8.2 libxinerama@1.1.5 libxml2@2.14.6 libxpm@3.5.17 livemedia-utils@2025.11.06 lua@5.2.4 mesa@26.0.2 opus@1.6.1 perl@5.36.0 protobuf@3.21.9 pulseaudio@16.1 python-wrapper@3.12.12 qtbase@5.15.17 qtsvg@5.15.17 qtx11extras@5.15.17 samba@4.18.1 sdl12-compat@1.2.68 sdl-image@1.2.12 speex@1.2.1 speexdsp@1.2.1 srt@1.4.4 taglib@1.13.1 twolame@0.4.0 unzip@6.0 wayland@1.24.0 wayland-protocols@1.47 x265@3.5 xcb-util-keysyms@0.4.1
Channel: securityops
Location: securityops/packages/video.scm (securityops packages video)
Home page: https://www.videolan.org/
Licenses: GPL 2+
Build system: gnu
Synopsis: Audio and video framework
Description:

VLC is a cross-platform multimedia player and framework that plays most multimedia files as well as DVD, Audio CD, VCD, and various streaming protocols.

yt-dlp 2026.08.19
Dependencies: ffmpeg@8.1.1 python-brotli@1.0.9 python-certifi@2025.06.15 python-mutagen@1.47.0 python-pycryptodomex@3.23.0 python-requests@2.32.5 python-urllib3@2.5.0 python-websockets@13.1
Channel: securityops
Location: securityops/packages/video.scm (securityops packages video)
Home page: https://github.com/yt-dlp/yt-dlp
Licenses: Public Domain
Build system: pyproject
Synopsis: Download videos from YouTube.com and other sites
Description:

yt-dlp is a small command-line program to download videos from YouTube.com and many more sites. It is a fork of youtube-dl with a focus on adding new features while keeping up-to-date with the original project.

ytfzf 2.6.2
Dependencies: bash@5.2.37 catimg@2.7.0 chafa@1.18.0 coreutils@9.1 curl@8.6.0 dmenu@5.4 fzf@0.73.1 gawk@5.3.0 grep@3.11 jp2a@1.1.1 jq@1.8.2 libnotify@0.8.8 mpv@0.41.0 ncurses@6.2.20210619 perl@5.36.0 ueberzug@18.3.1 sed@4.9 util-linux@2.40.4 yt-dlp@2026.08.19
Channel: securityops
Location: securityops/packages/video.scm (securityops packages video)
Home page: https://github.com/pystardust/ytfzf
Licenses: GPL 3+
Build system: gnu
Synopsis: Watch PeerTube or YouTube videos from the terminal
Description:

ytfzf is a POSIX script that helps you find PeerTube or YouTube videos without requiring API and opens/downloads them using mpv/ytdl.

mullvad-vpn-desktop 2026.5
Dependencies: iputils@20250605 libnotify@0.8.8
Channel: securityops
Location: securityops/packages/vpn.scm (securityops packages vpn)
Home page: https://mullvad.net
Licenses: GPL 3
Build system: chromium-binary
Synopsis: The Mullvad VPN client app for desktop
Description:

This is the VPN client software for the Mullvad VPN service. For more information about the service, please visit Mullvad's website, mullvad.net (Also accessible via Tor on this onion service).

xlibre-server 25.2.2
Dependencies: eudev@3.2.14 dbus@1.16.2 libdmx@1.1.5 libepoxy@1.5.10 libgcrypt@1.11.0 libxau@1.0.12 libxaw@1.0.16 libxdmcp@1.1.5 libxfixes@6.0.1 libxfont@2.0.7 libxkbfile@1.1.3 libxrender@0.9.12 libxres@1.2.2 libxshmfence@1.3.3 libxt@1.3.1 libxv@1.0.13 xkbcomp@1.4.7 xkeyboard-config@2.44 xtrans@1.5.2 zlib@1.3.1 xcb-util@0.4.1 xcb-util-image@0.4.1 xcb-util-keysyms@0.4.1 xcb-util-renderutil@0.3.10 xcb-util-wm@0.4.2
Propagated dependencies: libpciaccess@0.18.1 libxcvt@0.1.3 mesa@26.0.2 pixman@0.46.4 xorgproto@2024.1
Channel: securityops
Location: securityops/packages/xlibre.scm (securityops packages xlibre)
Home page: https://github.com/X11Libre/xserver
Licenses: X11
Build system: meson
Synopsis: A fork of the Xorg Xserver with code cleanups and enhanced functionality
Description:

This package provides the XLibre X server itself. The X server accepts requests from client programs to create windows, which are (normally rectangular) 'virtual screens' that the client program can draw into.

Windows are then composed on the actual screen by the X server (or by a separate composite manager) as directed by the window manager, which usually communicates with the user via graphical controls such as buttons and draggable titlebars and borders.

xmonad-wayland 0.4.2
Dependencies: wayland@1.24.0 python-minimal@3.12.12
Channel: securityops
Location: securityops/packages/xmonad-wayland.scm (securityops packages xmonad-wayland)
Home page: https://codeberg.org/berkeley/xmonad-wayland
Licenses: Modified BSD Expat
Build system: gnu
Synopsis: XMonad window management for the River Wayland compositor
Description:

XMonad Wayland ports XMonad's StackSet core to Wayland through River. The manager keeps window order, focus and workspaces while River handles graphics, input and Wayland/XWayland clients. River 0.4 or newer is required and is not propagated; install river-xmonad-runtime from this channel to run it. This package does not configure a login session; see the upstream documentation for a complete River desktop.

ghc-xmonad-contrib 0.18.2
Dependencies: ghc-random@1.2.1.3 ghc-x11@1.10.3 xmonad@0.18.0 ghc-utf8-string@1.0.2 ghc-x11-xft@0.3.4
Channel: securityops
Location: securityops/packages/xmonad.scm (securityops packages xmonad)
Home page: https://xmonad.org/
Licenses: Modified BSD
Build system: haskell
Synopsis: Third party extensions for xmonad
Description:

Third party tiling algorithms, configurations, and scripts to Xmonad, a tiling window manager for X.

xmonad 0.18.1
Dependencies: ghc-x11@1.10.3 ghc-data-default-class@0.2.0.0 ghc-setlocale@1.0.0.10
Channel: securityops
Location: securityops/packages/xmonad.scm (securityops packages xmonad)
Home page: https://xmonad.org
Licenses: Modified BSD
Build system: haskell
Synopsis: Tiling window manager
Description:

Xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap, maximising screen use. All features of the window manager are accessible from the keyboard: a mouse is strictly optional. Xmonad is written and extensible in Haskell. Custom layout algorithms, and other extensions, may be written by the user in config files. Layouts are applied dynamically, and different layouts may be used on each workspace. Xinerama is fully supported, allowing windows to be tiled on several screens.

guix-xsearch 2.3-0.1af46e0
Channel: securityops
Location: securityops/packages/xsearch.scm (securityops packages xsearch)
Home page: https://codeberg.org/Baleine/guix-xsearch
Licenses: GPL 3+ CC0
Build system: guile
Synopsis: Faster Guix search using a Xapian cache
Description:

The Guix Xsearch extension is a new implementation of Guix search, sped up by using a Xapian cache. Before searching, build the cache with guix xsearch --index; queries then use Xapian syntax such as name:hello or name:emacs AND description:mail.

Page: 12345
Total packages: 119