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

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.


u-boot-ts7970-q-2g-1000mhz-c 2015.04_3-0.0880916
Channel: guix
Location: gnu/packages/bootloaders.scm (gnu packages bootloaders)
Home page: https://www.denx.de/wiki/U-Boot/
Licenses: GPL 2+
Build system: gnu
Synopsis: ARM bootloader
Description:

U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).

This U-Boot variant is for the Technologic Systems TS-7970 revision C board, which includes a quad core Freescale i.MX6 CPU and 2 GiB of RAM clocked at 1000MHz. The binary U-Boot image to flash is the libexec/u-boot.imx file. It can be used with the zImage and the imx6q-ts7970.dtb files provided by the linux-libre-arm-generic image.

To flash this bootloader, write it to an SD card, then using the U-Boot serial console:

mmc dev 0
load mmc 0:1 $loadaddr /boot/u-boot.imx
sf probe
sf erase 0 0x80000
sf write $loadaddr 0x400 $filesize

The factory values of U-Boot must also be reset so that it boots using a zImage instead of the default uImage:

run clearenv
reset

For more information, refer to https://docs.embeddedts.com/TS-7970#Update_U-Boot.

u-boot-am335x-boneblack 2026.01
Channel: guix
Location: gnu/packages/bootloaders.scm (gnu packages bootloaders)
Home page: https://www.denx.de/wiki/U-Boot/
Licenses: GPL 2+
Build system: gnu
Synopsis: ARM bootloader
Description:

U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).

This U-Boot is built for the BeagleBone Black, which was removed upstream, adjusted from the am335x_evm build with several device trees removed so that it fits within common partitioning schemes.

u-boot-a20-olinuxino-micro 2026.01
Channel: guix
Location: gnu/packages/bootloaders.scm (gnu packages bootloaders)
Home page: https://www.denx.de/wiki/U-Boot/
Licenses: GPL 2+
Build system: gnu
Synopsis: ARM bootloader
Description:

U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).

u-boot-rock-4c-plus-rk3399 2026.01
Dependencies: arm-trusted-firmware-rk3399@2.12.9
Channel: guix
Location: gnu/packages/bootloaders.scm (gnu packages bootloaders)
Home page: https://www.denx.de/wiki/U-Boot/
Licenses: GPL 2+
Build system: gnu
Synopsis: ARM bootloader
Description:

U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).

u-boot-firefly-rk3399 2026.01
Dependencies: arm-trusted-firmware-rk3399@2.12.9
Channel: guix
Location: gnu/packages/bootloaders.scm (gnu packages bootloaders)
Home page: https://www.denx.de/wiki/U-Boot/
Licenses: GPL 2+
Build system: gnu
Synopsis: ARM bootloader
Description:

U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).

grub-hybrid 2.14
Dependencies: grub-pc@2.14 efibootmgr@18 mtools@4.0.49 gettext-minimal@0.23.1 freetype@2.13.3 ncurses@6.2.20210619 libtasn1@4.21.0 console-setup@1.212 lvm2@2.03.22 mdadm@4.2 fuse@3.18.1
Channel: guix
Location: gnu/packages/bootloaders.scm (gnu packages bootloaders)
Home page: https://www.gnu.org/software/grub/
Licenses: GPL 3+
Build system: gnu
Synopsis: GRand Unified Boot loader (hybrid version)
Description:

GRUB is a multiboot bootloader. It is used for initially loading the kernel of an operating system and then transferring control to it. The kernel then goes on to load the rest of the operating system. As a multiboot bootloader, GRUB handles the presence of multiple operating systems installed on the same computer; upon booting the computer, the user is presented with a menu to select one of the installed operating systems.

u-boot-mx6cuboxi 2026.01
Channel: guix
Location: gnu/packages/bootloaders.scm (gnu packages bootloaders)
Home page: https://www.denx.de/wiki/U-Boot/
Licenses: GPL 2+
Build system: gnu
Synopsis: ARM bootloader
Description:

U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).

u-boot-rpi-2-efi-bin 2026.01
Dependencies: u-boot-rpi-2-efi@2026.01
Channel: guix
Location: gnu/packages/bootloaders.scm (gnu packages bootloaders)
Home page: https://www.denx.de/wiki/U-Boot/
Licenses: GPL 2+
Build system: trivial
Synopsis: ARM bootloader
Description:

U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).

It allows network booting and uses the device-tree from the firmware, allowing the usage of overlays. It can act as an EFI firmware for the grub-efi-netboot-removable-bootloader. This is a 32-bit build of U-Boot.

This package only contains the file u-boot.bin.

grub-efi 2.14
Dependencies: efibootmgr@18 mtools@4.0.49 gettext-minimal@0.23.1 freetype@2.13.3 ncurses@6.2.20210619 libtasn1@4.21.0 console-setup@1.212 lvm2@2.03.22 mdadm@4.2 fuse@3.18.1
Channel: guix
Location: gnu/packages/bootloaders.scm (gnu packages bootloaders)
Home page: https://www.gnu.org/software/grub/
Licenses: GPL 3+
Build system: gnu
Synopsis: GRand Unified Boot loader (UEFI version)
Description:

GRUB is a multiboot bootloader. It is used for initially loading the kernel of an operating system and then transferring control to it. The kernel then goes on to load the rest of the operating system. As a multiboot bootloader, GRUB handles the presence of multiple operating systems installed on the same computer; upon booting the computer, the user is presented with a menu to select one of the installed operating systems.

