pkg.soopen package index

brew / 順位 3609

tup を Homebrew, apk, apt, MacPorts, Nix, pacman, zypper, scoop でインストール

tup のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install tup

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install tup

MacPorts ports tree · devel/tup/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add tup

Alpine Linux edge package indexes · tup · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install tup

Debian stable package indexes · tup · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#tup

nixpkgs package indexes · pkgs/by-name/tu/tup/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S tup

Arch Linux sync databases · tup · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install tup

openSUSE Tumbleweed package metadata · tup · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install main/tup

Scoop official bucket manifest trees · bucket/tup.json · ソース: api.github.com

概要

パッケージ概要

File-based build system

コマンドとエイリアス

  • tup

履歴

プロジェクトの歴史と使われ方

tup is a file-based build system that models a project as changed files plus a directed acyclic graph, then updates only the outputs affected by those changes.

プロジェクトの歴史

tup was published as an alternative to traditional build tools whose rebuild cost depends heavily on scanning files and manually maintained dependencies. The official README and homepage describe it as a build system for Linux, macOS, and Windows that takes a list of file changes and a DAG, then executes the commands needed to update dependent files with very little overhead.

The project has been public on GitHub since 2011, but its official site keeps the older research-oriented framing alive: the navigation links to the manual, examples, Make-vs-tup comparisons, a Lua parser, and the Build System Rules and Algorithms PDF. The manual presents `tup` as the primary command, `tup init` as the creator of the `.tup` database, and Tupfiles as the place where projects describe how source files become outputs.

Unlike build front ends such as CMake, tup is itself the dependency-tracking updater. Its manual emphasizes that it has no domain-specific knowledge: C, generated files, and other build products are expressed through Tupfiles, while tup handles the graph, changed-file detection, parallel jobs, environment checking, and optional file monitoring.

採用の歴史

tup remained a specialist build-system choice rather than a universal default, but it achieved unusually broad package-manager coverage for a niche developer tool. The supplied package metadata lists packages in apk, Homebrew, Debian, MacPorts, Nix, pacman, Scoop, Ubuntu, and zypper.

Its adoption history is tied to developers who care about exact incremental builds, generated dependency graphs, and avoiding unnecessary work. The official manual's examples and comparisons position tup in the same conversation as Make-like tools, but with a stronger focus on automatic dependency knowledge and fast no-op updates.

使われ方

In day-to-day use, a developer initializes a tup hierarchy with `.tup` or a root `Tupfile.ini`, writes `Tupfile` rules, and runs `tup` to bring outputs up to date. The manual notes that `tup` can be run from anywhere in the hierarchy and will update requested outputs or the whole project.

For package-manager users, tup is a compact CLI that installs beside compilers and editors. It is often evaluated by people who are already dissatisfied with Makefile dependency drift or build-system scans, and who are comfortable adopting a declarative graph-oriented build workflow.

パッケージ好きにとっての重要性

tup matters in the package-nerd niche because it is a long-lived, packaged build-system experiment with a clear thesis: rebuild correctness and speed should come from the updater knowing the file graph, not from every project hand-maintaining perfect dependency lists.

It is also a useful package-index signal for build-tool archaeology. Seeing tup in Homebrew, Linux distributions, Nix, Scoop, and other managers marks it as a tool that remained interesting enough for cross-platform packagers even without becoming the dominant build system.

タイムライン

  • 2011: Official GitHub repository created.
  • 2011: Early v0.1 tag recorded in the official GitHub tag list.
  • 2024: Official manual page updated date shows continued maintenance of command documentation.
  • 2026: GitHub repository metadata shows recent activity and continued public maintenance.

Related projects

  • Make
  • Ninja
  • CMake
  • SCons
  • redo
  • Lua

ソース

セキュリティ状態

リスクレベル: yellow

generalized runtime or code generation signal.

リスク分類器

リスク yellow · 信頼度 中 · runtime

理由

  • generalized runtime or code generation signal

信号

  • text:build system

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
TupfileTupfile.ini.tup/

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
tup実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版0.8
マネージャ更新日
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:tup
バージョン0.8
パッケージマネージャHomebrew
ホームページhttps://gittup.org/tup/
リポジトリhttps://github.com/gittup/tup
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

tup 0.8-1+b1

fast build system

https://gittup.org/tup

sudo apt install tup
  • Section: devel
  • Architecture: amd64
  • Source Package: tup
  • 6 依存関係
  • normalized package name match
  • 一致条件: Tup
Debian stable package indexes · deb.debian.org · Debian stable package indexes: tup from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

tup

nix profile install nixpkgs#tup
  • normalized package name match
  • 一致条件: Tup
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/tu/tup/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

tup 0.7.11-4

fast build system

http://gittup.org/tup

sudo apt install tup
  • Section: universe/devel
  • Architecture: amd64
  • 6 依存関係
  • normalized package name match
  • 一致条件: Tup
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: tup from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

tup 0.7.11-r1

A file-based build system

http://gittup.org/tup

sudo apk add tup
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: tup
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Tup
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: tup from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

tup-doc 0.7.11-r1

A file-based build system (documentation)

http://gittup.org/tup

sudo apk add tup-doc
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: tup
  • normalized package name match
  • 一致条件: Tup
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: tup-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

tup-vim 0.7.11-r1

tup (vim syntax)

http://gittup.org/tup

sudo apk add tup-vim
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: tup
  • normalized package name match
  • 一致条件: Tup
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: tup-vim from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

tup 0.8-4

A fast, file-based build system

http://gittup.org/tup/index.html

sudo pacman -S tup
  • License: GPL-2.0-only
  • Architecture: x86_64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Tup
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: tup from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

tup 0.8-1.11

File-based build system

http://gittup.org/tup/

sudo zypper install tup
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: tup
  • 5 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Tup
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: tup from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

tup-doc 0.8-1.11

Documentation for tup

http://gittup.org/tup/

sudo zypper install tup-doc
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: tup
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Tup
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: tup-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

tup

sudo port install tup
  • normalized package name match
  • 一致条件: Tup
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/tup/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/tup

scoop install main/tup
  • normalized package name match
  • 一致条件: Tup
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/tup.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation