# Install jp2a with Homebrew, apt, MacPorts, Nix, pacman, zypper

Convert JPG images to ASCII. Version 1.3.3 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:jp2a
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install jp2a
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jp2a
```

  Evidence: MacPorts ports tree: graphics/jp2a/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install jp2a
```

  Evidence: Debian stable package indexes: jp2a from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#jp2a
```

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

- pacman (92%):

```sh
sudo pacman -S jp2a
```

  Evidence: Arch Linux sync databases: jp2a from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install jp2a
```

  Evidence: openSUSE Tumbleweed package metadata: jp2a from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:jp2a
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/jp2a>
- **Version:** 1.3.3
- **Source summary:** Convert JPG images to ASCII
- **Homepage:** <https://github.com/Talinx/jp2a>
- **Repository:** <https://github.com/Talinx/jp2a>
- **Upstream docs:** <https://github.com/Talinx/jp2a#readme>
- **License:** GPL-2.0-or-later
- **Source archive:** <https://github.com/Talinx/jp2a/releases/download/v1.3.3/jp2a-1.3.3.tar.bz2>
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- jp2a (cli)
- jp2a (alias)

## Dependencies

- jpeg-turbo
- libexif
- libpng
- webp

## Build dependencies

- pkgconf

## Uses from macOS

- curl
- ncurses

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.3.3
- Local data: ok
- Upstream repository: https://github.com/Talinx/jp2a
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Project history and usage

jp2a is a JPEG-to-ASCII converter with the durable appeal of a classic terminal media toy: give it an image file or URL and it emits text, ANSI color, or HTML-style output. Later maintained releases broadened the input surface from JPEG to PNG and WebP.

### Project history

Christian Stigen Larsen's original jp2a repository describes the program as a simple JPEG to ASCII converter, notes earlier SourceForge hosting, and gives a 2006-2016 copyright range. The Talinx-maintained repository continues the project with packaging-oriented build instructions, Doxygen documentation support, Docker usage, and support for JPEG, PNG, and WebP inputs.

The maintained release history shows incremental modernization rather than a redesign: truecolor and 256-color terminal output in v1.0.9, PNG and HTML Living Standard support in v1.1.0, edge shading in v1.2.0, and WebP plus Exif orientation handling in v1.3.0.

### Adoption history

jp2a has the adoption pattern of a long-lived Unix amusement utility: small C code, autotools build, libjpeg dependency, optional libcurl and ncurses features, and package-manager availability. The batch facts list Homebrew, Debian, Ubuntu, MacPorts, Nix, Arch, and openSUSE packages.

### How it is used

Users run jp2a on image files or URLs to render ASCII art in terminals, web pages, or scripts. The maintained README documents ordinary configure/make builds, Docker execution, and optional network-image conversion through libcurl.

### Why package nerds care

jp2a is a tiny artifact of terminal culture: not infrastructure, but exactly the sort of package people install to demonstrate that a shell can still be visual. Its longevity also shows how old SourceForge-era utilities survive through forks and packaging.

### Timeline

- 2006: Original copyright range for jp2a begins in the upstream README.
- 2016: Original repository README says the project had moved from SourceForge to GitHub.
- 2022: v1.0.9 added truecolor and 256-color terminal output.
- 2022: v1.1.0 added PNG image support and HTML Living Standard output support.
- 2023: v1.2.0 added edge shading.
- 2024: v1.3.0 added WebP input and Exif orientation support.
- 2025: v1.3.3 appeared in the maintained release line.

### Related projects

- Letterpress is documented by the maintained README as a graphical interface for jp2a.
- The original cslarsen/jp2a repository is the historical upstream; the Talinx repository is the maintained package source used by Homebrew.
- jp2a depends on image libraries such as jpeglib or libjpeg-turbo, libpng, and libwebp.

### Sources

- <https://formulae.brew.sh/formula/jp2a>
- <https://github.com/Talinx/jp2a>
- <https://github.com/Talinx/jp2a#readme>
- <https://github.com/Talinx/jp2a/releases>
- <https://github.com/cslarsen/jp2a>


## Security Notes

broad file, network, media, or database tool signal.

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal

## Source Database Details

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

## Other Package-Manager Records

- Debian apt - jp2a - 1.3.2-1: normalized package name match | Debian stable package indexes: jp2a from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | converts jpg and png images to ascii | https://github.com/Talinx/jp2a
- Nix - jp2a: normalized package name match | nixpkgs package indexes: pkgs/by-name/jp/jp2a/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - jp2a - 1.1.1-2ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: jp2a from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | converts jpg and png images to ascii | https://github.com/Talinx/jp2a
- pacman - jp2a - 1.3.3-1: normalized package name match | Arch Linux sync databases: jp2a from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A small utility for converting JPG images to ASCII | https://github.com/Talinx/jp2a
- zypper - jp2a - 1.3.3-1.4: normalized package name match | openSUSE Tumbleweed package metadata: jp2a from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Converts JPEG images to ASCII | https://github.com/Talinx/jp2a
- zypper - jp2a-bash-completion - 1.3.3-1.4: normalized package name match | openSUSE Tumbleweed package metadata: jp2a-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Bash completions scripts for jp2a | https://github.com/Talinx/jp2a
- zypper - jp2a-zsh-completion - 1.3.3-1.4: normalized package name match | openSUSE Tumbleweed package metadata: jp2a-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Zsh completions scripts for jp2a | https://github.com/Talinx/jp2a
- MacPorts - jp2a: normalized package name match | MacPorts ports tree: graphics/jp2a/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [jpeg-turbo](https://www.automicvault.com/pkg/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [libpng](https://www.automicvault.com/pkg/brew/libpng/) - Runtime dependency declared by Homebrew.
- [webp](https://www.automicvault.com/pkg/brew/webp/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [spaceman-diff](https://www.automicvault.com/pkg/brew/spaceman-diff/) - Popular package that depends on this formula.
- [gd](https://www.automicvault.com/pkg/brew/gd/) - Shares av.db curated category or tags: cli, image-processing, jpeg, media, png.
- [tiff2png](https://www.automicvault.com/pkg/brew/tiff2png/) - Shares av.db curated category or tags: cli, image-conversion, image-processing, media, png.
- [exiftran](https://www.automicvault.com/pkg/brew/exiftran/) - Shares av.db curated category or tags: cli, image-processing, jpeg, media.
- [glyph](https://www.automicvault.com/pkg/brew/glyph/) - Shares av.db curated category or tags: ascii-art, cli, image-processing, media.
- [graphicsmagick](https://www.automicvault.com/pkg/brew/graphicsmagick/) - Shares av.db curated category or tags: cli, image-conversion, image-processing, media.
- [imagemagick](https://www.automicvault.com/pkg/brew/imagemagick/) - Shares av.db curated category or tags: cli, image-conversion, image-processing, media.
- [jpeg-archive](https://www.automicvault.com/pkg/brew/jpeg-archive/) - Shares av.db curated category or tags: cli, image-processing, jpeg, media.
- [libicns](https://www.automicvault.com/pkg/brew/libicns/) - Shares av.db curated category or tags: cli, image-conversion, image-processing, media.
- [epeg](https://www.automicvault.com/pkg/brew/epeg/) - Both packages work with overlapping file formats or content types. Shared terms: cli, image, image-processing, images, jpeg.
- [jbig2enc](https://www.automicvault.com/pkg/brew/jbig2enc/) - Both packages work with overlapping file formats or content types. Shared terms: cli, image, image-processing, jpeg, jpeg-turbo.

## Combined YAML source

View the package source record on GitHub. [combined/jp2a.yml](https://github.com/automic-vault/db/blob/main/combined/jp2a.yml)


## Sources

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