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

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.


opendoas 6.8.2
Dependencies: libxcrypt@4.4.38
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/Duncaen/OpenDoas
Licenses: Modified BSD ISC
Build system: gnu
Synopsis: Portable version of OpenBSD's doas command
Description:

Doas is a minimal replacement for the venerable sudo. It was initially written by Ted Unangst of the OpenBSD project to provide 95% of the features of sudo with a fraction of the codebase.

thefuck 3.32-0.c7e7e1d
Dependencies: python-colorama@0.4.6 python-decorator@5.2.1 python-psutil@7.2.2 python-pyte@0.8.2
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/nvbn/thefuck
Licenses: X11
Build system: pyproject
Synopsis: Correct mistyped console command
Description:

The Fuck tries to match a rule for a previous, mistyped command, creates a new command using the matched rule, and runs it.

cbatticon 1.6.13
Dependencies: gtk+@3.24.51 gettext-minimal@0.23.1 libnotify@0.8.8
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/valr/cbatticon
Licenses: GPL 2+
Build system: gnu
Synopsis: Lightweight battery icon for the system tray
Description:

cbatticon is a lightweight battery icon that displays the status of your battery in the system tray.

solaar 1.1.19
Dependencies: libappindicator@12.10.1-0-298
Propagated dependencies: python-pygobject@3.54.3 python-pyudev@0.24.4 python-dbus@1.3.2 python-evdev@1.9.1 python-pyyaml@6.0.2 python-psutil@7.2.2 python-typing-extensions@4.15.0 python-xlib@0.33 gtk+@3.24.51 python-pygobject@3.54.3
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://pwr-solaar.github.io/Solaar/
Licenses: GPL 2
Build system: pyproject
Synopsis: Linux devices manager for the Logitech Unifying Receiver
Description:

This package provides tools to manage clients of the Logitech Unifying Receiver.

direvent 5.5
Dependencies: bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.gnu.org.ua/software/direvent/
Licenses: GPL 3+
Build system: gnu
Synopsis: Daemon to monitor directories for events such as file removal
Description:

A daemon that monitors directories for events, such as creating, deleting or modifying files. It can monitor different sets of directories for different events. When an event is detected, direvent calls a specified external program with information about the event, such as the location within the file system where it occurred. Thus, "direvent" provides an easy way to react immediately if given files undergo changes, for example, to track changes in important system configuration files.

prips 1.2.2
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://devel.ringlet.net/sysutils/prips/
Licenses: GPL 2+
Build system: gnu
Synopsis: Tool that prints the IP addresses in a given range
Description:

Prips can be used to print all of the IP addresses in a given range. This allows the enhancement of tools only work on one host at a time (e.g. whois).

launchmon 1.0.2
Dependencies: openmpi@4.1.6 munge@0.5.18 boost@1.89.0 libelf@0.8.13 libgcrypt@1.11.0 libgpg-error@1.51
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/LLNL/LaunchMON
Licenses: LGPL 2.1
Build system: gnu
Synopsis: Infrastructure for large-scale tool daemon launching
Description:

LaunchMON is a software infrastructure that enables HPC run-time tools to co-locate tool daemons with a parallel job. Its API allows a tool to identify all the remote processes of a job and to scalably launch daemons into the relevant nodes.

hungrycat 0.4.2
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://jwilk.net/software/hungrycat
Licenses: Expat
Build system: gnu
Synopsis: Single tool that combines @command{cat} & @command{rm}
Description:

hungrycat prints the contents of a file to standard output, while simultaneously freeing the disk space it occupied. It is useful if you need to process a large file, don't have enough space to store both the input and output files, and don't need the input file afterwards. While similar in principle to running cat immediately followed by rm, hungrycat actually frees blocks as soon as they are printed instead of after the entire file has been read, which is often too late.

bpytop 1.0.68
Dependencies: python-psutil@7.2.2
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/aristocratos/bpytop
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Resource monitor
Description:

Resource monitor that shows usage and stats for processor, memory, disks, network and processes. It's a Python port and continuation of bashtop.

sedsed 2.0.0
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://aurelio.net/projects/sedsed
Licenses: Expat
Build system: pyproject
Synopsis: Sed sed scripts
Description:

sedsed can debug, indent, tokenize and HTMLize your sed script.

In debug mode, it reads your script and adds extra commands to it. When executed you can see the data flow between the commands, revealing all the magic sed performs on its internal buffers.

In indent mode, your script is reformatted with standard spacing.

In tokenize mode, you can see the elements of every command you use.

In HTMLize mode, your script is converted to a beautiful colored HTML file, with all the commands and parameters identified for your viewing pleasure.

With sedsed you can master any sed script. No more secrets, no more hidden buffers.

atop 2.12.1
Dependencies: glib@2.86.0 ncurses@6.2.20210619 python-wrapper@3.12.12 zlib@1.3.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.atoptool.nl/
Licenses: GPL 2+
Build system: gnu
Synopsis: Linux performance monitoring console
Description:

