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

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.


libvterm 0.3.3
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://www.leonerd.org.uk/code/libvterm/
Licenses: Expat
Build system: gnu
Synopsis: VT220/xterm/ECMA-48 terminal emulator library
Description:

Libvterm is an abstract C99 library which implements a VT220 or xterm-like terminal emulator. It doesn't use any particular graphics toolkit or output system, instead it invokes callback function pointers that its embedding program should provide it to draw on its behalf. It avoids calling malloc during normal running state, allowing it to be used in embedded kernel situations.

libptytty 2.0
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://github.com/yusiwen/libptytty
Licenses: GPL 2+
Build system: cmake
Synopsis: Portable, secure PTY/TTY and @file{utmp}/@file{wtmp}/@file{lastlog} handling
Description:

Libptytty is a small C/C++ library to manage pseudo-ttys in a uniform way, created out of frustration over the many differences of PTY/TTY handling in different operating systems.

In addition to mere PTY/TTY management, it supports updating the session database at utmp, and wtmp/lastlog for login shells.

It also supports forking after start-up and dropping privileges in the calling process. This reduces the potential attack surface: if the calling process were to be compromised by the user starting the program, there would be less to gain, as only the helper process is running with privileges (e.g., setuid/setgid).

tilda 2.0.0
Dependencies: libconfuse@3.3 vte-with-gtk+3@0.82.3
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://github.com/lanoxx/tilda
Licenses: GPL 2+
Build system: glib-or-gtk
Synopsis: GTK+-based drop-down terminal
Description:

Tilda is a terminal emulator similar to normal terminals like gnome-terminal (GNOME) or Konsole (KDE), with the difference that it drops down from the edge of a screen when a certain configurable hotkey is pressed. This is similar to the built-in consoles in some applications. Tilda is highly configurable through a graphical wizard.

fbterm 1.7
Dependencies: freetype@2.13.3 fontconfig-minimal@2.16.0 ncurses@6.2.20210619 gpm@1.20.7
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://salsa.debian.org/debian/fbterm
Licenses: GPL 2+
Build system: gnu
Synopsis: Fast and lightweight framebuffer-based terminal emulator for Linux
Description:

FbTerm is a fast terminal emulator for Linux with frame buffer device or VESA video card. Features include:

  • mostly as fast as terminal of Linux kernel while accelerated scrolling is enabled;

  • select font with fontconfig and draw text with freetype2, same as Qt/Gtk+ based GUI apps;

  • dynamically create/destroy up to 10 windows initially running default shell;

  • record scrollback history for every window;

  • auto-detect current locale and convert text encoding, support double width scripts like Chinese, Japanese etc;

  • switch between configurable additional text encodings with hot keys on the fly;

  • copy/paste selected text between windows with mouse when gpm server is running;

  • change the orientation of screen display, a.k.a. screen rotation;

  • lightweight input method framework with client-server architecture;

  • background image for eye candy.

foot 1.27.0
Dependencies: fcft@3.3.3 libxkbcommon@1.13.1 wayland@1.24.0 wayland-protocols@1.47
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://codeberg.org/dnkl/foot
Licenses: Expat
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.

python-pyfzf 0.3.1
Dependencies: fzf@0.73.1
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://github.com/nk412/pyfzf
Licenses: Expat
Build system: pyproject
Synopsis: Python wrapper for junegunn's fuzzyfinder (fzf)
Description:

This package provides a thin wrapper for fzf.

libtermkey 0.22
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://www.leonerd.org.uk/code/libtermkey
Licenses: Expat
Build system: gnu
Synopsis: Keyboard entry processing library for terminal-based programs
Description:

Libtermkey handles all the necessary logic to recognise special keys, UTF-8 combining, and so on, with a simple interface.

fzf 0.73.1
Dependencies: bash-minimal@5.2.37 findutils@4.10.0 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://junegunn.github.io/fzf/
Licenses: Expat
Build system: go
Synopsis: Command-line fuzzy-finder
Description:

This package provides an interactive command-line filter usable with any list--including files, command history, processes and more.

asciinema 3.2.0
Dependencies: rust-ring@0.17.14
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://asciinema.org
Licenses: GPL 3
Build system: cargo
Synopsis: Terminal session recorder
Description:

Use asciinema to record and share your terminal sessions, the right way. Forget screen recording apps and blurry video. Enjoy a lightweight, purely text-based approach to terminal recording.

termite 16.9
Dependencies: gnutls@3.8.9 gtk+@3.24.51 lz4@1.10.0 pcre2@10.42 xdg-utils@1.2.1
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://github.com/aperezdc/termite/
Licenses: LGPL 2.0+
Build system: meson
Synopsis: Keyboard-centric, VTE-based terminal
Description:

Termite is a minimal terminal emulator, with a slightly modified version of VTE exposing the necessary functions for keyboard text selection and URL hints. It was designed for use with tiling window managers.

kmscon 9.3.0
Dependencies: elogind@255.17 eudev@3.2.14 libdrm@2.4.131 libtsm@4.4.1 libxkbcommon@1.13.1 pango@1.56.4
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://www.freedesktop.org/wiki/Software/kmscon
Licenses: Expat LGPL 2.1+ FreeBSD GPL 2+
Build system: meson
Synopsis: Linux KMS-based terminal emulator
Description:

