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

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.


gnome-characters 46.0
Dependencies: bash-minimal@5.2.37 gjs@1.82.1 gnome-desktop@44.0 gtk@4.16.13 libadwaita@1.6.0 libunistring@1.3
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.gnome.org/Apps/Characters
Licenses: Modified BSD
Build system: meson
Synopsis: Find and insert unusual characters
Description:

Characters is a simple utility application to find and insert unusual characters. It allows you to quickly find the character you are looking for by searching for keywords.

gnome-sudoku 48.1
Dependencies: gtk@4.16.13 json-glib@1.10.0 libadwaita@1.6.0 libgee@0.20.6 librsvg@2.58.5 qqwing@1.3.4
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.gnome.org/Apps/Sudoku
Licenses: GPL 2+
Build system: meson
Synopsis: Japanese logic game
Description:

Sudoku is a Japanese logic game that exploded in popularity in 2005. GNOME Sudoku is meant to have an interface as simple and unobstrusive as possible while still providing features that make playing difficult Sudoku more fun.

gnome-vfs 2.24.4
Dependencies: libxml2@2.14.6 dbus-glib@0.112 gconf@3.2.6 gnome-mime-data@2.18.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://developer.gnome.org/gnome-vfs/
Licenses: LGPL 2.0+
Build system: gnu
Synopsis: Access files and folders in GNOME applications
Description:

GnomeVFS is the core library used to access files and folders in GNOME applications. It provides a file system abstraction which allows applications to access local and remote files with a single consistent API.

gusb 0.3.5
Propagated dependencies: glib@2.83.3 libusb@1.0.25
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://github.com/hughsie/libgusb
Licenses: LGPL 2.1+
Build system: meson
Synopsis: GLib binding for libusb1
Description:

GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop. This makes it easy to integrate low level USB transfers with your high-level application or system daemon.

gnome-shell-extensions 46.5
Dependencies: glib@2.83.3 gnome-menus@3.36.0
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://extensions.gnome.org/
Licenses: GPL 3+
Build system: meson
Synopsis: Extensions for GNOME Shell
Description:

GNOME Shell extensions modify and extend GNOME Shell functionality and behavior.

blueprint-compiler 0.4.0
Dependencies: python@3.11.14
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://gitlab.gnome.org/jwestman/blueprint-compiler
Licenses: LGPL 3+
Build system: meson
Synopsis: Template markup language
Description:

Blueprint is a markup language for GTK user interfaces. Internally, it compiles to GTKBuilder XML.

gtg 0.6
Dependencies: bash-minimal@5.2.37 librsvg@2.58.5 gsettings-desktop-schemas@46.1 gtk+@3.24.51 gtksourceview@4.8.4 pango@1.54.0 python@3.11.14 python-dbus@1.2.18 python-liblarch@3.2.0 python-lxml@6.0.1 python-pycairo@1.28.0 python-pygobject@3.50.0 python-pyxdg@0.28
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.gnome.org/Apps/GTG
Licenses: GPL 3+
Build system: meson
Synopsis: Personal organizer for the GNOME desktop
Description:

Getting Things GNOME! (GTG) is a personal tasks and TODO list items organizer for the GNOME desktop environment inspired by the Getting Things Done (GTD) methodology. GTG is designed with flexibility, adaptability, and ease of use in mind so it can be used as more than just GTD software. GTG is intended to help you track everything you need to do and need to know, from small tasks to large projects.

gnome-tweaks 46.1
Dependencies: bash-minimal@5.2.37 gnome-desktop@44.0 gtk@4.16.13 gobject-introspection@1.82.0 gsettings-desktop-schemas@46.1 libadwaita@1.6.0 libgudev@238 libnotify@0.8.3 libsoup@3.6.4 nautilus@46.4 python@3.11.14 python-pygobject@3.50.0
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.gnome.org/Apps/Tweaks
Licenses: GPL 3+
Build system: meson
Synopsis: Customize advanced GNOME options
Description:

GNOME Tweaks allows adjusting advanced configuration settings in GNOME. This includes things like the fonts used in user interface elements, alternative user interface themes, changes in window management behavior, GNOME Shell appearance and extension, etc.

libunique 3.0.2
Propagated dependencies: gtk+@3.24.51
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.gnome.org/Attic/LibUnique
Licenses: LGPL 2.1+
Build system: glib-or-gtk
Synopsis: Library for writing single instance applications
Description:

Libunique is a library for writing single instance applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. Libunique makes it easy to write this kind of application, by providing a base class, taking care of all the IPC machinery needed to send messages to a running instance, and also handling the startup notification side.

