🍺 BREW Explorer

← all formulae

age

brew install age v1.3.1 BSD-3-Clause

Modern file encryption tool written in Go with small keys, post-quantum support, and UNIX composability.

Why you might care

age replaces gpg for everyday file encryption with a simpler, more auditable design—no config knobs, smaller key format, and pipeline-friendly stdin/stdout. It's a single binary, actively maintained, and designed for post-quantum resistance. Use it to encrypt backups, secrets, or archives with minimal cognitive overhead.

Categories

Alternatives

gpg openssl libsodium
3.8k
30-day installs · #714
13.0k
90-day · #705
42.7k
365-day · #743
22.6k
★ GitHub stars · updated 3mo ago

Build dependencies

go

GitHub topics

age-encryption built-at-rc

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "gpg",
    "openssl",
    "libsodium"
  ],
  "build_dependencies": [
    "go"
  ],
  "categories": [
    "encryption",
    "security",
    "file-utility"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Simple, modern, secure file encryption",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:35:19+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "age",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-03-20T21:12:32Z",
  "github_readme_excerpt": "\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/FiloSottile/age/blob/main/logo/logo_white.svg\"\u003e\n        \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/FiloSottile/age/blob/main/logo/logo.svg\"\u003e\n        \u003cimg alt=\"The age logo, a wireframe of St. Peters dome in Rome, with the text: age, file encryption\" width=\"600\" src=\"https://github.com/FiloSottile/age/blob/main/logo/logo.svg\"\u003e\n    \u003c/picture\u003e\n\u003c/p\u003e\n\n[![Go Reference](https://pkg.go.dev/badge/filippo.io/age.svg)](https://pkg.go.dev/filippo.io/age)\n[![man page](\u003chttps://img.shields.io/badge/age(1)-man%20page-lightgrey\u003e)](https://filippo.io/age/age.1)\n[![C2SP specification](https://img.shields.io/badge/%C2%A7%23-specification-blueviolet)](https://age-encryption.org/v1)\n\nage is a simple, modern and secure file encryption tool, format, and Go library.\n\nIt features small explicit keys, post-quantum support, no config options, and UNIX-style composability.\n\n```\n$ age-keygen -o key.txt\nPublic key: age1ql3z7hjy54pw3hyww5ayyfg7zqgvc7w3j2elw8zmrj2kg5sfn9aqmcac8p\n$ tar cvz ~/data | age -r age1ql3z7hjy54pw3hyww5ayyfg7zqgvc7w3j2elw8zmrj2kg5sfn9aqmcac8p \u003e data.tar.gz.age\n$ age --decrypt -i key.txt data.tar.gz.age \u003e data.tar.gz\n```\n\n\ud83d\udcdc The format specification is at [age-encryption.org/v1](https://age-encryption.org/v1). age was designed by [@benjojo](https://github.com/benjojo) and [@FiloSottile](https://github.com/FiloSottile).\n\n\ud83e\udd80 An alternative interoperable Rust implementation is available at [github.com/str4d/rage](https://github.com/str4d/rage).\n\n\ud83c\udf0d [Typage](https://github.com/FiloSottile/typage) is a TypeScript implementation. It works in the browser, Node.js, Deno, and Bun.\n\n\ud83d\udd11 Hardware PIV tokens such as YubiKeys are supported through the [age-plugin-yubikey](https://github.com/str4d/age-plugin-yubikey) plugin.\n\n\u2728 For more plugins, implementations, tools, and integrations, check out the [awesome age](https://github.com/FiloSottile/awesome-",
  "github_repo": "FiloSottile/age",
  "github_stars": 22648,
  "github_topics": [
    "age-encryption",
    "built-at-rc"
  ],
  "homepage": "https://github.com/FiloSottile/age",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 3826,
  "installs_365d": 42723,
  "installs_90d": 13033,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "BSD-3-Clause",
  "llm_generated_at": "2026-06-20T23:46:35+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "age",
  "oldnames": [],
  "one_liner": "Modern file encryption tool written in Go with small keys, post-quantum support, and UNIX composability.",
  "optional_dependencies": [],
  "rank_30d": 714,
  "rank_365d": 743,
  "rank_90d": 705,
  "raw_hash": "1a2cf51126e24978",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/a/age.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "1.3.1",
  "versioned_formulae": [],
  "why_use_this": "age replaces gpg for everyday file encryption with a simpler, more auditable design\u2014no config knobs, smaller key format, and pipeline-friendly stdin/stdout. It\u0027s a single binary, actively maintained, and designed for post-quantum resistance. Use it to encrypt backups, secrets, or archives with minimal cognitive overhead."
}