Atop is an ASCII full-screen performance monitor for Linux that is capable of reporting the activity of all processes (even processes have finished during the monitoring interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etc. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks (including LVM) and network layers, and for every process (and thread) it shows e.g. the CPU utilization, memory growth, disk utilization, priority, username, state, and exit code.

pam-uaccess 0.0.0-0.54fbf04
Dependencies: acl@2.3.1 eudev@3.2.14 linux-pam@1.5.2
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://git.sr.ht/~kennylevinsen/pam_uaccess
Licenses: Expat
Build system: meson
Synopsis: PAM module that grants access to devices tagged @code{uaccess} in udev
Description:

pam_uaccess is a PAM module that grants access to devices tagged uaccess in udev for the duration of the users' session, replacing elogind's uaccess feature.

sysdig 0.40.1
Dependencies: falcosecurity-libs@0.20.0 luajit@v2.1-0.04dca79 ncurses@6.2.20210619 nlohmann-json@3.12.0 yaml-cpp@0.9.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/draios/sysdig
Licenses: ASL 2.0
Build system: cmake
Synopsis: System exploration and troubleshooting tool
Description:

Sysdig is a simple tool for deep system visibility, with native support for containers. It combines features of multiple system administration tools such as the strace, tcpdump, htop, iftop and lsof into a single interface. The novel architecture of the tool means that the performance impact of the tracing on the system is very light, compared to the likes of strace. The sysdig command has an interface similar to strace, while the csysdig command is better suited for interactive used, and has a user interface similar to htop.

If you use Guix System, the kernel Linux has BPF support, and you should launch this tool using the --modern-bpf argument of the sysdig or csysdig commands. The following Bash aliases can be added to your ~/.bash_profile file, for example:

alias sysdig=sudo sysdig --modern-bpf alias cysdig=sudo csysdig --modern-bpf

shepherd 1.0.9
Dependencies: guile@3.0.9 gzip@1.14 zstd@1.5.6
Propagated dependencies: guile-fibers@1.4.3
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.gnu.org/software/shepherd/
Licenses: GPL 3+
Build system: gnu
Synopsis: System service manager
Description:

The GNU Shepherd is a daemon-managing daemon, meaning that it supervises the execution of system services, replacing similar functionality found in typical init systems. It provides dependency-handling through a convenient interface and is based on GNU Guile.

doctl 1.120.0
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/digitalocean/doctl
Licenses: ASL 2.0
Build system: go
Synopsis: Command line client for DigitalOcean
Description:

doctl provides a unified command line interface to the DigitalOcean API.

ttyload 0.5.3-1.f949537
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.daveltd.com/src/util/ttyload/
Licenses: non-copyleft
Build system: gnu
Synopsis: Console based color-coded graphs of CPU load average
Description:

Show graphs for 1 minute, 5 minute, 15 minute load averages on the console.

pscircle 1.4.0
Dependencies: cairo@1.18.4 libpng@1.6.39 libx11@1.8.12
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://gitlab.com/mildlyparallel/pscircle
Licenses: GPL 2+
Build system: meson
Synopsis: Visualize Linux processes in a form of radial tree
Description:

pscircle visualizes Linux processes in the form of a radial tree.

smem 1.5
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.selenic.com/smem/
Licenses: GPL 2+
Build system: gnu
Synopsis: Memory reporting tool
Description:

This package provides a command line tool that can give numerous reports on memory usage on GNU/Linux systems.

bashtop 0.9.25
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/aristocratos/bashtop
Licenses: ASL 2.0
Build system: gnu
Synopsis: Linux/OSX/FreeBSD resource monitor
Description:

Resource monitor that shows usage and stats for processor, memory, disks, network and processes.

thermald 2.5.12
Dependencies: dbus-glib@0.112 libevdev@1.13.6 libxml2@2.14.6 upower@1.90.10 xz@5.4.5
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://github.com/intel/thermal_daemon
Licenses: GPL 2
Build system: gnu
Synopsis: CPU scaling for thermal management
Description:

The Linux Thermal Daemon helps monitor and control temperature on systems running the Linux kernel.

dmidecode 3.6
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.nongnu.org/dmidecode/
Licenses: GPL 2+
Build system: gnu
Synopsis: Read hardware information from the BIOS
Description:

Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard. This typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB).

lynis 3.1.1
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://cisofy.com/lynis/
Licenses: GPL 3+
Build system: gnu
Synopsis: Security auditing tool
Description:

Lynis is a security auditing tool. It performs an in-depth security scan and runs on the system itself. The primary goal is to test security defenses and provide tips for further system hardening. It will also scan for general system information, vulnerable software packages, and possible configuration issues.

seatd 0.9.2
Propagated dependencies: elogind@255.17
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://sr.ht/~kennylevinsen/seatd
Licenses: Expat
Build system: meson
Synopsis: Seat management daemon
Description:

This package provides a minimal seat management daemon whose task is to mediate access to shared devices, such as graphics and input, for applications that require it.

realmd 0.17.1
Dependencies: glib@2.86.0 mit-krb5@1.21 openldap@2.6.10 polkit@121
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://www.freedesktop.org/software/realmd/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: DBus service for network authentication
Description:

This package provides an on demand system DBus service. It allows callers to configure network authentication and domain membership in a standard way. Realmd discovers information about the domain or realm automatically and does not require complicated configuration in order to join a domain or realm. Dbus system service that manages discovery and enrollment in realms/domains like Active Directory or IPA.

Total packages: 72465