macOS
brew install notcurseslocal Homebrew formula metadata
sudo port install notcursesMacPorts ports tree · devel/notcurses/Portfile · ソース: api.github.com
brew
notcurses のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install notcurseslocal Homebrew formula metadata
sudo port install notcursesMacPorts ports tree · devel/notcurses/Portfile · ソース: api.github.com
sudo apk add notcursesAlpine Linux edge package indexes · notcurses · ソース: dl-cdn.alpinelinux.org
sudo dnf install notcursesFedora Rawhide package metadata · notcurses · ソース: dl.fedoraproject.org
nix profile install nixpkgs#notcursesnixpkgs package indexes · pkgs/by-name/no/notcurses/package.nix · ソース: api.github.com
sudo pacman -S notcursesArch Linux sync databases · notcurses · ソース: geo.mirror.pkgbuild.com
sudo apt install libnotcurses++-devUbuntu 24.04 LTS package indexes · libnotcurses++-dev · ソース: archive.ubuntu.com
sudo zypper install libnotcurses++3openSUSE Tumbleweed package metadata · libnotcurses++3 · ソース: download.opensuse.org
概要
Blingful character graphics/TUI library
履歴
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.
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.
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.
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.
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.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ncls | cli | グローバル実行可能ファイル | |
ncneofetch | cli | グローバル実行可能ファイル | |
ncplayer | cli | グローバル実行可能ファイル | |
nctetris | cli | グローバル実行可能ファイル | |
notcurses-demo | cli | グローバル実行可能ファイル | |
notcurses-info | cli | グローバル実行可能ファイル | |
notcurses-input | cli | グローバル実行可能ファイル | |
tfman | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/dankamongmen/notcurses
インストールメタデータ
| パッケージキー | brew:notcurses |
|---|---|
| バージョン | 3.0.17 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/notcurses |
| ホームページ | https://nick-black.com/dankwiki/index.php/Notcurses |
| リポジトリ | https://github.com/dankamongmen/notcurses |
| 上流ドキュメント | https://github.com/dankamongmen/notcurses#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/dankamongmen/notcurses/archive/refs/tags/v3.0.17.tar.gz |
| 依存関係 | ffmpeg, libdeflate, libunistring, ncurses |
| ビルド依存関係 | cmake, doctest, pandoc, pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | notcurses |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
notcurses
nix profile install nixpkgs#notcurseslibnotcurses++-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++-devlibnotcurses++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++3libnotcurses-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-devlibnotcurses-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-core3libnotcurses-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-devlibnotcurses3 3.0.7+dfsg.1-1ubuntu5
Character graphics and TUI library
https://nick-black.com/dankwiki/index.php/Notcurses
sudo apt install libnotcurses3notcurses-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-binnotcurses-data 3.0.7+dfsg.1-1ubuntu5
Multimedia used by notcurses-bin
https://nick-black.com/dankwiki/index.php/Notcurses
sudo apt install notcurses-datapython3-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-notcursesncls 3.0.17-r0
blingful character graphics and TUI library
https://nick-black.com/dankwiki/index.php/Notcurses
sudo apk add nclsncneofetch 3.0.17-r0
blingful character graphics and TUI library
https://nick-black.com/dankwiki/index.php/Notcurses
sudo apk add ncneofetchnotcurses 3.0.17-r0
blingful character graphics and TUI library
https://nick-black.com/dankwiki/index.php/Notcurses
sudo apk add notcursesnotcurses-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-dbgnotcurses-demo 3.0.17-r0
blingful character graphics and TUI library
https://nick-black.com/dankwiki/index.php/Notcurses
sudo apk add notcurses-demonotcurses-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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.