Automic VaultAutomic Vault

brew

age mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install age

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install age

MacPorts ports tree · security/age/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add age

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

Debian aptverifiziert · 92%
sudo apt install age

Debian stable package indexes · age · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install age

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

Nixverifiziert · 92%
nix profile install nixpkgs#age

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

Arch Linux pacmanverifiziert · 92%
sudo pacman -S age

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

openSUSE zypperverifiziert · 92%
sudo zypper install age

openSUSE Tumbleweed package metadata · age · Quelle: download.opensuse.org

Windows

Scoopverifiziert · 92%
scoop install extras/age

Scoop official bucket manifest trees · bucket/age.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id FiloSottile.age -e

Windows Package Manager source index · FiloSottile.age · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Simple, modern, secure file encryption

Befehle und Aliase

  • age
  • age-inspect
  • age-keygen
  • age-plugin-batchpass

Verlauf

Projektgeschichte und Nutzung

age is a modern file-encryption tool, file format, and Go library designed around small explicit keys, Unix-style composability, and a deliberately small option surface.

Projektgeschichte

age was designed by Ben Cartwright-Cox and Filippo Valsorda and the public repository was created in May 2019. The README describes it as a simple, modern, secure file encryption tool, format, and Go library with small explicit keys, post-quantum support, no config options, and Unix-style composability.

The first beta releases appeared in December 2019, including a beta named from the floor of 36C3. Release candidates followed in 2021, and age v1.0.0 was published in September 2021. The 1.1.0 release in December 2022 added plugin and YubiKey support, helping turn age from a single CLI into a format with a hardware and plugin ecosystem.

The project continued with v1.2.x in 2024 and v1.3.x in December 2025. The v1.3.0 release was explicitly described upstream as a post-quantum release, matching the README's current positioning of age as a format and tool with post-quantum support.

Adoptionsgeschichte

age became widely packaged for a security CLI. The upstream README lists installation commands for Homebrew, MacPorts, winget, Alpine, Arch, Debian, Fedora, Gentoo, Guix, Nix, openSUSE, Ubuntu, Void, FreeBSD, OpenBSD, Chocolatey, and Scoop, and it asks new packagers for help. The supplied package metadata also records major Linux and Windows package-manager names.

The ecosystem around age includes plugins, alternate implementations, browser/TypeScript work, Passage, and an awesome-age list. That adoption pattern is important: age is not just a command named by package managers, but a small format other tools embed.

Wie es verwendet wird

The canonical CLI flow is `age-keygen -o key.txt`, encryption with `age -r RECIPIENT`, and decryption with `age --decrypt -i key.txt`. The README documents recipient files, identity files, passphrase encryption, SSH public keys as recipients, and stdin/stdout friendly operation for shell pipelines.

age has intentionally no global config file documented by upstream. Instead, users pass identity and recipient files explicitly, which is part of its packaging appeal: the installed binary is portable, scriptable, and easy to compose with tar, password managers, backups, and deployment tooling.

Warum Paket-Nerds sich dafür interessieren

age is the package-manager-friendly successor-shaped tool many users wanted for file encryption: one small CLI, readable key files, no daemon, no keyring requirement, and simple static-ish binary distribution. Its packaging matrix and plugin convention make it a useful case study in how a security format gets from a GitHub repo to distro repositories and operator scripts.

For package nerds, the interesting bit is that age's minimalism is a distribution feature. The same project is a Go module, a command-line binary, a file format specification, and an ecosystem anchor for Rust, TypeScript, YubiKey, Secure Enclave, and password-manager integrations.

Zeitleiste

  • 2019: GitHub repository created.
  • 2019: First beta releases published.
  • 2021: v1.0.0 released.
  • 2022: v1.1.0 released with plugin and YubiKey support.
  • 2024: v1.2.x releases published.
  • 2025: v1.3.0 released with post-quantum support.

Related projects

  • rage is the alternative interoperable Rust implementation named by the age README.
  • typage is the TypeScript implementation named by the age README.
  • age-plugin-yubikey provides hardware PIV token support.
  • age-plugin-se provides Apple Secure Enclave support.
  • awesome-age collects plugins, implementations, tools, and integrations.