gnome-clocks 46.0
Dependencies: geoclue@2.7.2 geocode-glib@3.26.4 glib@2.83.3 gnome-desktop@44.0 gsound@1.0.3 gtk@4.16.13 libadwaita@1.6.0 libgweather@4.4.4
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.gnome.org/Apps/Clocks
Licenses: GPL 3+
Build system: meson
Synopsis: GNOME's clock application
Description:

GNOME Clocks is a simple clocks application designed to fit the GNOME desktop. It supports world clock, stop watch, alarms, and count down timer.

colord 1.4.6
Dependencies: dbus-glib@0.112 gobject-introspection@1.82.0 gusb-minimal@0.3.5 libgudev@238 libusb@1.0.25 polkit@121 python-wrapper@3.11.14 sqlite@3.39.3
Propagated dependencies: glib@2.83.3 lcms@2.13.1 eudev@3.2.14
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://www.freedesktop.org/software/colord/
Licenses: GPL 2+
Build system: meson
Synopsis: Color management service
Description:

Colord is a system service that makes it easy to manage, install and generate color profiles to accurately color manage input and output devices.

gnome-session 46.0
Dependencies: bash-minimal@5.2.37 elogind@255.17 gnome-desktop@44.0 gsettings-desktop-schemas@46.1 gtk+@3.24.51 json-glib@1.10.0 libsm@1.2.5 libxcomposite@0.4.6 libxtst@1.2.5 mesa@25.2.3 upower@1.90.2 xtrans@1.5.2
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.gnome.org/Projects/SessionManagement
Licenses: GPL 2+
Build system: meson
Synopsis: Session manager for GNOME
Description:

This package contains the GNOME session manager, as well as a configuration program to choose applications starting on login.

authenticator 4.4.0
Dependencies: bash-minimal@5.2.37 glib@2.83.3 gstreamer@1.26.3 gst-plugins-base@1.26.3 gst-plugins-bad@1.26.3 gtk@4.16.13 libadwaita@1.6.0 openssl@3.0.8 pipewire@1.4.5 sqlite@3.39.3 zbar@0.23.93 rust-ring@0.17.8
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://apps.gnome.org/Authenticator
Licenses: GPL 3+
Build system: meson
Synopsis: Generate two-factor codes
Description:

Simple application for generating Two-Factor Authentication Codes:

It features:

  • Time-based/Counter-based/Steam methods support

  • SHA-1/SHA-256/SHA-512 algorithms support

  • QR code scanner using a camera or from a screenshot

  • Lock the application with a password

  • Beautiful UI

  • GNOME Shell search provider

  • Backup/Restore from/into known applications like FreeOTP+, Aegis (encrypted / plain-text), andOTP, Google Authenticator

icon-naming-utils 0.8.90
Dependencies: perl@5.36.0 perl-xml-simple@2.25
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: http://tango.freedesktop.org/Standard_Icon_Naming_Specification
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Utility to implement the Freedesktop Icon Naming Specification
Description:

To help with the transition to the Freedesktop Icon Naming Specification, the icon naming utility maps the icon names used by the GNOME and KDE desktops to the icon names proposed in the specification.

libwnck 2.30.7
Propagated dependencies: gtk+@2.24.33 libxres@1.2.2 startup-notification@0.12
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://gitlab.gnome.org/GNOME/libwnck/
Licenses: LGPL 2.0+
Build system: gnu
Synopsis: Window Navigator Construction Kit
Description:

Libwnck is the Window Navigator Construction Kit, a library for use in writing pagers, tasklists, and more generally applications that are dealing with window management. It tries hard to respect the Extended Window Manager Hints specification (EWMH).

gupnp-av 0.14.4
Dependencies: gtk+@3.24.51 gupnp@1.6.7
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://gitlab.gnome.org/GNOME/gupnp-av
Licenses: LGPL 2.0+
Build system: meson
Synopsis: GUPnP A/V for GNOME
Description:

This package provides a small library for handling and implementation of UPnP A/V profiles.

gnome-essential-extras 46.10
Propagated dependencies: at-spi2-core@2.52.0 dbus@1.15.8 dconf@0.40.0 desktop-file-utils@0.26 font-abattis-cantarell@0.303-0.e049149 font-dejavu@2.37 gnome-default-applications@0 gnome-online-accounts@3.50.7 gst-plugins-base@1.26.3 gst-plugins-good@1.26.3 gucharmap@12.0.1 hicolor-icon-theme@0.17 pinentry-gnome3@1.3.2 pulseaudio@16.1 shared-mime-info@2.3 system-config-printer@1.5.16 xdg-desktop-portal@1.18.4 xdg-user-dirs@0.17 yelp@42.2 zenity@3.44.1
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://www.gnome.org
Licenses: GPL 2+
Build system: trivial
Synopsis: Graphical desktop environment
Description:

