macOS
brew install libsixellocal Homebrew formula metadata
sudo port install libsixelMacPorts ports tree · graphics/libsixel/Portfile · source: api.github.com
brew
SIXEL encoder/decoder implementation. Version 1.10.5 via Homebrew; verified from local package data.
install
brew install libsixellocal Homebrew formula metadata
sudo port install libsixelMacPorts ports tree · graphics/libsixel/Portfile · source: api.github.com
sudo apk add libsixelAlpine Linux edge package indexes · libsixel · source: dl-cdn.alpinelinux.org
sudo apt install libsixel-binDebian stable package indexes · libsixel-bin · source: deb.debian.org
sudo dnf install libsixelFedora Rawhide package metadata · libsixel · source: dl.fedoraproject.org
nix profile install nixpkgs#libsixelnixpkgs package indexes · pkgs/by-name/li/libsixel/package.nix · source: api.github.com
sudo pacman -S libsixelArch Linux sync databases · libsixel · source: geo.mirror.pkgbuild.com
sudo zypper install libsixel-bash-completionopenSUSE Tumbleweed package metadata · libsixel-bash-completion · source: download.opensuse.org
overview
SIXEL encoder/decoder implementation
history
libsixel is a C encoder and decoder for DEC SIXEL terminal graphics, plus command-line tools such as img2sixel and sixel2png. It matters because it helped revive a 1980s terminal image protocol for modern terminals, plots, previews, and command-line image workflows.
The project traces back to Hayaki Saito's libsixel work, described as an implementation derived from kmiya's sixel encoder. Its README explains SIXEL as a Digital Equipment Corporation format for printer and terminal imaging whose data is represented as terminal-friendly escape sequences.
A community fork under the libsixel GitHub organization continued the project after Saito stopped participating publicly in January 2020, according to the fork README. That fork collected improvements and security patches, later switching the build system to Meson for libsixel 2.0.
libsixel rode a broader revival of terminal graphics. The README lists use in or integration with projects and workflows around gnuplot, Ghostscript, ImageMagick, lsix, FFmpeg-SIXEL, SDL experiments, w3m integration, GNU Screen forks, RetroArch, and terminal support in xterm, mlterm, iTerm2, WezTerm, and related emulators.
The README also lists packaging through FreeBSD ports, pkgsrc, Homebrew, Debian, Arch, Gentoo, Ubuntu, NixOS, OpenBSD Ports, Fedora Copr, SlackBuilds, and MacPorts, which made it a common optional dependency for software that wants SIXEL output.
Users most often meet libsixel through `img2sixel`, which converts images and animations into SIXEL escape sequences for display in a compatible terminal, and `sixel2png`, which decodes SIXEL back into PNG. Developers can use the C API and several language bindings to generate or decode SIXEL programmatically.
The practical constraint is terminal support: when the terminal understands SIXEL, the output renders inline; when it does not, users see escape data or nothing useful.
libsixel is a package-nerd favorite because it compresses a lot of terminal history into one dependency: DEC hardware, escape sequences, image quantization, terminal emulator feature flags, and modern CLI image previews all meet in a small C library.
It also shows how optional media support propagates through package managers. A plotting tool, terminal browser, or file manager may grow SIXEL support only when a distro or formula enables the right build option and ships libsixel.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
img2sixel | cli | global executable | |
libsixel-config | cli | global executable | |
sixel2png | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/libsixel/libsixel
install metadata
| Package key | brew:libsixel |
|---|---|
| Version | 1.10.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/libsixel |
| Homepage | https://github.com/saitoha/sixel |
| Repository | https://github.com/saitoha/sixel |
| Upstream docs | https://github.com/libsixel/libsixel#readme |
| License | MIT |
| Source archive | https://github.com/libsixel/libsixel/archive/refs/tags/v1.10.5.tar.gz |
| Dependencies | jpeg-turbo, libpng |
| Build dependencies | meson, ninja |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libsixel |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libsixel-bin 1.10.5-1
DEC SIXEL graphics codec implementation (binary)
https://github.com/libsixel/libsixel
sudo apt install libsixel-binlibsixel-dev 1.10.5-1
DEC SIXEL graphics codec implementation (develop)
https://github.com/libsixel/libsixel
sudo apt install libsixel-devlibsixel-examples 1.10.5-1
DEC SIXEL graphics codec implementation (examples)
https://github.com/libsixel/libsixel
sudo apt install libsixel-exampleslibsixel1 1.10.5-1
DEC SIXEL graphics codec implementation (runtime)
https://github.com/libsixel/libsixel
sudo apt install libsixel1libsixel
nix profile install nixpkgs#libsixellibsixel-bin 1.10.3-3build1
DEC SIXEL graphics codec implementation (binary)
https://github.com/libsixel/libsixel
sudo apt install libsixel-binlibsixel-dev 1.10.3-3build1
DEC SIXEL graphics codec implementation (develop)
https://github.com/libsixel/libsixel
sudo apt install libsixel-devlibsixel-examples 1.10.3-3build1
DEC SIXEL graphics codec implementation (examples)
https://github.com/libsixel/libsixel
sudo apt install libsixel-exampleslibsixel1 1.10.3-3build1
DEC SIXEL graphics codec implementation (runtime)
https://github.com/libsixel/libsixel
sudo apt install libsixel1libsixel 1.10.5-r0
SIXEL encoder/decoder implementation
https://github.com/libsixel/libsixel
sudo apk add libsixellibsixel-dev 1.10.5-r0
SIXEL encoder/decoder implementation (development files)
https://github.com/libsixel/libsixel
sudo apk add libsixel-devlibsixel-doc 1.10.5-r0
SIXEL encoder/decoder implementation (documentation)
https://github.com/libsixel/libsixel
sudo apk add libsixel-doclibsixel-tools 1.10.5-r0
SIXEL encoder/decoder implementation
https://github.com/libsixel/libsixel
sudo apk add libsixel-toolslibsixel-tools-bash-completion 1.10.5-r0
SIXEL encoder/decoder implementation
https://github.com/libsixel/libsixel
sudo apk add libsixel-tools-bash-completionlibsixel-tools-zsh-completion 1.10.5-r0
SIXEL encoder/decoder implementation
https://github.com/libsixel/libsixel
sudo apk add libsixel-tools-zsh-completionlibsixel 1.10.5-6.fc45
SIXEL encoding and decoding
https://github.com/libsixel/libsixel
sudo dnf install libsixelsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.