Quellen

  • official GitHub releases API
  • official GitHub repository metadata
  • official age specification and man page
  • source_facts.package-manager
  • upstream README

Sicherheitslage

Risikostufe: blue

broad file, network, media, or database tool signal.

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

  • broad file, network, media, or database tool signal

Signale

  • text:encrypt

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 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
agecliglobales Executable
age-inspectcliglobales Executable
age-keygencliglobales Executable
age-plugin-batchpasscliglobales 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-25
Manager-Version1.3.1
Manager aktualisiert2026-07-10
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv1.3.1

https://github.com/FiloSottile/age

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:age
Version1.3.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/age
Homepagehttps://github.com/FiloSottile/age
Repositoryhttps://github.com/FiloSottile/age
Upstream-Dokumentationhttps://age-encryption.org/v1
LizenzBSD-3-Clause
Quellarchivhttps://github.com/FiloSottile/age/archive/refs/tags/v1.3.1.tar.gz
Zuletzt aktualisiert2026-07-10T16:49:54-04:00
Pulseupdated
Build-Abhängigkeitengo
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 Nameage
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

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

Debian apt95%

age 1.2.1-1+b5

simple, modern and secure encryption tool

https://github.com/FiloSottile/age

sudo apt install age
  • Section: utils
  • Architecture: amd64
  • Source Package: age
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Age
Debian stable package indexes · deb.debian.org · Debian stable package indexes: age from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

golang-filippo-age-dev 1.2.1-1

simple, modern and secure encryption tool (Go library)

https://github.com/FiloSottile/age

sudo apt install golang-filippo-age-dev
  • Section: golang
  • Architecture: all
  • Source Package: age
  • normalized package name match
  • Abgeglichen nach: Age
Debian stable package indexes · deb.debian.org · Debian stable package indexes: golang-filippo-age-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

age

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

age 1.1.1-1build1

simple, modern and secure encryption tool

https://github.com/FiloSottile/age

sudo apt install age
  • Section: universe/utils
  • Architecture: amd64
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Age
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: age from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

golang-filippo-age-dev 1.1.1-1build1

simple, modern and secure encryption tool (Go library)

https://github.com/FiloSottile/age

sudo apt install golang-filippo-age-dev
  • Section: universe/golang
  • Architecture: all
  • Source Package: age
  • normalized package name match
  • Abgeglichen nach: Age
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: golang-filippo-age-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

age 1.3.1-r5

Simple, modern and secure encryption tool

https://github.com/FiloSottile/age

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

age-doc 1.3.1-r5

Simple, modern and secure encryption tool (documentation)

https://github.com/FiloSottile/age

sudo apk add age-doc
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: age
  • normalized package name match
  • Abgeglichen nach: Age
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: age-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

age 1.3.1-4.fc44

Simple, modern and secure encryption tool

https://github.com/FiloSottile/age

sudo dnf install age
  • License: BSD-3-Clause AND (0BSD OR CC0-1.0 OR Unlicense)
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: age
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Age
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: age from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

age 1.3.1-1

A simple, modern and secure file encryption tool

https://github.com/FiloSottile/age

sudo pacman -S age
  • License: BSD-3-Clause
  • Architecture: x86_64
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Age
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: age from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

age 1.3.0-1.4

A file encryption tool

https://github.com/FiloSottile/age

sudo zypper install age
  • License: BSD-3-Clause
  • Category: Productivity/Networking/Security
  • Architecture: x86_64
  • Source Package: age
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Age
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: age from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

age

sudo port install age
  • normalized package name match
  • Abgeglichen nach: Age
MacPorts ports tree · api.github.com · MacPorts ports tree: security/age/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

extras/age

scoop install extras/age
  • normalized package name match
  • Abgeglichen nach: Age
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/age.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
winget95%

FiloSottile.age

winget install --id FiloSottile.age -e
  • normalized package name match
  • Abgeglichen nach: Age
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: FiloSottile.age from https://cdn.winget.microsoft.com/cache/source.msix

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