macOS
brew install libvtermlocal Homebrew formula metadata
sudo port install libvtermMacPorts ports tree · devel/libvterm/Portfile · source: api.github.com
brew
C99 library which implements a VT220 or xterm terminal emulator. Version 0.3.3 via Homebrew; verified from local package data.
install
brew install libvtermlocal Homebrew formula metadata
sudo port install libvtermMacPorts ports tree · devel/libvterm/Portfile · source: api.github.com
sudo apk add libvtermAlpine Linux edge package indexes · libvterm · source: dl-cdn.alpinelinux.org
sudo apt install libvterm-binDebian stable package indexes · libvterm-bin · source: deb.debian.org
sudo dnf install libvtermFedora Rawhide package metadata · libvterm · source: dl.fedoraproject.org
nix profile install nixpkgs#libvtermnixpkgs package indexes · pkgs/by-name/li/libvterm/package.nix · source: api.github.com
sudo pacman -S libvtermArch Linux sync databases · libvterm · source: geo.mirror.pkgbuild.com
sudo zypper install libvterm-developenSUSE Tumbleweed package metadata · libvterm-devel · source: download.opensuse.org
overview
C99 library which implements a VT220 or xterm terminal emulator
history
libvterm is Paul "LeoNerd" Evans's C99 library for embedding a VT/xterm/ECMA-48 terminal emulator without binding the emulator to a graphics toolkit. In package-manager terms it is a small, sharp terminal-emulation core: applications provide callbacks for drawing while libvterm handles escape sequences, screen state, and terminal behavior.
The official libvterm page describes it as an abstract C99 implementation of a VT220 or xterm-like terminal emulator that avoids a specific graphics toolkit and avoids malloc during normal running state. Launchpad records the project as registered by Paul Evans on 2010-08-01, with Bazaar as the version-control system and MIT/X/Expat licensing.
The project grew alongside related terminal experiments such as pangoterm and x86term. LeoNerd's project page points to pangoterm as a GTK/Pango terminal using libvterm, and blog posts from the 2010s document the library reaching enough completeness to drive Vim in its own terminal environment.
libvterm became best known beyond its author's ecosystem through editor and terminal embedding work. Neovim maintained a public fork and later documented that vterm had been bundled into Neovim itself under src/nvim/vterm, making libvterm part of the story behind Neovim's built-in :terminal support.
Applications embed libvterm when they need terminal parsing and screen-state management but want to draw through their own UI toolkit, TUI layer, or experimental environment. The Homebrew package also ships small utilities such as unterm, vterm-ctrl, and vterm-dump for exercising or inspecting terminal behavior.
libvterm is the dependency you notice when a text editor or UI toolkit suddenly grows a real terminal. It is interesting because it packages a historically messy domain, VT and xterm escape behavior, into a reusable C library small enough for distros and embedders to carry.
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 |
|---|---|---|---|
unterm | cli | global executable | |
vterm-ctrl | cli | global executable | |
vterm-dump | 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://www.leonerd.org.uk/code/libvterm/
install metadata
| Package key | brew:libvterm |
|---|---|
| Version | 0.3.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/libvterm |
| Homepage | https://www.leonerd.org.uk/code/libvterm/ |
| Repository | https://launchpad.net/libvterm |
| Upstream docs | https://www.leonerd.org.uk/code/libvterm |
| License | MIT |
| Source archive | https://launchpad.net/libvterm/trunk/v0.3/+download/libvterm-0.3.3.tar.gz |
| Build dependencies | libtool |
| 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 | libvterm |
| Version Scheme | 1 |
| Revision | 0 |
| 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.
libvterm-bin 0.3.3-3+b1
abstract terminal library (utility programs)
https://www.leonerd.org.uk/code/libvterm/
sudo apt install libvterm-binlibvterm-dev 0.3.3-3+b1
abstract terminal library (development files)
https://www.leonerd.org.uk/code/libvterm/
sudo apt install libvterm-devlibvterm0 0.3.3-3+b1
abstract terminal library
https://www.leonerd.org.uk/code/libvterm/
sudo apt install libvterm0libvterm
nix profile install nixpkgs#libvtermlibvterm-bin 0.3.3-2build1
abstract terminal library (utility programs)
https://www.leonerd.org.uk/code/libvterm/
sudo apt install libvterm-binlibvterm-dev 0.3.3-2build1
abstract terminal library (development files)
https://www.leonerd.org.uk/code/libvterm/
sudo apt install libvterm-devlibvterm0 0.3.3-2build1
abstract terminal library
https://www.leonerd.org.uk/code/libvterm/
sudo apt install libvterm0libvterm 0.3.3-r0
Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator
https://www.leonerd.org.uk/code/libvterm/
sudo apk add libvtermlibvterm-dev 0.3.3-r0
Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator (development files)
https://www.leonerd.org.uk/code/libvterm/
sudo apk add libvterm-devlibvterm-static 0.3.3-r0
Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator (static library)
https://www.leonerd.org.uk/code/libvterm/
sudo apk add libvterm-staticlibvterm 0.3.3-7.fc44
An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator
https://www.leonerd.org.uk/code/libvterm
sudo dnf install libvtermlibvterm-devel 0.3.3-7.fc44
Development files needed for libvterm
https://www.leonerd.org.uk/code/libvterm
sudo dnf install libvterm-devellibvterm-tools 0.3.3-7.fc44
Tools for libvterm
https://www.leonerd.org.uk/code/libvterm
sudo dnf install libvterm-toolslibvterm 0.3.3-2
Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator
https://www.leonerd.org.uk/code/libvterm/
sudo pacman -S libvtermlibvterm-devel 0.3.3-1.7
Development files of libvterm
https://launchpad.net/libvterm
sudo zypper install libvterm-devellibvterm-tools 0.3.3-1.7
Tools for libvterm
https://launchpad.net/libvterm
sudo zypper install libvterm-toolssource 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.