u-boot-pine64-lts 2026.01
Dependencies: arm-trusted-firmware-sun50i-a64@2.12.9
Channel: guix
Location: gnu/packages/bootloaders.scm (gnu packages bootloaders)
Home page: https://www.denx.de/wiki/U-Boot/
Licenses: GPL 2+
Build system: gnu
Synopsis: ARM bootloader
Description:

U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).

binutils-bootstrap 0
Channel: guix
Location: gnu/packages/bootstrap.scm (gnu packages bootstrap)
Home page:
Licenses: GPL 3+
Build system: trivial
Synopsis: Bootstrap binaries of the GNU Binutils
Description:

Bootstrap binaries of the GNU Binutils

gcc-bootstrap 0
Dependencies: glibc-bootstrap@0
Channel: guix
Location: gnu/packages/bootstrap.scm (gnu packages bootstrap)
Home page:
Licenses: GPL 3+
Build system: trivial
Synopsis: Bootstrap binaries of the GNU Compiler Collection
Description:

Bootstrap binaries of the GNU Compiler Collection

glibc-bootstrap 0
Channel: guix
Location: gnu/packages/bootstrap.scm (gnu packages bootstrap)
Home page:
Licenses: LGPL 2.1+
Build system: trivial
Synopsis: Bootstrap binaries and headers of the GNU C Library
Description:

Bootstrap binaries and headers of the GNU C Library

guile-bootstrap 2.0
Channel: guix
Location: gnu/packages/bootstrap.scm (gnu packages bootstrap)
Home page:
Licenses: LGPL 3+
Build system: raw
Synopsis: Bootstrap Guile
Description:

Pre-built Guile for bootstrapping purposes.

bootstrap-binaries 0
Channel: guix
Location: gnu/packages/bootstrap.scm (gnu packages bootstrap)
Home page:
Licenses: GPL 3+
Build system: trivial
Synopsis: Bootstrap binaries of Coreutils, Awk, etc.
Description:

Bootstrap binaries of Coreutils, Awk, etc.

linux-libre-headers-bootstrap 0
Channel: guix
Location: gnu/packages/bootstrap.scm (gnu packages bootstrap)
Home page:
Licenses: GPL 3+
Build system: trivial
Synopsis: Bootstrap linux-libre-headers
Description:

Bootstrap linux-libre-headers

cbqn 0.9.0
Dependencies: libffi@3.4.6
Channel: guix
Location: gnu/packages/bqn.scm (gnu packages bqn)
Home page: https://mlochbaum.github.io/BQN/
Licenses: ASL 2.0 Boost 1.0 Expat LGPL 3+ GPL 3+ MPL 2.0 ISC Modified BSD Unicode
Build system: gnu
Synopsis: BQN implementation in C
Description:

This package provides the reference implementation of BQN, a programming language inspired by APL.

dbqn 0.2.2
Dependencies: bash-minimal@5.2.37 icedtea@3.19.0
Channel: guix
Location: gnu/packages/bqn.scm (gnu packages bqn)
Home page: https://github.com/dzaima/BQN
Licenses: Expat
Build system: gnu
Synopsis: BQN implementation based on dzaima/APL
Description:

dbqn is a Java implementation of the BQN programming language that does not need to be bootstrapped, based on an earlier Java implementation of APL by the same author.

adaptive-tab-bar-colour-icecat 2.1.4
Channel: guix
Location: gnu/packages/browser-extensions.scm (gnu packages browser-extensions)
Home page: https://github.com/easonwong-de/Adaptive-Tab-Bar-Colour
Licenses: Expat
Build system: trivial
Synopsis: Adaptive tab bar colour
Description:

This package provides a browser extension for changing tab bar colour to match website theme.

privacy-redirect-icecat 1.1.49
Channel: guix
Location: gnu/packages/browser-extensions.scm (gnu packages browser-extensions)
Home page: https://github.com/SimonBrazell/privacy-redirect
Licenses: GPL 3
Build system: trivial
Synopsis: Redirect to privacy friendly alternative frontends
Description:

This package provides a browser extension that redirects sites to their privacy friendly alternative frontends. It's possible to toggle all redirects on and off and the extension will default to using random instances if none are selected.

livemarks-icecat 3.5
Channel: guix
Location: gnu/packages/browser-extensions.scm (gnu packages browser-extensions)
Home page: https://github.com/nt1m/livemarks
Licenses: Expat
Build system: trivial
Synopsis: RSS feed bookmark folders
Description:

This browser extension provides auto-updated RSS feed bookmark folders.

passff-host 1.2.5
Dependencies: password-store@1.7.4 python@3.12.12
Channel: guix
Location: gnu/packages/browser-extensions.scm (gnu packages browser-extensions)
Home page: https://codeberg.org/PassFF/passff-host
Licenses: GPL 2+
Build system: copy
Synopsis: Host app for the WebExtension PassFF
Description:

This piece of software wraps around the zx2c4 pass shell command. It has to be installed for the PassFF browser extension to work properly.

play-to-kodi-chromium 1.9.1
Channel: guix
Location: gnu/packages/browser-extensions.scm (gnu packages browser-extensions)
Home page: https://github.com/khloke/play-to-xbmc-chrome
Licenses: Expat
Build system: trivial
Synopsis: Send website contents to Kodi
Description:

Play to Kodi is a browser add-on that can send video, audio, and other supported content to the Kodi media center.

keepassxc-browser-icecat 1.9.10
Channel: guix
Location: gnu/packages/browser-extensions.scm (gnu packages browser-extensions)
Home page: https://keepassxc.org
Licenses: GPL 3+
Build system: trivial
Synopsis: Browser extension for the KeePassXC password manager
Description:

This package provides an extension allow the browser to work together with the KeePassXC password manager.

Page: 198991001011021356
Total packages: 32521