# Install tox with Homebrew, apt, dnf, pacman, zypper

Generic Python virtualenv management and test command-line tool. Version 4.56.2 via Homebrew; verified 2026-07-08.

## Install

```sh
sudo av install brew:tox
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install tox
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install tox
```

  Evidence: Debian stable package indexes: tox from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install tox
```

  Evidence: Fedora Rawhide package metadata: tox from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S toxcore
```

  Evidence: Arch Linux sync databases: toxcore from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install python313-tox
```

  Evidence: openSUSE Tumbleweed package metadata: python313-tox from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:tox
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/tox>
- **Version:** 4.56.2
- **Source summary:** Generic Python virtualenv management and test command-line tool
- **Homepage:** <https://tox.wiki/en/latest/>
- **Repository:** <https://github.com/tox-dev/tox>
- **Upstream docs:** <https://github.com/tox-dev/tox#readme>
- **License:** MIT
- **Source archive:** <https://files.pythonhosted.org/packages/a4/be/0a4370df64b4610c653482dd55e0a6818fa31c551fce7659c253e3668638/tox-4.56.2.tar.gz>
- **Last updated:** 2026-07-08T03:51:52Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- tox (cli)
- tox (alias)

## Dependencies

- python@3.14

## Install behavior

- Post-install hook: not defined
- Bottle: available on all

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 4.56.2
- Package-manager updated: 2026-07-08
- Local data: ok
- Upstream repository: https://tox.wiki/en/latest/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

tox is a Python automation tool for creating isolated environments, installing a project under test, and running commands such as test suites, linters, and packaging checks across environment matrices.

### Project history

The tox documentation describes modern tox as the second implementation of the project. The first implementation ran from version 0.5 through the 3.x series; version 4.0.0a1 began a complete rewrite, and the public 4.0.0 release followed in December 2022.

The project presents itself as part of a larger Python packaging and testing workflow alongside pytest and devpi. Its README emphasizes standardizing the packaging, testing, and release process, not merely launching test commands.

### Adoption history

tox became common in Python package maintenance because it solved a recurring packaging problem: checking that a package builds and installs correctly under multiple Python versions, interpreters, dependency sets, and CI environments from one local configuration.

The Homebrew source facts show tox packaged not only for Homebrew but also for Debian, Ubuntu, Fedora/dnf, Arch/pacman, and openSUSE/zypper. That cross-distribution packaging mirrors its long-standing role as a default developer tool for Python maintainers.

### How it is used

A typical tox project declares environments and commands in tox configuration, then runs `tox` locally or in CI. tox creates isolated virtual environments, installs dependencies and the package under test, and invokes the configured commands for each environment.

The current docs also document plugin extension points and companion plugins such as tox-uv, where tox remains the orchestration layer while another backend supplies environment creation or package installation behavior.

### Why package nerds care

For package nerds, tox is one of the canonical Python packaging test tools: it turns the install-test cycle into a reproducible command, catches packaging mistakes before release, and lets maintainers run the same environment matrix locally that CI will run remotely.

Its importance is not just testing but package metadata hygiene. By forcing the package to install into clean environments before tests run, tox catches missing dependencies, broken build configuration, and environment assumptions that ordinary in-tree test runs can hide.

### Timeline

- 2010: PyPI records tox 0.5, the start of the first numbered implementation line noted by the tox changelog.
- 2022: tox 4.0.0 released after the complete rewrite documented in the tox changelog.
- 2026: tox 4.x remains active, with the latest docs listing regular 4.5x releases and plugin/onboarding documentation.

### Related projects

- The tox README explicitly places tox alongside pytest and devpi in Python packaging and release workflows.
- tox-uv, tox-conda, and tox-docker are examples of ecosystem plugins that extend tox's environment runner or test orchestration model.

### Sources

- <https://github.com/tox-dev/tox#readme>
- <https://pypi.org/pypi/tox/json>
- <https://tox.wiki/en/latest/changelog.html>
- <https://tox.wiki/en/latest/config.html>
- source_facts.package-manager


## Security Notes

No matching local secret-handling manifest was found for tox. Nucleus package metadata is still published here so future coverage has a stable package URL.



## 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

- Unix: tox.toml, pyproject.toml, tox.ini, setup.cfg
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** tox
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Debian apt - tox - 4.25.0-1: normalized package name match | Debian stable package indexes: tox from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | virtualenv-based automation of test activities | https://tox.wiki/
- Ubuntu apt - tox - 4.13.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: tox from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | virtualenv-based automation of test activities | https://tox.wiki/
- dnf - tox - 4.53.1-2.fc45: normalized package name match | Fedora Rawhide package metadata: tox from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Virtualenv-based automation of test activities | https://tox.readthedocs.io/
- pacman - toxcore - 1:0.2.22-2: normalized package name match | Arch Linux sync databases: toxcore from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Secure, configuration-free, P2P Skype replacement backend | https://tox.chat
- zypper - python313-tox - 4.34.1-1.4: normalized package name match | openSUSE Tumbleweed package metadata: python313-tox from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Virtualenv-based automation of test activities | https://github.com/tox-dev/tox


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [python@3.14](https://www.automicvault.com/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [nox](https://www.automicvault.com/pkg/brew/nox/) - Shares av.db curated category or tags: automation, ci, cli, developer-tools, python.
- [robot-framework](https://www.automicvault.com/pkg/brew/robot-framework/) - Shares av.db curated category or tags: automation, cli, developer-tools, python, testing.
- [tmt](https://www.automicvault.com/pkg/brew/tmt/) - Shares av.db curated category or tags: automation, cli, developer-tools, python, testing.
- [cargo-nextest](https://www.automicvault.com/pkg/brew/cargo-nextest/) - Shares av.db curated category or tags: ci, cli, developer-tools, testing.
- [chart-testing](https://www.automicvault.com/pkg/brew/chart-testing/) - Shares av.db curated category or tags: ci, cli, developer-tools, testing.
- [clitest](https://www.automicvault.com/pkg/brew/clitest/) - Shares av.db curated category or tags: automation, cli, developer-tools, testing.
- [flank](https://www.automicvault.com/pkg/brew/flank/) - Shares av.db curated category or tags: ci, cli, developer-tools, testing.
- [gcovr](https://www.automicvault.com/pkg/brew/gcovr/) - Shares av.db curated category or tags: cli, developer-tools, python, testing.

## Combined YAML source

View the package source record on GitHub. [combined/tox.yml](https://github.com/automic-vault/db/blob/main/combined/tox.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
