# figlet を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop でインストール

figlet のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:figlet
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install figlet
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install figlet
```

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

### Linux

- apk (92%):

```sh
sudo apk add figlet
```

  証拠: Alpine Linux edge package indexes: figlet from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install figlet
```

  証拠: Debian stable package indexes: figlet from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install figlet
```

  証拠: Fedora Rawhide package metadata: figlet from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#figlet
```

  証拠: nixpkgs package indexes: pkgs/by-name/fi/figlet/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S figlet
```

  証拠: Arch Linux sync databases: figlet from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install figlet
```

  証拠: openSUSE Tumbleweed package metadata: figlet from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/figlet
```

  証拠: Scoop official bucket manifest trees: bucket/figlet.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:figlet
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/figlet>
- **バージョン:** 2.2.5
- **ソース概要:** Banner-like program prints strings as ASCII art
- **ホームページ:** <https://www.figlet.org/>
- **上流ドキュメント:** <https://www.figlet.org/>
- **ライセンス:** BSD-3-Clause
- **ソースアーカイブ:** ftp://ftp.figlet.org/pub/figlet/program/unix/figlet-2.2.5.tar.gz
- **最終更新:** 2026-07-04T13:13:40+09:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- chkfont (cli)
- figlet (cli)
- figlist (cli)
- showfigfonts (cli)
- chkfont (エイリアス)
- figlet (エイリアス)
- figlist (エイリアス)
- showfigfonts (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.2.5
- マネージャ更新日: 2026-07-04
- ローカルデータ: OK
- 上流リポジトリ: https://www.figlet.org/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

FIGlet is the classic terminal program for rendering ordinary text as large ASCII-art letters using external font files.

### プロジェクトの歴史

FIGlet's own history traces the project to Spring 1991, when Glenn Chappell wrote a small C program called newban after seeing an email signature by Frank Sheeran and being encouraged by Ian Chai. Later hindsight treats that 170-line program as FIGlet 1.0.

In early 1993, Chappell and Chai rewrote and expanded the program into FIGlet 2.0 with full ASCII support, documentation, and 13 fonts. The official history says it then spread rapidly across the net, bringing fan mail, contributed fonts, ports to non-Unix systems, bug reports, a mailing list, and FTP hosting.

FIGlet 2.1 added non-ASCII character sets and right-to-left printing. Later stewardship moved to the figlet.org community; an editor's note records the 2005 release of 2.2.2 under the Academic Free License, the 2011 release of 2.2.3 under the New BSD License, and a font collection exceeding 400 contributed fonts.

### 採用の歴史

FIGlet became part of terminal and Unix culture because it made banners, email signatures, Usenet decorations, shell prompts, release scripts, and demos easy to generate from plain text. The man page explicitly connects FIGlet output to signatures in email and Usenet messages and to banner-style programs.

The supplied package metadata shows broad packaging across Unix-like and cross-platform managers, including Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, Scoop, and openSUSE. That breadth matches FIGlet's role as a tiny, stable, instantly recognizable CLI.

### 使われ方

The man page describes the common usage pattern: run figlet interactively, pipe a file or command output into it, or pass text on the command line. Users can select fonts with -f, set the font directory with -d, control output width and justification, and use compressed font or control files.

The practical unit of extension is the FIGlet font file, usually using the .flf suffix. That made the program easy to package with a base font set while allowing communities to trade and install many additional fonts.

### パッケージ好きにとっての重要性

FIGlet is package-nerd significant because it is a tiny command that became a shared visual language for terminals. Its output appears in build logs, MOTDs, READMEs, demos, shell scripts, and joke packages, and its font format made it unusually portable across Unix and non-Unix systems.

It also represents an early internet-era open-source distribution pattern: a small C utility, an FTP site, mailing-list traffic, ports, contributed assets, licensing cleanup, and eventual packaging everywhere.

### タイムライン

- 1991: Glenn Chappell writes newban, later regarded as FIGlet 1.0.
- 1993: FIGlet 2.0 is released with full ASCII support, documentation, and 13 fonts.
- 1990s: FIGlet spreads online, attracting ports, bug reports, and regular contributed fonts.
- 2002: Ian Chai hands figlet.org administration to Christiaan Keet.
- 2005: FIGlet 2.2.2 is released under the Academic Free License 2.1.
- 2011: FIGlet 2.2.3 is released under the New BSD License.

### Related projects

- FIGlet is related to older banner programs, terminal ASCII-art tools, font collections using the FLF format, and later compatible tools such as TOIlet.

### ソース

- <http://www.figlet.org/figlet_history.html>
- <http://www.figlet.org/figlet-man.html>
- <http://www.figlet.org/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** figlet
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Debian apt - figlet - 2.2.5-3+b2: normalized package name match | Debian stable package indexes: figlet from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Make large character ASCII banners out of ordinary text | http://www.figlet.org/
- Nix - figlet: normalized package name match | nixpkgs package indexes: pkgs/by-name/fi/figlet/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - figlet - 2.2.5-3: normalized package name match | Ubuntu 24.04 LTS package indexes: figlet from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Make large character ASCII banners out of ordinary text | http://www.figlet.org/
- apk - figlet - 2.2.5-r3: normalized package name match | Alpine Linux edge package indexes: figlet from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Program for making large letters out of ordinary text | http://www.figlet.org/
- apk - figlet-doc - 2.2.5-r3: normalized package name match | Alpine Linux edge package indexes: figlet-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Program for making large letters out of ordinary text (documentation) | http://www.figlet.org/
- dnf - figlet - 2.2.5-40.fc45: normalized package name match | Fedora Rawhide package metadata: figlet from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A program for making large letters out of ordinary text | http://www.figlet.org/
- pacman - figlet - 2.2.5-6: normalized package name match | Arch Linux sync databases: figlet from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A program for making large letters out of ordinary text | http://www.figlet.org/
- zypper - figlet - 2.2.5-4.8: normalized package name match | openSUSE Tumbleweed package metadata: figlet from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Tool for Creating Cool ASCII-Art Signatures | http://www.figlet.org/
- MacPorts - figlet: normalized package name match | MacPorts ports tree: textproc/figlet/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/figlet: normalized package name match | Scoop official bucket manifest trees: bucket/figlet.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [peco](https://pkg.so/ja/brew/peco/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [rich-cli](https://pkg.so/ja/brew/rich-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [ddgr](https://pkg.so/ja/brew/ddgr/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [nyan](https://pkg.so/ja/brew/nyan/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [percol](https://pkg.so/ja/brew/percol/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [libiconv](https://pkg.so/ja/brew/libiconv/) - Shares pkgdb curated category or tags: cli, developer-tools, text.
- [nerdfix](https://pkg.so/ja/brew/nerdfix/) - Shares pkgdb curated category or tags: cli, developer-tools, fonts.
- [harfbuzz](https://pkg.so/ja/brew/harfbuzz/) - Shares pkgdb curated category or tags: cli, developer-tools, fonts.
- [figlet](https://pkg.so/ja/npm/figlet/) - Same normalized package name appears in another local ecosystem. Shared terms: art, ascii, ascii-art, banner, cli.
- [diagram](https://pkg.so/ja/brew/diagram/) - Local package facts share a topical domain. Shared terms: art, ascii, ascii-art, cli, developer.
- [bgrep](https://pkg.so/ja/brew/bgrep/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, like, strings.
- [figlet](https://pkg.so/ja/npm/figlet/) - Same normalized package name in another local ecosystem.

## Combined YAML source

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


## ソース

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