macOS
brew install terminalimageviewerlocal Homebrew formula metadata
sudo port install tivMacPorts ports tree · graphics/tiv/Portfile · source: api.github.com
brew
Display images in a terminal using block graphic characters. Version 1.2.1 via Homebrew; verified from local package data.
install
brew install terminalimageviewerlocal Homebrew formula metadata
sudo port install tivMacPorts ports tree · graphics/tiv/Portfile · source: api.github.com
sudo apt install tivDebian stable package indexes · tiv · source: deb.debian.org
nix profile install nixpkgs#tivnixpkgs package indexes · pkgs/by-name/ti/tiv/package.nix · source: api.github.com
overview
Display images in a terminal using block graphic characters
history
TerminalImageViewer, usually invoked as `tiv`, is a C++ terminal image viewer that renders images using RGB ANSI colors and Unicode block graphics. It belongs to the lineage of tools that treat a modern terminal as a low-resolution graphics surface.
The GitHub repository was created in April 2016. The README notes that examples were mostly produced with an older Java version, but development later shifted to the C++ implementation; by October 2020 the Java version was explicitly deprecated.
The project's distinguishing technique is its 4-by-8 pixel cell mapping. Instead of only using the Unicode half-block approach common to related tools such as timg, TerminalImageViewer chooses block characters and foreground/background colors that better approximate each cell.
The first GitHub release listed by the official releases page is v1.0.0 in December 2018. The README documents Homebrew installation for macOS and mentions third-party RPM and Docker packaging; this batch input also lists Debian, Ubuntu, MacPorts, Nix, and Homebrew package names.
Maintenance after the initial release focused on portability and packaging: README notes call out Homebrew support being fixed in 2020, Apple Clang support in 2021, and MSVC/native Windows support plus Apache-2.0-or-GPL-3.0 licensing in 2023.
Users run `tiv` with one or more image filenames; shells can expand wildcards, and the tool shows thumbnails and file names when multiple images are supplied. The README warns users to install ImageMagick and to tune terminal color mode, font, and line spacing when output looks wrong.
The README also documents a library-style API around `tiv_lib.h` and `tiv_lib.cc`, allowing callers to map framebuffer pixels to terminal character/color data. That makes the project useful beyond one-off image previews.
For terminal-heavy users, tiv is a compact answer to the question 'can I inspect this image without leaving the shell?' It is especially relevant in SSH sessions, image-processing pipelines, build artifacts, and README demos where a graphical viewer is awkward or unavailable.
Package nerds also care because it exercises modern terminal capabilities: truecolor ANSI output, Unicode coverage, terminal line metrics, and optional fallbacks such as 256-color mode.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
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 |
|---|---|---|---|
tiv | 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/stefanhaustein/TerminalImageViewer
install metadata
| Package key | brew:terminalimageviewer |
|---|---|
| Version | 1.2.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/terminalimageviewer |
| Homepage | https://github.com/stefanhaustein/TerminalImageViewer |
| Repository | https://github.com/stefanhaustein/TerminalImageViewer |
| Upstream docs | https://github.com/stefanhaustein/TerminalImageViewer#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/stefanhaustein/TerminalImageViewer/archive/refs/tags/v1.2.1.tar.gz |
| Dependencies | imagemagick |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, 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 | terminalimageviewer |
| Aliases |
|
| 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.
tiv
sudo port install tivtiv 1.2.1+dfsg-1+b2
high-resolution command-line image viewer
https://github.com/stefanhaustein/TerminalImageViewer
sudo apt install tivtiv
nix profile install nixpkgs#tivtiv 1.2.1+dfsg-1
high-resolution command-line image viewer
https://github.com/stefanhaustein/TerminalImageViewer
sudo apt install tivsource 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.