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

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.


sshpass 1.10
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://sourceforge.net/projects/sshpass/
Licenses: GPL 2+
Build system: gnu
Synopsis: Non-interactive password authentication with SSH
Description:

sshpass is a tool for non-interactively performing password authentication with SSH's so-called interactive keyboard password authentication.

autossh 1.4g
Dependencies: openssh@10.3p1
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://www.harding.motd.ca/autossh/
Licenses: non-copyleft
Build system: gnu
Synopsis: Automatically restart SSH sessions and tunnels
Description:

autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic.

python-mock-ssh-server 0.9.1
Propagated dependencies: python-paramiko@4.0.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://github.com/carletes/mock-ssh-server
Licenses: Expat
Build system: pyproject
Synopsis: Mock SSH server for testing purposes
Description:

mock-ssh-server packs a Python context manager that implements an SSH server for testing purposes. It is built on top of paramiko, so it does not need OpenSSH binaries to be installed.

openssh-sans-x 10.3p1
Dependencies: libedit@20191231-3.1 openssl@3.5.5 mit-krb5@1.21 zlib@1.3.1 linux-pam@1.5.2 libfido2@1.16.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://www.openssh.com/
Licenses: non-copyleft
Build system: gnu
Synopsis: OpenSSH client and server without X11 support
Description:

The SSH2 protocol implemented in OpenSSH is standardised by the IETF secsh working group and is specified in several RFCs and drafts. It is composed of three layered components:

The transport layer provides algorithm negotiation and a key exchange. The key exchange includes server authentication and results in a cryptographically secured connection: it provides integrity, confidentiality and optional compression.

The user authentication layer uses the established connection and relies on the services provided by the transport layer. It provides several mechanisms for user authentication. These include traditional password authentication as well as public-key or host-based authentication mechanisms.

The connection layer multiplexes many different concurrent channels over the authenticated connection and allows tunneling of login sessions and TCP-forwarding. It provides a flow control service for these channels. Additionally, various channel-specific options can be negotiated.

clustershell 1.9.3
Dependencies: openssh@10.3p1
Propagated dependencies: python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://cea-hpc.github.io/clustershell/
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: Scalable event-driven Python framework for cluster administration
Description:

ClusterShell is an event-driven Python framework, designed to run local or distant commands in parallel on server farms or on large GNU/Linux clusters. It will take care of common issues encountered on HPC clusters, such as operating on groups of nodes, running distributed commands using optimized execution algorithms, as well as gathering results and merging identical outputs, or retrieving return codes. ClusterShell takes advantage of existing remote shell facilities such as SSH.

webssh 1.6.3
Propagated dependencies: python-paramiko@4.0.0 python-tornado@6.4.2
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://webssh.huashengdun.org/
Licenses: Expat
Build system: pyproject
Synopsis: Web application to be used as an SSH client
Description:

This package provides a web application to be used as an SSH client.

Features:

  • SSH password authentication supported, including empty password.

  • SSH public-key authentication supported, including DSA RSA ECDSA Ed25519 keys.

  • Encrypted keys supported.

  • Two-Factor Authentication (time-based one-time password) supported.

  • Fullscreen terminal supported.

  • Terminal window resizable.

  • Auto detect the ssh server's default encoding.

  • Modern browsers are supported.

hpn-ssh-sans-x 18.9.0
Dependencies: libedit@20191231-3.1 openssl@3.5.5 mit-krb5@1.21 zlib@1.3.1 linux-pam@1.5.2 libfido2@1.16.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://hpnssh.org/
Licenses: non-copyleft
Build system: gnu
Synopsis: High performance SSH/SCP client, and server without X11 support
Description:

HPN-SSH is a series of modifications to OpenSSH, the predominant implementation of the ssh protocol. It was originally developed to address performance issues when using ssh on high speed long distance networks.

mosh 1.4.0
Dependencies: bash-minimal@5.2.37 boost@1.89.0 ncurses@6.2.20210619 openssl@3.5.5 perl@5.36.0 perl-io-tty@1.14 protobuf@3.21.9 zlib@1.3.1
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://mosh.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: Remote shell tolerant to intermittent connectivity
Description:

Mosh is a remote terminal application that allows client roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. It's a replacement for SSH that's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.

libssh 0.12.0
Dependencies: bash-minimal@5.2.37 libsodium@1.0.22 mit-krb5@1.21 openssl@3.5.5 zlib@1.3.1
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://www.libssh.org
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: SSH client library
Description:

libssh is a C library implementing the SSHv2 and SSHv1 protocol for client and server implementations. With libssh, you can remotely execute programs, transfer files, and use a secure and transparent tunnel for your remote applications.

openssh 10.3p1
Dependencies: libedit@20191231-3.1 openssl@3.5.5 mit-krb5@1.21 zlib@1.3.1 xauth@1.1.3 linux-pam@1.5.2 libfido2@1.16.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://www.openssh.com/
Licenses: non-copyleft
Build system: gnu
Synopsis: Client and server for the secure shell (ssh) protocol
Description:

The SSH2 protocol implemented in OpenSSH is standardised by the IETF secsh working group and is specified in several RFCs and drafts. It is composed of three layered components:

The transport layer provides algorithm negotiation and a key exchange. The key exchange includes server authentication and results in a cryptographically secured connection: it provides integrity, confidentiality and optional compression.

The user authentication layer uses the established connection and relies on the services provided by the transport layer. It provides several mechanisms for user authentication. These include traditional password authentication as well as public-key or host-based authentication mechanisms.

The connection layer multiplexes many different concurrent channels over the authenticated connection and allows tunneling of login sessions and TCP-forwarding. It provides a flow control service for these channels. Additionally, various channel-specific options can be negotiated.

sssd 2.13.0
Dependencies: adcli@0.9.2 bash-minimal@5.2.37 c-ares@1.34.4 curl@8.6.0 cyrus-sasl@2.1.28 dbus@1.16.2 ding-libs@0.6.2 glib@2.86.0 gnutls@3.8.9 http-parser@2.9.4-1.ec8b5ee bind@9.19.24 jansson@2.14 jose@11 keyutils@1.6.3 ldb@2.9.2 libcap@2.64 libnl@3.12.0 libselinux@3.4 libsemanage@3.4 libunistring@1.3 linux-pam@1.5.2 mit-krb5@1.21 nss@3.101.4 openldap@2.6.10 openssl@3.5.5 p11-kit@0.25.5 pcre2@10.42 popt@1.18 python@3.12.12 samba@4.18.1 talloc@2.4.2 tdb@1.4.12 tevent@0.16.1
Channel: guix
Location: gnu/packages/sssd.scm (gnu packages sssd)
Home page: https://pagure.io/SSSD/sssd/
Licenses: GPL 3+
Build system: gnu
Synopsis: System security services daemon
Description:

SSSD is a system daemon. Its primary function is to provide access to identity and authentication remote resource through a common framework that can provide caching and offline support to the system. It provides PAM and NSS modules, and in the future will support D-BUS based interfaces for extended user information. It also provides a better database to store local users as well as extended user data.

adcli 0.9.2
Dependencies: cyrus-sasl@2.1.28 mit-krb5@1.21 samba@4.18.1 openldap@2.6.10 zlib@1.3.1
Channel: guix
Location: gnu/packages/sssd.scm (gnu packages sssd)
Home page: https://gitlab.freedesktop.org/realmd/adcli/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Helper library and tools for Active Directory client operations
Description:

adcli is a command‐line tool to join a computer to an Active Directory domain. It can also update the machine password and manage user, group and computer accounts for a domain.

ding-libs 0.6.2
Channel: guix
Location: gnu/packages/sssd.scm (gnu packages sssd)
Home page: https://pagure.io/SSSD/ding-libs/
Licenses: LGPL 3+
Build system: gnu
Synopsis: Libraries for SSSD
Description:

DING-LIBS (DING Is Not Glib) are a set of small, useful libraries that the System Security Services Daemon (SSSD) uses and makes available to other projects. They include: libdhash, an implementation of a dynamic hash table which will dynamically resize to achieve optimal storage and access time properties; ini_config, a library for parsing and managing INI files; path_utils, a library to manage UNIX paths and subsets of paths; collection, a generic, hierarchical grouping mechanism for complex data sets; ref_array, a dynamically-growing, reference-counted array; libbasicobjects, a set of fundamental object types for C.

python-hdmedians 0.14.2
Propagated dependencies: python-cython@3.1.7 python-numpy@2.3.1 python-setuptools@80.9.0 python-wheel@0.46.1
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: http://github.com/daleroberts/hdmedians
Licenses: ASL 2.0
Build system: pyproject
Synopsis: High-dimensional medians
Description:

Various definitions for a high-dimensional median exist and this Python package provides a number of fast implementations of these definitions. Medians are extremely useful due to their high breakdown point (up to 50% contamination) and have a number of nice applications in machine learning, computer vision, and high-dimensional statistics.

python-diptest 0.11.0
Propagated dependencies: python-numpy@2.3.1 python-psutil@7.2.2
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/RUrlus/diptest
Licenses: GPL 2+ GPL 3
Build system: pyproject
Synopsis: Hartigan's diptest
Description:

This package provides a Python/C(++) implementation of Hartigan & Hartigan's dip test for unimodality.

The dip test measures multimodality in a sample by the maximum difference, over all sample points, between the empirical distribution function, and the unimodal distribution function that minimizes that maximum difference. Other than unimodality, it makes no further assumptions about the form of the null distribution.

r-minimal 4.6.0
Dependencies: coreutils@9.1 curl@8.6.0 openblas@0.3.31 gfortran@14.3.0 grep@3.11 icu4c@73.1 libdeflate@1.19 libjpeg-turbo@2.1.4 libpng@1.6.39 libtiff@4.4.0 libxt@1.3.1 pango@1.56.4 pcre2@10.42 readline@8.2.13 tcl@8.6.12 tk@8.6.12 which@2.21 zlib@1.3.1 bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://www.r-project.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: Environment for statistical computing and graphics
Description:

R is a language and environment for statistical computing and graphics. It provides a variety of statistical techniques, such as linear and nonlinear modeling, classical statistical tests, time-series analysis, classification and clustering. It also provides robust support for producing publication-quality data plots. A large amount of 3rd-party packages are available, greatly increasing its breadth and scope.

python-radian 0.6.15
Propagated dependencies: python-prompt-toolkit@3.0.51 python-pygments@2.19.2 python-rchitect@0.4.10
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/randy3k/radian
Licenses: Expat
Build system: pyproject
Synopsis: R console
Description:

Radian is an alternative console for the R program with multiline editing and rich syntax highlight. One would consider Radian as a IPython clone for R, though its design is more aligned to Julia.

r-mixedpower 2.0-2.b2b8706
Propagated dependencies: r-doparallel@1.0.17 r-foreach@1.5.2 r-ggplot2@4.0.3 r-lme4@2.0-1 r-reshape2@1.4.5
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/DejanDraschkow/mixedpower
Licenses: GPL 3
Build system: r
Synopsis: Pilotdata based simulations for estimating power in linear mixed models
Description:

Mixedpower uses pilotdata and a linear mixed model fitted with lme4 to simulate new data sets. Power is computed separate for every effect in the model output as the relation of significant simulations to all simulations. More conservative simulations as a protection against a bias in the pilotdata are available as well as methods for plotting the results.

python-emcee 3.1.6
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://emcee.readthedocs.io/en/stable/
Licenses: Expat
Build system: pyproject
Synopsis: Ensemble sampling toolkit for MCMC
Description:

emcee is a Python implementation of the affine-invariant ensemble sampler for Markov chain Monte Carlo (MCMC).

python-statannotations 0.7.2
Propagated dependencies: python-matplotlib@3.10.8 python-numpy@2.3.1 python-pandas@2.3.3 python-scipy@1.16.3 python-seaborn@0.13.2
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/trevismd/statannotations
Licenses: Expat
Build system: pyproject
Synopsis: Add statistical significance annotations on seaborn plots
Description:

This package implements a functionality to optionally compute statistical test and add statistical annotations on plots generated with seaborn.

r-tgconfig 0.1.2-1.15cf199
Propagated dependencies: r-yaml@2.3.12
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/tanaylab/tgconfig
Licenses: GPL 3+
Build system: r
Synopsis: Infrastructure for managing package parameters
Description:

This is a package to provide infrastructure for managing package parameters. Parameters are easy to get in relevant functions within a package, and error is thrown if a parameter is missing. Developers are able to register parameters and set their default value in a config file that is part of the package in YAML format, and users are able to override parameters using their own YAML. Users get an exception when trying to override a parameter that was not registered, and can load multiple parameters to the current environment.

r 4.6.0
Dependencies: coreutils@9.1 curl@8.6.0 openblas@0.3.31 gfortran@14.3.0 grep@3.11 icu4c@73.1 libdeflate@1.19 libjpeg-turbo@2.1.4 libpng@1.6.39 libtiff@4.4.0 libxt@1.3.1 pango@1.56.4 pcre2@10.42 readline@8.2.13 tcl@8.6.12 tk@8.6.12 which@2.21 zlib@1.3.1 bash-minimal@5.2.37
Propagated dependencies: r-minimal@4.6.0 r-boot@1.3-32 r-class@7.3-23 r-cluster@2.1.8.2 r-codetools@0.2-20 r-foreign@0.8-91 r-kernsmooth@2.23-26 r-lattice@0.22-9 r-mass@7.3-65 r-matrix@1.7-5 r-mgcv@1.9-4 r-nlme@3.1-169 r-nnet@7.3-20 r-rpart@4.1.27 r-spatial@7.3-18 r-survival@3.8-6
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://www.r-project.org/
Licenses: GPL 3+
Build system: trivial
Synopsis: Environment for statistical computing and graphics
Description:

R is a language and environment for statistical computing and graphics. It provides a variety of statistical techniques, such as linear and nonlinear modeling, classical statistical tests, time-series analysis, classification and clustering. It also provides robust support for producing publication-quality data plots. A large amount of 3rd-party packages are available, greatly increasing its breadth and scope.

python-rchitect 0.4.10
Propagated dependencies: python-cffi@1.17.1 python-packaging@25.0
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/randy3k/rchitect
Licenses: Expat
Build system: pyproject
Synopsis: Mapping R API to Python
Description:

rchitect provides access to R functionality from Python. Its main use is as the driver for radian, the R console.

python-arviz 0.22.0
Propagated dependencies: python-h5netcdf@1.3.0 python-matplotlib@3.10.8 python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-scipy@1.16.3 python-typing-extensions@4.15.0 python-xarray@2025.12.0 python-xarray-einstats@0.9.1
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/arviz-devs/arviz
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Exploratory analysis of Bayesian models
Description:

ArviZ is a Python package for exploratory analysis of Bayesian models. It includes functions for posterior analysis, data storage, model checking, comparison and diagnostics.

Total packages: 32521