Automic VaultAutomic Vault

brew

Install atool with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, winget

Archival front-end. Version 0.39.0 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install atool

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install atool

MacPorts ports tree · archivers/atool/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add atool

Alpine Linux edge package indexes · atool · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install atool

Debian stable package indexes · atool · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install atool

Fedora Rawhide package metadata · atool · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#atool

nixpkgs package indexes · pkgs/by-name/at/atool/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S atool

Arch Linux sync databases · atool · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install atool

openSUSE Tumbleweed package metadata · atool · source: download.opensuse.org

Windows

Windows Package Managerverified · 92%
winget install --id Intel.ACAT -e

Windows Package Manager source index · Intel.ACAT · source: cdn.winget.microsoft.com

overview

Package summary

Archival front-end

Commands and aliases

  • acat
  • adiff
  • als
  • apack
  • arepack
  • atool
  • aunpack

history

Project history and usage

atool is a Perl command-line front end for archive management. Its command family wraps external archivers behind consistent verbs for extracting, packing, listing, concatenating, diffing, and repacking archives.

Project history

The official Savannah project page describes atool as a script for managing many archive types, including tar, tar+gzip, and zip. The project is administered by Oskar Liljeblad, is listed as non-GNU software on Savannah, and was registered there on 5 July 2005 with production/stable status.

The 0.39.0 release tarball's NEWS file shows a longer pre-Savannah history, with releases documented back to at least 2002 and copyright years beginning in 2001. The 2005 Savannah-era 0.30.0 release added 7-Zip, ALZip, and Debian package support; 0.31.0 quickly followed with a serious adiff symlink-removal bug fix and the arepack command.

Later releases expanded archive support and portability: Cabinet archives in 0.32.0, lzma in 0.34.0, rzip/lrzip/pbzip2 and configurable file-based detection in 0.35.0, xz/lzip in 0.37.0, and plzip, lbzip2, and pigz support in 0.39.0.

Adoption history

atool's adoption comes from its promise to make archive commands predictable. Savannah's project description highlights aunpack's safer extraction behavior: it extracts into a temporary directory first, avoids scattering archive contents, and prevents local files from being overwritten by mistake.

The input package facts show atool packaged across Homebrew, Debian, Ubuntu, Fedora, Alpine, Arch, MacPorts, Nix, and openSUSE. That broad packaging footprint fits a mature Unix utility whose value is not novelty but muscle memory: packagers expose one small Perl script and users get a uniform interface over many archiver binaries.

How it is used

The man page documents separate commands for common operations: `aunpack` extracts, `apack` creates archives, `als` lists, `acat` writes archived files to stdout, `adiff` compares archives, and `arepack` converts between archive formats.

atool detects archive formats by extension unless the user supplies a format, falling back to `file` for difficult cases such as rar-style numeric extensions when configured. Configuration is simple key/value text loaded from hardcoded defaults, `/etc/atool.conf`, then `~/.atoolrc`, with `--config` and `--option` overrides for one-off runs.

Why package nerds care

atool is a classic package-nerd utility: it is small, scriptable, old, and useful because it normalizes other command-line tools rather than replacing them. Its dependencies are the archive programs already found in Unix package sets.

It also has the kind of changelog package maintainers care about. Archive format support, safe extraction semantics, symlink bugs, macOS build fixes, and compression-tool detection are all practical downstream concerns.

Timeline

  • 2001: Earliest copyright year in the official 0.39.0 man page.
  • 2002: NEWS documents atool 0.23.0 and 0.25.0 releases.
  • 2005-07: Savannah project registration and atool 0.30.0 release.
  • 2005-08: atool 0.31.0 fixed a serious adiff symlink-removal bug and added arepack.
  • 2008: 0.35.0 added rzip, lrzip, pbzip2, and more file-identification options.
  • 2009: 0.37.0 added lzip and xz support.
  • 2012: 0.39.0 added plzip, lbzip2, and pigz support.

Related projects

  • atool is conceptually adjacent to libarchive/bsdtar, p7zip, unrar, unzip, tar, gzip, bzip2, xz, and other archiver commands. Unlike libarchive-based tools, atool is a coordinator over external programs.

Sources

  • Official Savannah project page.
  • Official Savannah release index.
  • Official atool 0.39.0 NEWS and atool.1 from release tarball.
  • input source_facts.package-manager.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 1 platform targets.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

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

executables

Installed executables

CommandKindExposureNote
acatcliglobal executable
adiffcliglobal executable
alscliglobal executable
apackcliglobal executable
arepackcliglobal executable
atoolcliglobal executable
aunpackcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version0.39.0
manager updated
local dataok
upstreamnot checked
latest detectednot detected

https://savannah.nongnu.org/projects/atool/

install metadata

Package metadata

Package keybrew:atool
Version0.39.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/atool
Homepagehttps://savannah.nongnu.org/projects/atool/
Repositoryhttps://git.savannah.nongnu.org/cgit/atool.git
Upstream docshttps://savannah.nongnu.org/projects/atool
LicenseGPL-2.0-or-later
Source archivehttps://download.savannah.gnu.org/releases/atool/atool-0.39.0.tar.gz
Bottleavailable (on all)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

atool 0.39.0-14

tool for managing file archives of various types

https://www.nongnu.org/atool/

sudo apt install atool
  • Section: utils
  • Architecture: all
  • 1 dependencies
  • 22 optional deps
  • normalized package name match
  • Matched by: Atool
Debian stable package indexes · deb.debian.org · Debian stable package indexes: atool from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

atool

nix profile install nixpkgs#atool
  • normalized package name match
  • Matched by: Atool
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/at/atool/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

atool 0.39.0-14

tool for managing file archives of various types

https://www.nongnu.org/atool/

sudo apt install atool
  • Section: universe/utils
  • Architecture: all
  • 1 dependencies
  • 22 optional deps
  • normalized package name match
  • Matched by: Atool
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: atool from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

atool 0.39.0-r4

a Perl script for managing file archives of various types

https://nongnu.org/atool/

sudo apk add atool
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: atool
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Atool
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: atool from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

atool-bash-completion 0.39.0-r4

Bash completions for atool

https://nongnu.org/atool/

sudo apk add atool-bash-completion
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: atool
  • normalized package name match
  • Matched by: Atool
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: atool-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

atool-doc 0.39.0-r4

a Perl script for managing file archives of various types (documentation)

https://nongnu.org/atool/

sudo apk add atool-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: atool
  • normalized package name match
  • Matched by: Atool
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: atool-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

atool 0.39.0-38.fc45

A Perl script for managing file archives of various types

https://www.nongnu.org/atool/

sudo dnf install atool
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: atool
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Atool
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: atool from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

atool 0.39.0-10

A script for managing file archives of various types

https://www.nongnu.org/atool

sudo pacman -S atool
  • License: GPL3
  • Architecture: any
  • 2 dependencies
  • 14 optional deps
  • normalized package name match
  • Matched by: Atool
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: atool from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

atool 0.39.0-6.2

Commandline Tool for Managing File Archives of various Types

http://www.nongnu.org/atool/

sudo zypper install atool
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: atool
  • 4 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Atool
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: atool from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

atool

sudo port install atool
  • normalized package name match
  • Matched by: Atool
MacPorts ports tree · api.github.com · MacPorts ports tree: archivers/atool/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
winget92%

Intel.ACAT

winget install --id Intel.ACAT -e
  • installed executable or alias match
  • Matched by: Acat
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Intel.ACAT from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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