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

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.


bees 0.10
Dependencies: btrfs-progs@6.16 cityhash@1.1-2.8af9b8c util-linux@2.40.4
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/Zygo/bees
Licenses: GPL 3+ Zlib GPL 2
Build system: gnu
Synopsis: Deduplication agent for btrfs file systems
Description:

BEES is a block-oriented, user-space deduplication agent designed for large btrfs file systems. It combines off-line data deduplication with incremental scanning to minimize the time your data spend on disk between being written and being deduplicated.

bindfs 1.17.4
Dependencies: fuse@2.9.9
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://bindfs.org
Licenses: GPL 2+
Build system: gnu
Synopsis: Bind mount a directory and alter permission bits
Description:

bindfs is a FUSE file system for mounting a directory to another location, similar to mount --bind. It can be used for:

  • Making a directory read-only.

  • Making all executables non-executable.

  • Sharing a directory with a list of users (or groups).

  • Modifying permission bits using rules with chmod-like syntax.

  • Changing the permissions with which files are created.

httpfs2 0.1.5
Dependencies: fuse@2.9.9 gnutls@3.8.3
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://sourceforge.net/projects/httpfs/
Licenses: GPL 2+
Build system: gnu
Synopsis: Mount remote files over HTTP
Description:

httpfs2 is a fuse file system for mounting any HyperText (HTTP or HTTPS) URL. It uses HTTP/1.1 byte ranges to request arbitrary bytes from the web server, without needing to download the entire file. This is particularly useful with large archives such as ZIP files and ISO images when you only need to inspect their contents or extract specific files. Since the HTTP protocol itself has no notion of directories, only a single file can be mounted.

snapper 0.12.1
Dependencies: btrfs-progs@6.16 e2fsprogs@1.47.2 util-linux@2.40.4 linux-pam@1.5.2 dbus@1.15.8 libxml2@2.14.6 json-c@0.18 acl@2.3.1 boost@1.83.0 ncurses-with-tinfo@6.2.20210619 libxslt@1.1.43 docbook-xsl@1.79.2-0.fe16c90 gettext-minimal@0.23.1
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://snapper.io
Licenses: GPL 2
Build system: gnu
Synopsis: Manage Btrfs file system snapshots and allow roll-backs
Description:

This package provides Snapper, a tool that helps with managing snapshots of Btrfs subvolumes and thin-provisioned LVM volumes. It can create and compare snapshots, revert differences between them, and supports automatic snapshots timelines.

dbxfs 2.0.1
Dependencies: python-block-tracing@1.0.1 python-dropbox@12.0.2 python-platformdirs@4.3.6 python-privy@6.0.0 python-userspacefs@3.1.1
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://thelig.ht/code/dbxfs/
Licenses: GPL 3+
Build system: pyproject
Synopsis: User-space file system for Dropbox
Description:

dbxfs allows you to mount your Dropbox folder as if it were a local file system using FUSE.

squashfuse 0.1.105
Dependencies: attr@2.5.1 fuse@2.9.9 xz@5.4.5 zlib@1.3.1 zstd@1.5.6
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://github.com/vasi/squashfuse
Licenses: FreeBSD
Build system: gnu
Synopsis: Fuse filesystem to mount squashfs archives
Description:

Squashfuse lets you mount SquashFS archives in user-space. It supports almost all features of the SquashFS format, yet is still fast and memory-efficient.

disorderfs 0.6.0
Dependencies: fuse@2.9.9 attr@2.5.1
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: https://salsa.debian.org/reproducible-builds/disorderfs
Licenses: GPL 3+
Build system: gnu
Synopsis: FUSE file system that introduces non-determinism
Description:

An overlay FUSE file system that introduces non-determinism into file system metadata. For example, it can randomize the order in which directory entries are read. This is useful for detecting non-determinism in the build process.

gphotofs 0.5.0
Dependencies: fuse@2.9.9 glib@2.83.3 libgphoto2@2.5.30
Channel: guix
Location: gnu/packages/file-systems.scm (gnu packages file-systems)
Home page: http://www.gphoto.org/proj/gphotofs/
Licenses: GPL 2+
Build system: gnu
Synopsis: Virtual file system for libgphoto2 using FUSE
Description:

GPhotoFS is a FUSE file system module to mount your camera as a file system on Linux. This allow using your camera with any tool able to read from a mounted file system.

