# Installer cfonts avec Homebrew, dnf, MacPorts, Nix

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

## installation

```sh
sudo av install brew:cfonts
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cfonts
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cfonts
```

  Preuve: MacPorts ports tree: textproc/cfonts/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install cfonts
```

  Preuve: Fedora Rawhide package metadata: cfonts from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#cfonts
```

  Preuve: nixpkgs package indexes: pkgs/by-name/cf/cfonts/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:cfonts
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.3.0
- **Résumé source:** Sexy ANSI fonts for the console
- **Page d'accueil:** <https://github.com/dominikwilkowski/cfonts>
- **Dépôt:** <https://github.com/dominikwilkowski/cfonts>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cfonts (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.3.0
## Historique du projet et usages

cfonts is a command-line text banner generator for ANSI console fonts. The official README calls it a small CLI for giving command-line output some visual style, with both Rust and Node.js implementations.

### Historique du projet

The official GitHub repository was created in January 2015 and originally grew as a Node.js package. The release-branch documentation describes two implementations, Rust and Node.js, with the Homebrew formula using the Rust release line.

The project's release process distinguishes `vX.Y.Znodejs` tags from `vX.Y.Zrust` tags. The official release instructions also describe publishing to npm, crates.io, Homebrew, AUR, Fedora, and MacPorts, making the repository unusually explicit about its multi-ecosystem packaging workflow.

### Historique d'adoption

The README documents installation through Homebrew, AUR, Fedora, NixOS, MacPorts, Cargo, npm, and Yarn. The package metadata in this batch also shows Homebrew, Fedora, MacPorts, and Nix packaging.

cfonts has stayed useful because terminal banners are a durable CLI trope: release scripts, demos, dev tools, and playful command output often want large colored text without depending on a full TUI framework.

### Modes d'utilisation

The CLI accepts text and options for font, alignment, colors, gradients, spacing, and related terminal presentation. The README documents supported characters and multiple font faces such as block, slick, tiny, grid, pallet, shade, chrome, simple, 3d, huge, and console.

There is no official persistent config file or credential file documented for the CLI, so both locations are null.

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

cfonts is package-nerd fun because the project straddles npm and crates.io while exposing the same tiny command name to users. Its release notes read like a tour of how one small CLI moves through multiple packaging ecosystems.

It is also a reminder that not every packaged developer tool is about compilers or infrastructure. Sometimes the valuable artifact is a polished, dependency-light terminal affordance that makes other tools more readable or memorable.

### Chronologie

- 2015: The dominikwilkowski/cfonts repository is created on GitHub.
- 2023: The release stream includes both Rust and Node.js tags.
- 2025: v3.3.1nodejs and v1.3.0rust releases show both implementations still tracked in the official repository.

### Related projects

- npm and Yarn are the documented package channels for the Node.js implementation.
- crates.io and docs.rs are the documented package and API documentation surfaces for the Rust implementation.
- Homebrew, AUR, Fedora, NixOS, and MacPorts are documented downstream package channels in the official release notes.

### Sources

- <https://api.github.com/repos/dominikwilkowski/cfonts>
- <https://github.com/dominikwilkowski/cfonts>
- <https://github.com/dominikwilkowski/cfonts#readme>
- <https://formulae.brew.sh/api/formula/cfonts.json>
- <https://api.github.com/repos/dominikwilkowski/cfonts/releases>
- <https://github.com/dominikwilkowski/cfonts/blob/released/RELEASE.md>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - cfonts: normalized package name match | nixpkgs package indexes: pkgs/by-name/cf/cfonts/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - cfonts - 1.3.0-3.fc45: normalized package name match | Fedora Rawhide package metadata: cfonts from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Sexy ANSI fonts for the console | https://crates.io/crates/cfonts
- MacPorts - cfonts: normalized package name match | MacPorts ports tree: textproc/cfonts/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/cfonts.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cfonts.yml)


## Sources

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