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

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.


lxqt-powermanagement 2.4.0
Dependencies: kidletime@6.23.0 liblxqt@2.4.0 lxqt-globalkeys@2.4.0 solid@6.23.0
Channel: guix
Location: gnu/packages/lxqt.scm (gnu packages lxqt)
Home page: https://lxqt-project.org
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Power management module for LXQt
Description:

lxqt-powermanagement is providing tools to monitor power management events and optionally trigger actions like e. g. shut down a system when laptop batteries are low on power.

lxqt-openssh-askpass 2.4.0
Dependencies: liblxqt@2.4.0
Channel: guix
Location: gnu/packages/lxqt.scm (gnu packages lxqt)
Home page: https://lxqt-project.org
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: GUI to query passwords on behalf of SSH agents
Description:

lxqt-openssh-askpass is a GUI to query credentials on behalf of other programs.

m4 1.4.19
Channel: guix
Location: gnu/packages/m4.scm (gnu packages m4)
Home page: https://www.gnu.org/software/m4/
Licenses: GPL 3+
Build system: gnu
Synopsis: Macro processor
Description:

GNU M4 is an implementation of the M4 macro language, which features some extensions over other implementations, some of which are required by GNU Autoconf. It is used as a macro processor, which means it processes text, expanding macros as it encounters them. It also has some built-in functions, for example to run shell commands or to do arithmetic.

fann 2.2.0-2.1783cbf
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://leenissen.dk/
Licenses: LGPL 2.1
Build system: cmake
Synopsis: Fast Artificial Neural Network
Description:

FANN is a neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks.

python-jaxtyping 0.3.3
Propagated dependencies: python-numpy@2.3.1 python-typeguard@4.4.4 python-typing-extensions@4.15.0 python-wadler-lindig@0.1.7
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/google/jaxtyping
Licenses: Expat
Build system: pyproject
Synopsis: Type annotations and runtime checking for JAX arrays and others
Description:

jaxtyping provides type annotations and runtime checking for shape and dtype of JAX arrays, PyTorch, NumPy, TensorFlow, and PyTrees.

python-scikit-learn 1.7.2
Dependencies: openblas@0.3.31
Propagated dependencies: python-joblib@1.5.2 python-numpy@2.3.1 python-scipy@1.16.3 python-threadpoolctl@3.6.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://scikit-learn.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Machine Learning in Python
Description:

Scikit-learn provides simple and efficient tools for data mining and data analysis.

onnx-for-onnxruntime 1.17.0
Dependencies: protobuf-static@3.21.9
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://onnx.ai/
Licenses: Expat
Build system: cmake
Synopsis: Open Neural Network Exchange
Description:

This variant of the ONNX package is built as a static C++ library with schema registration disabled, for linking into onnxruntime. It should not be used standalone.

python-mcfit 0.0.22-0.be3a5cf
Propagated dependencies: python-mpmath@1.3.0 python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/eelregit/mcfit
Licenses: GPL 3+
Build system: pyproject
Synopsis: Multiplicatively convolutional fast integral transforms
Description:

This package provides multiplicatively convolutional fast integral transforms.

nnpack 0.0-2.70a77f4
Dependencies: cpuinfo@0.0-8.84818a4 fp16@0.0-1.0a92994 fxdiv@0.0-1.63058ef psimd@0.0-1.072586a pthreadpool@0.1-3.560c60d googletest@1.12.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/Maratyszcza/NNPACK
Licenses: FreeBSD
Build system: cmake
Synopsis: Acceleration package for neural network computations
Description:

NNPACK is an acceleration package for neural network computations. NNPACK aims to provide high-performance implementations of convnet layers for multi-core CPUs.

NNPACK is not intended to be directly used by machine learning researchers; instead it provides low-level performance primitives leveraged in leading deep learning frameworks, such as PyTorch, Caffe2, MXNet, tiny-dnn, Caffe, Torch, and Darknet.

python-fasttext 0.9.2
Dependencies: fasttext@0.9.2
Propagated dependencies: python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/facebookresearch/fastText
Licenses: Expat
Build system: pyproject
Synopsis: Library for fast text representation and classification
Description:

fastText is a library for efficient learning of word representations and sentence classification.

liblantern 0.16.3
Dependencies: python-pytorch@2.7.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/mlverse/torch/
Licenses: Expat
Build system: cmake
Synopsis: C API to libtorch
Description:

Lantern provides a C API to the libtorch machine learning library.

koboldcpp 1.116.1
Dependencies: bash-minimal@5.2.37 python@3.12.12 python-customtkinter@5.2.2 spirv-headers@1.4.335.0 spirv-tools@1.4.335.0 vulkan-headers@1.4.335.0 vulkan-loader@1.4.335.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/lostruins/koboldcpp
Licenses: AGPL 3 Expat
Build system: gnu
Synopsis: AI text-generation software for GGML and GGUF models
Description:

KoboldCpp is an easy-to-use AI text-generation software for GGML and GGUF models, builds off llama.cpp and adds many additional features:

  • Runs on CPU or GPU, supports full or partial offloaded

  • LLM text generation (Supports all GGML and GGUF models, backwards compatibility with ALL past models)

  • Image Generation (Stable Diffusion 1.5, SDXL, SD3, Flux)

  • Speech-To-Text (Voice Recognition) via Whisper

  • Text-To-Speech (Voice Generation) via OuteTTS, Kokoro, Parler and Dia

  • Provides many compatible APIs endpoints for many popular webservices (KoboldCppApi OpenAiApi OllamaApi A1111ForgeApi ComfyUiApi WhisperTranscribeApi XttsApi OpenAiSpeechApi)

  • Bundled KoboldAI Lite UI with editing tools, save formats, memory, world info, author's note, characters, scenarios

  • Includes multiple modes (chat, adventure, instruct, storywriter) and UI Themes (aesthetic roleplay, classic writer, corporate assistant messsenger)

  • Supports loading Tavern Character Cards, importing many different data formats from various sites, reading or exporting JSON savefiles and persistent stories

  • Many other features including new samplers, regex support websearch, RAG via TextDB, image recognition/vision and more

All up-to-date GGUF models are supported, and KoboldCpp also includes backward compatibility for older versions/legacy GGML models.

python-cleanlab 2.9.0
Propagated dependencies: python-numpy@2.3.1 python-pandas@2.3.3 python-scikit-learn@1.7.2 python-termcolor@2.5.0 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://cleanlab.ai
Licenses: AGPL 3+
Build system: pyproject
Synopsis: Automatically find and fix dataset issues
Description:

cleanlab automatically finds and fixes errors in any ML dataset. This data-centric AI package facilitates machine learning with messy, real-world data by providing clean labels during training.

fasttext 0.9.2
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/facebookresearch/fastText
Licenses: Expat
Build system: cmake
Synopsis: Library for fast text representation and classification
Description:

fastText is a library for efficient learning of word representations and sentence classification.

onnx 1.17.0
Dependencies: protobuf@3.21.9
Propagated dependencies: python-numpy@2.3.1 python-protobuf@3.20.3 python-six@1.17.0 python-tabulate@0.9.0 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://onnx.ai/
Licenses: Expat
Build system: pyproject
Synopsis: Open Neural Network Exchange
Description:

ONNX is a format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types.

nerd-dictation-xdotool 0-2.03ce043
Dependencies: bash-minimal@5.2.37 nerd-dictation@0-2.03ce043
Propagated dependencies: pulseaudio@16.1 xdotool@3.20211022.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/ideasman42/nerd-dictation
Licenses: GPL 2+
Build system: trivial
Synopsis: Offline speech-to-text for desktop Linux
Description:

This package provides simple access speech to text for using in Linux without being tied to a desktop environment, using the vosk-api. The user configuration lets you manipulate text using Python string operations. It has zero overhead, as this relies on manual activation and there are no background processes. Dictation is accessed manually with nerd-dictation begin and nerd-dictation end commands.

python-apricot-select 0.6.1-0.962f597
Propagated dependencies: python-numba@0.62.1 python-numpy@2.3.1 python-scipy@1.16.3 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/jmschrei/apricot
Licenses: Expat
Build system: pyproject
Synopsis: Submodular selection of representative sets for ML models
Description:

apricot implements submodular optimization for the purpose of summarizing massive data sets into minimally redundant subsets that are still representative of the original data. These subsets are useful for both visualizing the modalities in the data and for training accurate machine learning models with just a fraction of the examples and compute.

nerd-dictation-sox-ydotool 0-2.03ce043
Dependencies: bash-minimal@5.2.37 nerd-dictation@0-2.03ce043
Propagated dependencies: sox@14.4.2 ydotool@1.0.4
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/ideasman42/nerd-dictation
Licenses: GPL 2+
Build system: trivial
Synopsis: Offline speech-to-text for desktop Linux
Description:

This package provides simple access speech to text for using in Linux without being tied to a desktop environment, using the vosk-api. The user configuration lets you manipulate text using Python string operations. It has zero overhead, as this relies on manual activation and there are no background processes. Dictation is accessed manually with nerd-dictation begin and nerd-dictation end commands.

ggml-for-whisper 0.13.1
Dependencies: glslang@1.4.335.0 openblas@0.3.31 openblas-ilp64@0.3.31 opencl-icd-loader@2025.07.22 shaderc@2025.5 spirv-headers@1.4.335.0 spirv-tools@1.4.335.0 vulkan-headers@1.4.335.0 vulkan-loader@1.4.335.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/ggml-org/ggml
Licenses: Expat
Build system: cmake
Synopsis: Tensor library for machine learning
Description:

ggml is a ML library written in C and C++ with a focus on transformer inference, similar to ML libraries such as PyTorch and TensorFlow.

python-pymanopt 2.2.1
Propagated dependencies: python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://pymanopt.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Toolbox for optimization on Riemannian manifolds
Description:

This package is a toolbox for optimization on Riemannian manifolds with support for automatic differentiation.

python-ctranslate2 4.8.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://opennmt.net/CTranslate2/
Licenses: Expat
Build system: pyproject
Synopsis: Fast inference engine for Transformer models
Description:

CTranslate2 is a C++ and Python library for efficient inference with Transformer models.

The project implements a custom runtime that applies many performance optimization techniques such as weights quantization, layers fusion, batch reordering, etc., to accelerate and reduce the memory usage of Transformer models on CPU and GPU.

python-gpy 1.13.2
Propagated dependencies: python-numpy@1.26.4 python-paramz@0.9.6 python-scipy@1.16.3 python-six@1.17.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://sheffieldml.github.io/GPy/
Licenses: Modified BSD
Build system: pyproject
Synopsis: The Gaussian Process Toolbox
Description:

GPy is a Gaussian Process (GP) framework written in Python, from the Sheffield machine learning group. GPy implements a range of machine learning algorithms based on GPs.

python-sentencepiece 0.2.1
Propagated dependencies: sentencepiece@0.2.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/google/sentencepiece
Licenses: ASL 2.0
Build system: pyproject
Synopsis: SentencePiece python wrapper
Description:

This package provides a Python wrapper for the SentencePiece unsupervised text tokenizer.

tensorpipe 0-0.bb1473a
Dependencies: libuv@1.44.2
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/pytorch/tensorpipe
Licenses: Modified BSD
Build system: cmake
Synopsis: Tensor-aware point-to-point communication primitive for machine learning
Description:

TensorPipe provides a tensor-aware channel to transfer rich objects from one process to another while using the fastest transport for the tensors contained therein.

Total packages: 32521