pkg.soopen package index

brew / rang 3250

Installer boxes avec Homebrew, apk, apt, dnf, MacPorts, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de boxes pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install boxes

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install boxes

MacPorts ports tree · textproc/boxes/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add boxes

Alpine Linux edge package indexes · boxes · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install boxes

Debian stable package indexes · boxes · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install boxes

Fedora Rawhide package metadata · boxes · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#boxes

nixpkgs package indexes · pkgs/by-name/bo/boxes/package.nix · Source: api.github.com

Windows

Scoopvérifié · 92%
scoop install main/boxes

Scoop official bucket manifest trees · bucket/boxes.json · Source: api.github.com

aperçu

Résumé du paquet

Draw boxes around text

Commandes et alias

  • boxes

historique

Historique du projet et usages

boxes is a long-lived Unix-style text filter for drawing, removing, and repairing ASCII art boxes around text. Its own README describes it as stable software that has existed since 1999 and remains available through many package managers.

Historique du projet

The project is maintained under the ascii-boxes organization and documents Thomas Jensen's official website, manual page, and configuration syntax as its primary user-facing surfaces. The modern GitHub history includes a v1.0 tag in 2014 and ongoing maintenance releases into the 2020s, while the README says the program itself dates back to 1999.

The program's historical shape is classic filter culture: it reads text, applies a named box design, and writes transformed text. Later documentation emphasizes user-defined box designs, shared configuration files, editor integration, and portability across Unix-like systems and Windows.

Historique d'adoption

The official README notes package-manager availability across apt, rpm, choco, brew, and other ecosystems. The Homebrew input also lists boxes in apk, brew, Debian, Fedora, MacPorts, Nix, Scoop, and Ubuntu, which matches its role as a small portable utility rather than a single-platform application.

Adoption is helped by its editor-filter workflow: the manual and website describe using boxes from editors that can pipe text through external filters, making it useful for source comments, email, plain-text notes, and README ornamentation.

Modes d'utilisation

Typical usage pipes text into the command, for example the official README's `echo foo | boxes`, then chooses designs with options such as listing available boxes. The configuration documentation explains that custom designs live in boxes config files and can be shared back through the repository.

Because it is a pure command-line filter, boxes composes naturally with shells, editors, and scripts. Its value is not heavy document rendering; it is quick decoration and comment-block formatting in plain text.

Pourquoi les passionnés de paquets s'y intéressent

boxes is package-nerd catnip because it is tiny, old, portable, and visually obvious: a package manager installs one command and the user immediately sees a text transformation. It represents the ornamental side of Unix filters, where package collections preserve small tools whose usefulness is partly practical and partly cultural.

The project also has an unusually packageable asset: the box-design database. That makes it more than a binary wrapper; distributions are shipping a small command plus a community-curated catalog of ASCII layouts.

Chronologie

  • 1999: Project origin date stated in the official README.
  • 2014: v1.0 tag appears in the official GitHub repository.
  • 2021: v2.1.1 tag appears in the official GitHub repository.
  • 2024: Official website documents v2.3.1 as a maintenance release.

Related projects

  • boxes relates to classic Unix text filters, editor filter commands, figlet-style terminal ornamentation, and other ASCII-art utilities.
  • Its closest project-specific related artifact is the official boxes-config file, where the bundled and contributed box designs are maintained.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucune métadonnée de bottle Homebrew n’a été enregistrée.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.boxes~/.config/boxes/.boxes/usr/share/boxes

exécutables

Exécutables installés

CommandeTypeExpositionNote
boxesexécutableexécutable indexéDécouvert depuis l'index local des exécutables.

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-08-03
version du gestionnaire2.3.1
gestionnaire mis à jour2026-06-22
données localesinconnu
amontnon disponible
dernière version détectéenon détecté
  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:boxes
Version2.3.1
Gestionnaire de paquetsHomebrew
Page d'accueilhttps://boxes.thomasjensen.com/
Dépôthttps://github.com/ascii-boxes/boxes
Dernière mise à jour2026-06-22T14:02:55-07:00
Pulseupdated
Bouteillenon enregistré
Serviceaucun déclaré

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

boxes 2.3.1-1

textmode box- and comment drawing filter

https://boxes.thomasjensen.com/

sudo apt install boxes
  • Section: text
  • Architecture: amd64
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Boxes
Debian stable package indexes · deb.debian.org · Debian stable package indexes: boxes from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

boxes

nix profile install nixpkgs#boxes
  • normalized package name match
  • Correspondance par : Boxes
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bo/boxes/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

boxes 2.2.1-1

textmode box- and comment drawing filter

https://boxes.thomasjensen.com/

sudo apt install boxes
  • Section: universe/text
  • Architecture: amd64
  • 3 Dépendances
  • normalized package name match
  • Correspondance par : Boxes
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: boxes from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

boxes 2.3.1-r0

Text mode box and comment drawing filter

https://boxes.thomasjensen.com

sudo apk add boxes
  • License: GPL-2.0
  • Architecture: x86_64
  • Source Package: boxes
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Boxes
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: boxes from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

boxes-doc 2.3.1-r0

Text mode box and comment drawing filter (documentation)

https://boxes.thomasjensen.com

sudo apk add boxes-doc
  • License: GPL-2.0
  • Architecture: x86_64
  • Source Package: boxes
  • normalized package name match
  • Correspondance par : Boxes
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: boxes-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

boxes 2.3.1-6.fc45

Command line ASCII boxes unlimited!

http://boxes.thomasjensen.com

sudo dnf install boxes
  • License: GPL-3.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: boxes
  • 5 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Boxes
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: boxes from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

boxes-vim 2.3.1-6.fc45

Vim plugin for boxes

http://boxes.thomasjensen.com

sudo dnf install boxes-vim
  • License: GPL-3.0-only
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: boxes
  • 2 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Boxes
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: boxes-vim from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
MacPorts95%

boxes

sudo port install boxes
  • normalized package name match
  • Correspondance par : Boxes
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/boxes/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/boxes

scoop install main/boxes
  • normalized package name match
  • Correspondance par : Boxes
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/boxes.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation