Automic VaultAutomic Vault

brew

agedu を Homebrew, apt, dnf, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install agedu

local Homebrew formula metadata

Linux

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

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

Fedora dnf確認済み · 92%
sudo dnf install agedu

Fedora Rawhide package metadata · agedu · ソース: dl.fedoraproject.org

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

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

概要

パッケージ概要

Unix utility for tracking down wasted disk space

履歴

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

agedu is Simon Tatham's Unix disk-usage analyzer that combines du-style size accounting with last-access times, helping users find large old data that is more likely to be safe to delete or archive.

プロジェクトの歴史

agedu comes from Simon Tatham's long-running Unix utility collection. Its official page introduces it as a Unix utility for tracking down wasted disk space, motivated by the limitation that ordinary `du` finds large directories but not necessarily stale ones.

The project page says agedu works for the author and has had a small amount of beta testing, and asks for reports from users scanning particularly large data sets. The same page points to the current source archive, a Git clone URL, and a web browser for the development repository.

採用の歴史

agedu is packaged beyond its upstream tarball: the supplied package metadata lists Homebrew, Debian, Fedora, Nix, and Ubuntu packages. That packaging spread makes sense for a portable Unix C utility whose primary competition is the standard `du` plus ad hoc shell commands.

The upstream page also provides a Windows scan-only helper that emits data suitable for loading into agedu on Unix, showing that its adoption niche includes mixed environments even though the main program is not a native Windows port.

使われ方

A typical run scans a tree with `agedu -s /path`, builds an `agedu.dat` index, then serves a local web interface with `agedu -w` or produces text reports with `agedu -t`. The man page also documents dump/load modes for moving scan data between machines or architectures.

The official documentation repeatedly emphasizes that agedu does not prove data is unwanted; it highlights promising cleanup targets by coloring or filtering disk usage by access age.

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

agedu is a classic sysadmin package: small, old-school, one binary, local HTML output, and designed to answer a question that `du` cannot quite answer. It is useful package-manager material because it extends a ubiquitous Unix workflow without adding a service or desktop dependency.

Its default index file, local-only web server, restrictive index permissions, and CGI mode are also very Unix: compose files, text dumps, local HTTP, and admin-controlled deployment rather than a centralized storage product.

タイムライン

  • 2000s: agedu published on Simon Tatham's site as a Unix disk cleanup utility.
  • 2026: Official page last modified and current source archive published as agedu-20260410.3622eda.tar.gz.

Related projects

  • du is the standard Unix baseline agedu extends with access-time analysis.
  • ageduscan.exe is the upstream Windows scan-only helper for producing dump files loadable by agedu.

ソース

  • official agedu homepage
  • official agedu manpage
  • source_facts.package-manager

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
ageducliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-07-08
マネージャ版20260410
マネージャ更新日2026-04-11
ローカルデータOK
上流not checked
検出された最新未検出

https://www.chiark.greenend.org.uk/~sgtatham/agedu/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:agedu
バージョン20260410
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/agedu
ホームページhttps://www.chiark.greenend.org.uk/~sgtatham/agedu/
リポジトリhttps://git.tartarus.org/?p=simon%2Fagedu.git
上流ドキュメントhttps://www.chiark.greenend.org.uk/~sgtatham/agedu
ライセンスMIT
ソースアーカイブhttps://www.chiark.greenend.org.uk/~sgtatham/agedu/agedu-20260410.3622eda.tar.gz
最終更新2026-04-11T16:59:23Z
Pulseupdated
ビルド依存関係cmake
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

agedu 20211129.8cd63c5-1

Unix utility for tracking down wasted disk space

https://www.chiark.greenend.org.uk/~sgtatham/agedu/

sudo apt install agedu
  • Section: utils
  • Architecture: amd64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Agedu
Debian stable package indexes · deb.debian.org · Debian stable package indexes: agedu from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

agedu

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

agedu 20211129.8cd63c5-1

Unix utility for tracking down wasted disk space

https://www.chiark.greenend.org.uk/~sgtatham/agedu/

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

agedu 0-35.20200705.2a7d4a2.fc44

An utility for tracking down wasted disk space

http://www.chiark.greenend.org.uk/~sgtatham/agedu/

sudo dnf install agedu
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: agedu
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Agedu
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: agedu from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

ソース経路

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

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

使用ソース

  • 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