file 5.46
Channel: guix
Location: gnu/packages/file.scm (gnu packages file)
Home page: https://www.darwinsys.com/file/
Licenses: FreeBSD
Build system: gnu
Synopsis: File type guesser
Description:

The file command is a file type guesser, a command-line tool that tells you in words what kind of data a file contains. It does not rely on filename extensions to tell you the type of a file, but looks at the actual contents of the file. This package provides the libmagic library.

python-mnemonic 0.21
Propagated dependencies: python-pbkdf2@1.3
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/trezor/python-mnemonic
Licenses: Expat
Build system: pyproject
Synopsis: Implementation of Bitcoin BIP-0039
Description:

mnemonic is a library that provides an implementation of Bitcoin BIP-0039.

python-duniterpy 1.2.1
Propagated dependencies: python-base58@2.1.1 python-graphql-core@3.1.2 python-jsonschema@4.23.0 python-libnacl@2.1.0 python-mnemonic@0.21 python-pyaes@1.6.1 python-pypeg2@2.15.2 python-websocket-client@1.8.0
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://git.duniter.org/clients/python/duniterpy
Licenses: GPL 3+
Build system: pyproject
Synopsis: Python implementation of Duniter API
Description:

duniterpy is an implementation of duniter API. Its main features are:

  • Support Duniter's Basic Merkle API and protocol

  • Asynchronous/synchronous without threads

  • Support HTTP, HTTPS and Web Socket transport for Basic Merkle API

  • Support Elasticsearch Duniter4j API

  • Duniter signing key

  • Sign/verify and encrypt/decrypt messages with the Duniter credentials

emacs-hledger-mode 20220515-1.400bde4
Propagated dependencies: emacs-popup@0.5.9 emacs-async@1.9.9 emacs-htmlize@1.59
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/narendraj9/hledger-mode
Licenses: GPL 3
Build system: emacs
Synopsis: Mode for writing journal entries for hledger
Description:

This major mode for Emacs enables writing and managing hledger journal files. It generates some useful reports along with some financial ratios that can help you keep a check on your financial health for users of the plaintext accounting system hledger.

python-u2flib-host 3.0.3
Propagated dependencies: python-hidapi@0.14.0.post2 python-requests@2.32.5
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/Yubico/python-u2flib-host
Licenses: FreeBSD
Build system: pyproject
Synopsis: Python based U2F host library
Description:

The package provides library functionality for communicating with a U2F device over USB.

python-schwifty 2025.9.0
Propagated dependencies: python-importlib-resources@6.5.2 python-pycountry@24.6.1 python-rstr@3.2.2 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: http://github.com/mdomke/schwifty/
Licenses: Expat
Build system: pyproject
Synopsis: Python module to work with IBANs and BICs
Description:

schwifty is a Python library that let's you easily work with IBANs and BICs as specified by the ISO. IBAN is the Internation Bank Account Number and BIC the Business Identifier Code. Both are used for international money transfer.

fava 1.30.7
Propagated dependencies: beancount@3.1.0 beanquery@0.2.0 python-babel@2.16.0 python-beangulp@0.2.0 python-cheroot@10.0.1 python-click@8.1.8 python-flask@3.1.0 python-flask-babel@4.0.0 python-jinja2@3.1.2 python-markdown2@2.5.3 python-ply@3.11 python-simplejson@3.20.1 python-watchfiles@1.0.5 python-werkzeug@3.1.3
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://beancount.github.io/fava/
Licenses: Expat
Build system: pyproject
Synopsis: Web interface for the accounting tool Beancount
Description:

Fava is a web interface for the double-entry bookkeeping software Beancount with a focus on features and usability.

python-ledgerblue 0.1.54
Propagated dependencies: python-bleak@0.22.3 python-pyelftools@0.32 python-pycryptodome@3.21.0 python-ecpy@1.2.5 python-future@1.0.0 python-gnupg@0.5.0 python-hidapi@0.14.0.post2 python-nfcpy@1.0.4 python-pillow@11.1.0 python-protobuf@3.20.3 python-pycryptodomex@3.21.0 python-pyscard@2.3.1 python-u2flib-host@3.0.3 python-websocket-client@1.8.0
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/LedgerHQ/blue-loader-python
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python library to communicate with Ledger Blue/Nano S
Description:

ledgerblue is a Python library to communicate with Ledger Blue/Nano S.

homebank 5.9.6
Dependencies: gtk+@3.24.51 libofx@0.10.9 libsoup-minimal@3.6.4
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://gethomebank.org/en/index.php
Licenses: GPL 2+
Build system: glib-or-gtk
Synopsis: Graphical personal accounting application
Description:

HomeBank allows you to manage your personal accounts at home. The seeks to be lightweight, simple and easy to use. It brings features that allow you to analyze your finances in a detailed way instantly and dynamically with report tools based on filtering and graphical charts.

kitsas 5.9
Dependencies: libzip@1.9.2 qtsvg@6.9.2 qtwebengine@6.9.3 qt5compat@6.9.2
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://kitsas.fi
Licenses: GPL 3+
Build system: qt
Synopsis: Finnish bookkeeping software for small organisations
Description:

Kitsas is a Finnish accounting program with the following goals and features:

  • Ease of use

  • Digital management of documents

  • Creating a digital archive

  • Built-in invoicing

  • Creating reports.

flowee 2020.04.1
Dependencies: boost@1.89.0 gmp@6.3.0 libevent@2.1.12 miniupnpc@2.1.20191224 openssl@3.0.8 qtbase@5.15.17
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://flowee.org
Licenses: GPL 3+
Build system: cmake
Synopsis: Infrastructure tools and services
Description:

Flowee packages all tier-1 applications and services from the Flowee group. This includes components like The Hub and Indexer which and various others that allows you to run services and through them access the Bitcoin Cash networks.

python-mt-940 4.23.0
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://mt940.readthedocs.io/
Licenses: Modified BSD
Build system: python
Synopsis: Python parser for MT940-encoded SWIFT data
Description:

A library to parse MT940 files, a bank account statement exchange format used by SWIFT. It returns smart Python collections for statistics and manipulation.

trezor-agent 0.15.0
Dependencies: python-trezor@0.13.7 python-trezor-agent@0.15.0
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/romanz/trezor-agent
Licenses: LGPL 3
Build system: pyproject
Synopsis: Using Trezor as hardware SSH/GPG agent
Description:

This package allows using Trezor as a hardware SSH/GPG agent.

monero 0.18.4.4
Dependencies: boost@1.89.0 cppzmq@4.10.0 expat@2.7.1 hidapi@0.15.0 libsodium@1.0.18 libunwind@1.6.2 libusb@1.0.25 miniupnpc@2.1.20191224 openssl@3.0.8 protobuf@3.21.9 rapidjson@1.1.0-1.949c771 readline@8.2.13 unbound@1.24.2 xz@5.4.5 zeromq@4.3.5
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://web.getmonero.org/
Licenses: Modified BSD
Build system: cmake
Synopsis: Command-line interface to the Monero currency
Description:

Monero is a secure, private, untraceable currency. This package provides the Monero command line client and daemon.

electrum 4.6.1
Dependencies: electrum-aionostr@0.0.11 python-aiohttp@3.11.11 python-aiohttp-socks@0.10.1 python-aiorpcx@0.25.0 python-attrs@25.3.0 python-certifi@2025.06.15 python-cryptography@44.0.0 python-dnspython@2.7.0 python-electrum-ecc@0.0.5 python-hidapi@0.14.0.post2 python-jsonpatch@1.33 python-protobuf@3.20.3 python-pyaes@1.6.1 python-pyqt@6.9.1 python-qdarkstyle@3.2.3 python-qrcode@8.2 zbar@0.23.93
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://electrum.org/
Licenses: Expat
Build system: pyproject
Synopsis: Bitcoin wallet
Description:

Electrum is a lightweight Bitcoin client, based on a client-server protocol. It supports Simple Payment Verification (SPV) and deterministic key generation from a seed. Your secret keys are encrypted and are never sent to other machines/servers. Electrum does not download the Bitcoin blockchain.

python-trezor 0.13.7
Propagated dependencies: python-attrs@25.3.0 python-click@8.1.8 python-construct-classes@0.1.2 python-ecdsa@0.19.0 python-hidapi@0.14.0.post2 python-libusb1@3.0.0 python-mnemonic@0.21 python-requests@2.32.5 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://github.com/trezor/python-trezor
Licenses: LGPL 3
Build system: pyproject
Synopsis: Python library for communicating with TREZOR Hardware Wallet
Description:

trezor is a Python library for communicating with TREZOR Hardware Wallet.

Total packages: 69282