Automic VaultAutomic Vault

brew

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install aptly

local Homebrew formula metadata

Linux

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

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

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

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

概要

パッケージ概要

Swiss army knife for Debian repository management

履歴

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

aptly is a Debian repository management tool for mirroring, snapshotting, publishing, and serving apt repositories. Its central idea is repeatable package environments through immutable snapshots and controlled repository changes.

プロジェクトの歴史

The official aptly overview defines the project around repeatability and controlled changes in package environments. It models repositories as mirrors, local repos, snapshots, and published repositories that apt clients can consume.

aptly matured from a CLI-oriented repository tool into a broader repository-management service. Its documentation covers command groups for mirrors, repos, snapshots, packages, publishing, serving, and a REST API, while later releases added storage backends, API endpoints, concurrency fixes, and support for modern repository metadata.

Release history shows the project continuing well beyond its early 1.x line. Version 1.6.0 added large repository and API capabilities such as YAML config defaults, swagger API documentation, etcd database support, Azure storage support, multi-distribution publishing, and improved mirroring. Version 1.6.3 added GCS, Artifactory, AppStream mirror support, multiple GPG keys, and reproducible-build support.

採用の歴史

aptly is adopted by teams that need more than a static apt directory but less than a full distribution archive infrastructure. It is common in CI/CD, appliance, internal repository, and staged-rollout workflows where the exact set of .deb packages must be reproducible.

The supplied metadata records Homebrew, Debian, Ubuntu, and Nix packaging. That cross-environment packaging matters because repository publishers are often run from build hosts, release machines, or CI containers rather than only on Debian servers.

使われ方

Operators create mirrors of remote repositories, create local repositories for custom packages, take immutable snapshots, filter or merge snapshots, then publish a snapshot or local repo under a distribution/prefix for apt clients.

Configuration is JSON by default and loaded from ~/.aptly.conf or /etc/aptly.conf unless overridden with -config. The same config can define rootDir storage, dependency behavior, GPG behavior, filesystem publishing endpoints, S3 endpoints, Swift endpoints, logging, metrics, and API serving behavior.

The REST API makes aptly useful as infrastructure plumbing: release jobs can upload packages, create snapshots, switch published repositories, and expose deterministic repository states to fleets.

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

aptly is beloved package-nerd territory because it exposes the moving parts of apt repository management: Packages files, pools, signatures, snapshots, mirrors, publication, and rollback. It turns repository state into named objects you can reason about and automate.

Its snapshot model is the key significance. APT normally consumes the current state of a repository; aptly lets maintainers freeze and publish exact package sets, which is the difference between 'upgrade from whatever the mirror has today' and 'deploy this tested repository state'.

It also bridges old Debian archive concepts with modern infrastructure expectations: API control, cloud storage backends, CI-friendly publishing, and reproducibility.

タイムライン

  • 2017: aptly 1.1.x tags show the early 1.x line and package-pool layout changes.
  • 2019: aptly 1.4.0 release line continues storage and repository maintenance work.
  • 2022: aptly 1.5.0 release moves artifact handling away from Bintray-era infrastructure.
  • 2024: aptly 1.6.0 adds YAML config defaults, swagger API docs, etcd support, Azure storage, and multi-distribution publishing.
  • 2026: aptly 1.6.3 adds GCS and Artifactory publishing, AppStream mirror support, multiple GPG keys, and reproducible-build support.

Related projects

  • APT is the client-side package manager that consumes aptly-published repositories.
  • dpkg and Debian package metadata define the .deb files and repository indexes aptly manipulates.
  • GnuPG is central to signing and verifying published apt repository metadata.

セキュリティ状態

リスクレベル: グリーン

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 件のビルド依存関係があります。

推奨レビュー

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

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
~/.aptly.conf/etc/aptly.conf

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-08
マネージャ版1.6.3
マネージャ更新日2026-06-25
ローカルデータOK
上流最新
検出された最新v1.6.3

https://github.com/aptly-dev/aptly

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:aptly
バージョン1.6.3
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/aptly
ホームページhttps://www.aptly.info/
リポジトリhttps://github.com/aptly-dev/aptly
上流ドキュメントhttps://www.aptly.info/doc/api
ライセンスMIT
ソースアーカイブhttps://github.com/aptly-dev/aptly/archive/refs/tags/v1.6.3.tar.gz
最終更新2026-06-25T12:05:28Z
Pulseupdated
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameaptly
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%

aptly 1.6.1+ds1-3

Swiss army knife for Debian repository management - main package

https://www.aptly.info

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

aptly-api 1.6.1+ds1-3

Swiss army knife for Debian repository management - API

https://www.aptly.info

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

aptly

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

aptly 1.5.0+ds1-2

Swiss army knife for Debian repository management - main package

https://www.aptly.info

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

aptly-api 1.5.0+ds1-2

Swiss army knife for Debian repository management - API

https://www.aptly.info

sudo apt install aptly-api
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: aptly
  • 2 依存関係
  • normalized package name match
  • 一致条件: Aptly
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: aptly-api from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

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

このページは 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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment