Automic VaultAutomic Vault

brew

notcurses mit Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für notcurses in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install notcurses

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install notcurses

MacPorts ports tree · devel/notcurses/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add notcurses

Alpine Linux edge package indexes · notcurses · Quelle: dl-cdn.alpinelinux.org

Fedora dnfverifiziert · 92%
sudo dnf install notcurses

Fedora Rawhide package metadata · notcurses · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#notcurses

nixpkgs package indexes · pkgs/by-name/no/notcurses/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S notcurses

Arch Linux sync databases · notcurses · Quelle: geo.mirror.pkgbuild.com

Ubuntu aptverifiziert · 92%
sudo apt install libnotcurses++-dev

Ubuntu 24.04 LTS package indexes · libnotcurses++-dev · Quelle: archive.ubuntu.com

openSUSE zypperverifiziert · 92%
sudo zypper install libnotcurses++3

openSUSE Tumbleweed package metadata · libnotcurses++3 · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Blingful character graphics/TUI library

Befehle und Aliase

  • ncls
  • ncneofetch
  • ncplayer
  • nctetris
  • notcurses-demo
  • notcurses-info
  • notcurses-input
  • tfman

Verlauf

Projektgeschichte und Nutzung

Notcurses is Nick Black's modern terminal graphics and TUI library. It deliberately is not a source-compatible ncurses replacement; it targets Unicode, 24-bit color, multimedia, terminal bitmap graphics, keyboard protocols, and high-performance full-screen terminal applications.

Projektgeschichte

The public tag history begins with v0.0.9 on 2019-11-26 and moves quickly through early 0.x releases. The README frames the project as an answer to the limits of the X/Open Curses model: Notcurses assumes modern terminal capabilities and degrades downward, rather than starting from the least capable terminal and forcing applications to climb upward manually.

By the 3.x line, Notcurses had accumulated a large surface area: C and C++ APIs, Python bindings, documentation, man pages, demos, terminal capability diagnostics, and bundled demonstration tools. The repository release history shows v3.0.17 on 2025-10-28, while the Homebrew formula checked here packaged 3.0.17.

Adoptionsgeschichte

Notcurses is adopted mostly by terminal-interface enthusiasts, systems programmers, and distribution/package maintainers rather than by mainstream app developers. Its README advertises packaging status across repositories via Repology badges and lists wrappers for Ada, C++, Dart, Julia, Nim, Python, Rust, Zig, and Raku, which is a stronger ecosystem signal than raw Homebrew usage. Homebrew reported 882 installs over the 365-day window in the formula JSON.

Wie es verwendet wird

Practical usage falls into two camps: developers link against libnotcurses to build vivid TUIs, and users install the package for its bundled tools. The installed tools include ncls for multimedia-aware directory listings, ncplayer for rendering visual media, notcurses-demo for capability demos, notcurses-info for terminal diagnostics, notcurses-input for decoding keypresses, nctetris, ncneofetch, and tfman.

Package maintainers care about its optional dependency shape. The README documents CMake, C17, terminfo from ncurses, libunistring, optional FFmpeg/OpenImageIO/mouse/QR dependencies, generated man pages, and the ability to build without multimedia support to reduce dependency weight.

Warum Paket-Nerds sich dafür interessieren

Notcurses is important as a stress test for terminal capability packaging. It exercises terminfo correctness, Unicode locale setup, graphics protocols such as Sixel and Kitty, and multimedia dependency choices in a way most small TUI libraries do not.

Zeitleiste

  • 2019-11-26: v0.0.9 tag in the public repository.
  • 2025-01-11: v3.0.13 tag in the maintained 3.x line.
  • 2025-10-28: v3.0.17 release/tag, packaged by Homebrew as stable in the checked formula metadata.

Related projects

  • ncurses/terminfo, Sixel, Kitty graphics protocol, FFmpeg, OpenImageIO, libunistring, libnotcurses-sys.

Sicherheitslage

Risikostufe: grün

library-like package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • library-like package without higher-risk signals

Signale

  • metadata:library-like

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 4 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 4 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
nclscliglobales Executable
ncneofetchcliglobales Executable
ncplayercliglobales Executable
nctetriscliglobales Executable
notcurses-democliglobales Executable
notcurses-infocliglobales Executable
notcurses-inputcliglobales Executable
tfmancliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version3.0.17
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv3.0.17

https://github.com/dankamongmen/notcurses

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:notcurses
Version3.0.17
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/notcurses
Homepagehttps://nick-black.com/dankwiki/index.php/Notcurses
Repositoryhttps://github.com/dankamongmen/notcurses
Upstream-Dokumentationhttps://github.com/dankamongmen/notcurses#readme
LizenzApache-2.0
Quellarchivhttps://github.com/dankamongmen/notcurses/archive/refs/tags/v3.0.17.tar.gz
Abhängigkeitenffmpeg, libdeflate, libunistring, ncurses
Build-Abhängigkeitencmake, doctest, pandoc, pkgconf
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namenotcurses
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

notcurses

nix profile install nixpkgs#notcurses
  • normalized package name match
  • Abgeglichen nach: Notcurses
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/no/notcurses/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libnotcurses++-dev 3.0.7+dfsg.1-1ubuntu5

Character graphics and TUI library (C++ development)

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apt install libnotcurses++-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: notcurses
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Notcurses
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnotcurses++-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libnotcurses++3 3.0.7+dfsg.1-1ubuntu5

Character graphics and TUI library (C++)

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apt install libnotcurses++3
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: notcurses
  • 5 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Notcurses
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnotcurses++3 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libnotcurses-core-dev 3.0.7+dfsg.1-1ubuntu5

Character graphics and TUI library (core development)

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apt install libnotcurses-core-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: notcurses
  • 1 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Notcurses
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnotcurses-core-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libnotcurses-core3 3.0.7+dfsg.1-1ubuntu5

Character graphics and TUI library (core)

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apt install libnotcurses-core3
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: notcurses
  • 6 Abhängigkeiten
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Notcurses
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnotcurses-core3 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libnotcurses-dev 3.0.7+dfsg.1-1ubuntu5

Character graphics and TUI library (development)

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apt install libnotcurses-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: notcurses
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Notcurses
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnotcurses-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libnotcurses3 3.0.7+dfsg.1-1ubuntu5

Character graphics and TUI library

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apt install libnotcurses3
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: notcurses
  • 6 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Notcurses
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnotcurses3 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

notcurses-bin 3.0.7+dfsg.1-1ubuntu5

Character graphics and TUI library demos

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apt install notcurses-bin
  • Section: universe/graphics
  • Architecture: amd64
  • Source Package: notcurses
  • 10 Abhängigkeiten
  • 3 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Notcurses
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: notcurses-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

notcurses-data 3.0.7+dfsg.1-1ubuntu5

Multimedia used by notcurses-bin

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apt install notcurses-data
  • Section: universe/graphics
  • Architecture: all
  • Source Package: notcurses
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Notcurses
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: notcurses-data from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-notcurses 3.0.7+dfsg.1-1ubuntu5

Character graphics and TUI library (Python)

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apt install python3-notcurses
  • Section: universe/python
  • Architecture: amd64
  • Source Package: notcurses
  • 5 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Notcurses
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-notcurses from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

ncls 3.0.17-r0

blingful character graphics and TUI library

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apk add ncls
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: notcurses
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Notcurses
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ncls from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ncneofetch 3.0.17-r0

blingful character graphics and TUI library

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apk add ncneofetch
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: notcurses
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Notcurses
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ncneofetch from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

notcurses 3.0.17-r0

blingful character graphics and TUI library

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apk add notcurses
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: notcurses
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Notcurses
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: notcurses from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

notcurses-dbg 3.0.17-r0

blingful character graphics and TUI library (debug symbols)

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apk add notcurses-dbg
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: notcurses
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Notcurses
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: notcurses-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

notcurses-demo 3.0.17-r0

blingful character graphics and TUI library

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apk add notcurses-demo
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: notcurses
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Notcurses
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: notcurses-demo from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

notcurses-dev 3.0.17-r0

blingful character graphics and TUI library (development files)

https://nick-black.com/dankwiki/index.php/Notcurses

sudo apk add notcurses-dev
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: notcurses
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Notcurses
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: notcurses-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

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