Kmscon is a terminal emulator based on Linux's KMS. It can replace the in-kernel VT implementation with a user-space console. Compared to the Linux console, kmscon provides enhanced features including XKB-compatible internationalized keyboard support, UTF-8 input/font support, hardware-accelerated rendering, multi-seat support, a replacement for mingetty, and more.

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: guix
Location: gnu/packages/terminals.scm (gnu 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.

tmate 2.4.0-0.ac91951
Dependencies: libevent@2.1.12 libssh@0.12.0 msgpack-c@6.0.0 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://tmate.io/
Licenses: ISC
Build system: gnu
Synopsis: Terminal sharing application
Description:

tmate is a terminal sharing application that allows you to share your terminal with other users over the Internet. tmate is a fork of tmux.

libtsm 4.4.1
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://github.com/kmscon/libtsm
Licenses: FreeBSD Expat LGPL 2.1+
Build system: meson
Synopsis: Terminal Emulator State Machine library
Description:

TSM is a state machine for DEC VT100-VT520 compatible terminal emulators. It tries to support all common standards while keeping compatibility to existing emulators like xterm, gnome-terminal, konsole, among others.

wezterm 20260117.154428.05343b38
Dependencies: font-google-noto-emoji@2.051 font-google-roboto@3.011 font-jetbrains-mono@2.304 font-nerd-symbols@3.4.0 libgit2@1.9.4 libssh@0.12.0 libssh2@1.11.1 libx11@1.8.12 libxcb@1.17.0 libxkbcommon@1.13.1 lua@5.4.8 mesa@26.0.2 openssl@3.5.5 sqlite@3.39.3 vulkan-loader@1.4.335.0 wayland@1.24.0 xcb-imdkit@1.0.9 xcb-util@0.4.1 xcb-util-image@0.4.1 zstd@1.5.6 cairo@1.18.4 fontconfig-minimal@2.16.0 freetype@2.13.3 harfbuzz@11.4.4 libpng@1.6.39 pixman@0.46.4 zlib@1.3.1 rust-ring@0.17.14
Channel: guix
Location: gnu/packages/terminals.scm (gnu packages terminals)
Home page: https://wezterm.org/
Licenses: Expat
Build system: cargo
Synopsis: Cross-platform terminal emulator and multiplexer
Description:

WezTerm is a GPU-accelerated terminal emulator and multiplexer that features:

  • Multiplex terminal panes, tabs and windows on local and remote hosts, with native mouse and scrollback.

  • Ligatures, color emoji and font fallback, with true color and dynamic color schemes.

  • Hyperlinks.

terraform-docs 0.6.0
Channel: guix
Location: gnu/packages/terraform.scm (gnu packages terraform)
Home page: https://github.com/segmentio/terraform-docs
Licenses: Expat
Build system: go
Synopsis: Generate documentation from Terraform modules
Description:

The terraform-docs utility can generate documentation describing the inputs and outputs for modules of the Terraform infrastructure management tool. These can be shown, or written to a file in JSON or Markdown formats.

texlive-pinlabel 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/pinlabel
Licenses: LPPL (any version)
Build system: texlive
Synopsis: TeX labelling package
Description:

Pinlabel is a labelling package for attaching perfectly formatted TeX labels to figures and diagrams in both EPS and PDF formats. It is suitable both for labelling a new diagram and for relabelling an existing diagram. The package uses coordinates derived from GhostView and labels are placed with automatic and consistent spacing relative to the object labelled.

texlive-dimnum 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/dimnum
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Commands for dimensionless numbers
Description:

This package simplifies the calling of dimensionless numbers in math or text mode.

texlive-thalie 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/thalie
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Typeset drama plays
Description:

The package provides tools to typeset drama plays. It defines commands to introduce characters lines, to render stage directions, to divide a play into acts and scenes and to build the dramatis personae automatically.

texlive-gitfile-info 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/gitfile-info
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Get Git metadata for a specific file
Description:

If you are using git to control versions of LaTeX files, you may want to show yourself or other users or devs the current version of the file, information about the author and last edited date. All packages for Git known make that kind of information available for the whole repository. But sometimes you have a lot of files within the same repository in different versions, from different authors etc. Perhaps you also split up a big project in small files and want to show within the document who had edited what. This package gives you the opportunity to do so.

texlive-biblatex-nature 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/biblatex-nature
Licenses: LPPL 1.3c
Build system: texlive
Synopsis: BibLaTeX support for @emph{Nature}
Description:

The bundle offers styles that allow authors to use BibLaTeX when preparing papers for submission to the journal Nature.

texlive-arev 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/arev
Licenses: SIL OFL 1.1 LPPL 1.3a GPL 2
Build system: texlive
Synopsis: Fonts and LaTeX support files for Arev Sans
Description:

The arev package provides type 1 fonts, virtual fonts and LaTeX packages for using Arev Sans in both text and mathematics. Arev Sans is a derivative of Bitstream Vera Sans, adding support for Greek and Cyrillic characters and a few variant letters appropriate for mathematics. The font is primarily used in LaTeX for presentations, particularly when using a computer projector. Arev Sans has large x-height, open letters, wide spacing and thick stems. The style is very similar to the SliTeX font lcmss but heavier. Arev is one of a very small number of sans-font mathematics support packages.

texlive-pxjodel 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/pxjodel
Licenses: Expat
Build system: texlive
Synopsis: Help change metrics of fonts from japanese-otf
Description:

This package changes the setup of the japanese-otf package so that the TFMs for direct input are all replaced by new ones with prefixed names. This function will assist users who want to use the japanese-otf package together with tailored TFMs of Japanese fonts.

texlive-uwa-letterhead 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/uwa-letterhead
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Letterhead of the University of Western Australia
Description:

This package generates the letterhead of the UWA. It requires the UWA logo in PDF format, which is available in SVG format at https://static-listing.weboffice.uwa.edu.au/visualid/core-rebrand/img/uwacrest/, and uses the Arial and UWA Slab fonts by default. The package works with XeLaTeX and LuaLaTeX.

Total packages: 72465