macOS
brew install ncurseslocal Homebrew formula metadata
sudo port install ncursesMacPorts ports tree · devel/ncurses/Portfile · source: api.github.com
brew
Text-based UI library. Version 6.6 via Homebrew; verified 2026-06-26.
install
brew install ncurseslocal Homebrew formula metadata
sudo port install ncursesMacPorts ports tree · devel/ncurses/Portfile · source: api.github.com
sudo apk add libformwAlpine Linux edge package indexes · libformw · source: dl-cdn.alpinelinux.org
sudo apt install lib32ncurses-devDebian stable package indexes · lib32ncurses-dev · source: deb.debian.org
sudo dnf install ncursesFedora Rawhide package metadata · ncurses · source: dl.fedoraproject.org
nix profile install nixpkgs#ncursesnixpkgs package indexes · ncurses · source: raw.githubusercontent.com
sudo pacman -S ncursesArch Linux sync databases · ncurses · source: geo.mirror.pkgbuild.com
sudo zypper install libncurses5openSUSE Tumbleweed package metadata · libncurses5 · source: download.opensuse.org
overview
Text-based UI library
history
ncurses, short for new curses, is the dominant free curses implementation for building text user interfaces on character-cell terminals. It emulates and extends System V Release 4 curses, uses terminfo, and ships both libraries and utilities such as tic, infocmp, tput, clear, reset, tabs, toe, and tset.
The lineage runs through earlier curses and pcurses work. Thomas Dickey's ncurses licensing history discusses ncurses 0.7.2 from May 22, 1993 and ncurses 1.8.1 from November 5, 1993, with Pavel Curtis and Zeyd Ben-Halim copyright lineage. Dickey's history also identifies ncurses 1.9.9e on March 24, 1996 as the end of Zeyd Ben-Halim's maintainership and April 6, 1996 as Dickey's first patch against his ncurses archive.
The ncurses 6.4 announcement says that in mid-June 1995 the maintainer of 4.4BSD curses declared it obsolete and encouraged BSD-family systems to switch to ncurses. The same announcement describes ncurses as used in almost every Linux-kernel-based system aside from some embedded applications, as the system curses library on OpenBSD, FreeBSD, and macOS, and in environments such as Cygwin and MinGW.
Package users depend on ncurses both directly and indirectly. Developers link libncurses, libpanel, libmenu, and libform for full-screen terminal apps; shell scripts use tput and reset; terminfo maintainers use tic and infocmp; and many interactive CLI tools pull it in through readline-like or TUI dependencies.
ncurses is foundational packaging infrastructure. It is small enough to feel mundane, but it sits under installers, text editors, terminal multiplexers, system configuration tools, roguelikes, debuggers, and countless TUIs. ABI variants, wide-character builds, terminfo database paths, and compatibility with system curses make it a perennial packaging concern.
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 |
|---|---|---|---|
captoinfo | cli | global executable | |
clear | cli | global executable | |
infocmp | cli | global executable | |
infotocap | cli | global executable | |
ncurses6-config | cli | global executable | |
ncursesw6-config | cli | global executable | |
reset | cli | global executable | |
tabs | cli | global executable | |
tic | cli | global executable | |
toe | cli | global executable | |
tput | cli | global executable | |
tset | 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://invisible-island.net/ncurses/announce.html
install metadata
| Package key | brew:ncurses |
|---|---|
| Version | 6.6 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ncurses |
| Homepage | https://invisible-island.net/ncurses/announce.html |
| Repository | https://github.com/ThomasDickey/ncurses-snapshots |
| Upstream docs | https://invisible-island.net/ncurses |
| License | X11-distribute-modifications-variant |
| Source archive | https://ftpmirror.gnu.org/gnu/ncurses/ncurses-6.6.tar.gz |
| Last updated | 2026-06-26T16:24:51-04:00 |
| Pulse | updated |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ncurses |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
lib32ncurses-dev 6.5+20250216-2
developer's libraries for ncurses (32-bit)
https://invisible-island.net/ncurses/
sudo apt install lib32ncurses-devlib32ncurses6 6.5+20250216-2
shared libraries for terminal handling (32-bit)
https://invisible-island.net/ncurses/
sudo apt install lib32ncurses6lib32ncursesw6 6.5+20250216-2
shared libraries for terminal handling (wide character support) (32-bit)
https://invisible-island.net/ncurses/
sudo apt install lib32ncursesw6lib32tinfo6 6.5+20250216-2
shared low-level terminfo library for terminal handling (32-bit)
https://invisible-island.net/ncurses/
sudo apt install lib32tinfo6libncurses-dev 6.5+20250216-2
developer's libraries for ncurses
https://invisible-island.net/ncurses/
sudo apt install libncurses-devlibncurses6 6.5+20250216-2
shared libraries for terminal handling
https://invisible-island.net/ncurses/
sudo apt install libncurses6libncursesw6 6.5+20250216-2
shared libraries for terminal handling (wide character support)
https://invisible-island.net/ncurses/
sudo apt install libncursesw6libtinfo6 6.5+20250216-2
shared low-level terminfo library for terminal handling
https://invisible-island.net/ncurses/
sudo apt install libtinfo6ncurses-base 6.5+20250216-2
basic terminal type definitions
https://invisible-island.net/ncurses/
sudo apt install ncurses-basencurses-bin 6.5+20250216-2
terminal-related programs and man pages
https://invisible-island.net/ncurses/
sudo apt install ncurses-binncurses-doc 6.5+20250216-2
developer's guide and documentation for ncurses
https://invisible-island.net/ncurses/
sudo apt install ncurses-docncurses-examples 6.5+20250216-2
test programs and examples for ncurses
https://invisible-island.net/ncurses/
sudo apt install ncurses-examplesncurses-term 6.5+20250216-2
additional terminal type definitions
https://invisible-island.net/ncurses/
sudo apt install ncurses-termncurses
nix profile install nixpkgs#ncurseslib32ncurses-dev 6.4+20240113-1ubuntu2
developer's libraries for ncurses (32-bit)
https://invisible-island.net/ncurses/
sudo apt install lib32ncurses-devlib32ncurses6 6.4+20240113-1ubuntu2
shared libraries for terminal handling (32-bit)
https://invisible-island.net/ncurses/
sudo apt install lib32ncurses6source 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.