# Install cfonts with Homebrew, dnf, MacPorts, Nix

Sexy ANSI fonts for the console. Version 1.3.0 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#cfonts.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install cfonts
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cfonts
```

  Evidence: 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
```

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:cfonts
- **Package manager:** Homebrew
- **Version:** 1.3.0
- **Source summary:** Sexy ANSI fonts for the console
- **Homepage:** <https://github.com/dominikwilkowski/cfonts>
- **Repository:** <https://github.com/dominikwilkowski/cfonts>
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- cfonts (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 1.3.0
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 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>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Other Package-Manager Records

- 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
