This package browser is in early development. Mind the rough edges.

toybox

Many common UNIX utilities in a single executable

ToyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides a fairly complete environment for any small or embedded system.

Installation

Install the latest version of toybox as follows:

guix install toybox

Or install a particular version:

guix install toybox@0.8.11

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of toybox about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/toybox'><img src='https://packages.guix.gnu.org/packages/toybox/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/toybox/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/toybox)

Example Org:

[[https://packages.guix.gnu.org/packages/toybox][https://packages.guix.gnu.org/packages/toybox/badges/latest-version.svg]]