This package provides a list of packages required for a good GNOME experience, mixed from core dependencies and other implicitly relied-on packages.

libidl 0.8.14
Dependencies: glib@2.83.3
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: http://freecode.com/projects/libidl
Licenses: LGPL 2.0+
Build system: gnu
Synopsis: Create trees of CORBA Interface Definition Language files
Description:

Libidl is a library for creating trees of CORBA Interface Definition Language (idl) files, which is a specification for defining portable interfaces. libidl was initially written for orbit (the orb from the GNOME project, and the primary means of libidl distribution). However, the functionality was designed to be as reusable and portable as possible.

parlatype 4.3
Dependencies: bash-minimal@5.2.37 gst-plugins-base@1.26.3 gst-plugins-good@1.26.3 gstreamer@1.26.3 gtk@4.16.13 iso-codes@4.5.0 libadwaita@1.6.0 pocketsphinx@5.0.4 pulseaudio@16.1
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://www.parlatype.org
Licenses: GPL 3+
Build system: meson
Synopsis: GNOME audio player for transcription
Description:

Parlatype is an audio player for the GNOME desktop environment. Its main purpose is the manual transcription of spoken audio files.

eog 47.0
Dependencies: adwaita-icon-theme@46.2 bash-minimal@5.2.37 exempi@2.6.5 gnome-desktop@44.0 gtk@4.16.13 lcms@2.13.1 libexif@0.6.24 libjpeg-turbo@2.1.4 libpeas@1.36.0 libportal@0.9.1 librsvg@2.58.5 shared-mime-info@2.3
Propagated dependencies: dconf@0.40.0 libhandy@1.8.3
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.gnome.org/Apps/EyeOfGnome
Licenses: GPL 2+
Build system: meson
Synopsis: GNOME image viewer
Description:

Eye of GNOME is the GNOME image viewer. It supports image conversion, rotation, and slideshows.

network-manager-openconnect 1.2.10
Dependencies: gcr@3.41.2 gtk@4.16.13 gtk+@3.24.51 kmod@29 libsecret@0.21.4 libxml2@2.14.6 lz4@1.10.0 network-manager@1.52.0 openconnect@9.12 webkitgtk-with-libsoup2@2.50.3
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.gnome.org/Projects/NetworkManager/VPN
Licenses: GPL 2+
Build system: gnu
Synopsis: OpenConnect plug-in for NetworkManager
Description:

This extension of NetworkManager allows it to take care of connections to VPNs via OpenConnect, an open client for Cisco's AnyConnect SSL VPN.

evolution 3.54.3
Dependencies: cmark@0.31.1 enchant@2.6.9 evolution-data-server@3.56.1 gcr@3.41.2 gsettings-desktop-schemas@46.1 gnome-autoar@0.4.5 gnome-desktop@44.0 gspell@1.12.2 highlight@4.11 libcanberra@0.30 libgweather@4.4.4 libnotify@0.8.3 libsoup@3.6.4 nss@3.101.4 openldap@2.6.9 webkitgtk-for-gtk3@2.50.3 ytnef@2.1.2
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://gitlab.gnome.org/GNOME/evolution
Licenses: LGPL 2.1 LGPL 3 OpenLDAPv2.8 LGPL 2.1+
Build system: cmake
Synopsis: Manage your email, contacts and schedule
Description:

Evolution is a personal information management application that provides integrated mail, calendaring and address book functionality.

libmediaart 1.9.6
Dependencies: gdk-pixbuf@2.42.12
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://gitlab.gnome.org/GNOME/libmediaart
Licenses: LGPL 2.1+
Build system: meson
Synopsis: Media art library for the GNOME desktop
Description:

The libmediaart library is the foundation for media art caching, extraction, and lookup for applications on the desktop.

libpeas 1.36.0
Dependencies: gtk+@3.24.51 glade@3.40.0 python@3.11.14 python-pygobject@3.50.0
Propagated dependencies: glib@2.83.3 gobject-introspection@1.82.0
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.gnome.org/Projects/Libpeas
Licenses: LGPL 2.0+
Build system: meson
Synopsis: GObject plugin system
Description:

Libpeas is a gobject-based plugin engine, targeted at giving every application the chance to assume its own extensibility. It also has a set of features including, but not limited to: multiple extension points; on-demand (lazy) programming language support for C, Python and JS; simplicity of the API.

Total packages: 69282