macOS
brew install hatchlocal Homebrew formula metadata
sudo port install hatchMacPorts ports tree · python/hatch/Portfile · source: api.github.com
brew
Modern, extensible Python project management. Version 1.17.0 via Homebrew; verified 2026-06-03.
install
brew install hatchlocal Homebrew formula metadata
sudo port install hatchMacPorts ports tree · python/hatch/Portfile · source: api.github.com
sudo apk add hatchAlpine Linux edge package indexes · hatch · source: dl-cdn.alpinelinux.org
sudo dnf install hatchFedora Rawhide package metadata · hatch · source: dl.fedoraproject.org
nix profile install nixpkgs#hatchnixpkgs package indexes · pkgs/by-name/ha/hatch/package.nix · source: api.github.com
scoop install main/hatchScoop official bucket manifest trees · bucket/hatch.json · source: api.github.com
winget install --id PyPA.Hatch -eWindows Package Manager source index · PyPA.Hatch · source: cdn.winget.microsoft.com
overview
Modern, extensible Python project management
history
Hatch is a modern, extensible Python project manager under the PyPA organization. It packages project creation, build backend integration, environment management, testing, static analysis, versioning, publishing, Python distribution management, and script running behind one CLI.
Its history is tied to Python's move toward pyproject.toml-centered packaging. Hatch and Hatchling give package authors a standards-compliant build backend plus a workflow tool, making it a notable entry in the post-setup.py packaging era.
The Hatch history page records version 1.0.0 on 2022-04-28 as the first stable release of Hatch v1 and a complete rewrite. The adjacent Hatchling history records 0.24.0 on the same date as the initial public release of the Hatchling build system, establishing the split between the user-facing Hatch CLI and the build backend.
The 1.1.0 history entry says project metadata was updated to reflect adoption by PyPA and production stability. That matters historically because PyPA ownership placed Hatch among the packaging tools documented and maintained in the Python packaging ecosystem rather than as only an individual project.
Later history entries show Hatch broadening from packaging and environments into batteries-included project operations: publishing confirmation and index plugins, virtual-environment storage and plugin APIs, automatic Python distribution downloads, test commands, static analysis defaults, standalone binaries through PyApp, UV support, dependency groups, workspaces, and PEP 751 lockfile commands.
Hatch adoption came from Python projects that wanted a single pyproject.toml-native workflow for building, testing, versioning, environment scripts, and publishing. Its README presents standardized builds, reproducible builds by default, environment management, Python management, test execution, static analysis, script running, publishing, version management, and project generation as first-class features.
The build documentation emphasizes that Hatch complies with modern Python packaging specifications and that other tools can consume projects using Hatch as a build backend. This is central to adoption: projects can use Hatchling while still interoperating with pip, tox, cibuildwheel, PyPI, and other packaging tools.
Package-manager adoption reflects that dual role. Homebrew and other OS package managers distribute the hatch CLI, while Python packaging itself consumes Hatchling through build-system requirements in pyproject.toml.
Typical CLI workflows include hatch new, hatch build, hatch publish, hatch version, hatch run, hatch env commands, hatch test, and Hatch-managed Python or environment operations. Configuration lives in user config files plus pyproject.toml or hatch.toml project tables.
As a build backend, Hatchling is declared in pyproject.toml with build-system.requires and build-backend. As a workflow manager, Hatch creates and runs named environments, executes scripts, builds distributions, and coordinates publishing without forcing all projects to abandon other tools in the packaging ecosystem.
Hatch is significant because it bundles several trends in Python packaging: pyproject.toml configuration, backend/front-end separation, reproducible builds, environment automation, plugin hooks, and standards-based metadata. It is not just a build backend and not just a virtualenv wrapper.
For package nerds, Hatchling's small build-backend role is as important as the hatch CLI. A project can depend on Hatchling for wheel and sdist creation while developers use Hatch for environments, scripts, tests, versions, and publishing.
The changelog also tracks the moving Python packaging target: Python version support drops, metadata version updates, SBOM support, dependency groups, UV integration, lockfiles, PyPI telemetry user agents, and workspace concepts all appear as the ecosystem evolves.
security posture
No matching local secret-handling manifest was found for hatch. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
~/Library/Application Support/hatch/config.toml$XDG_CONFIG_HOME/hatch/config.toml~/.config/hatch/config.toml%USERPROFILE%\AppData\Local\hatch\config.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
hatch | cli | global executable |
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.
install metadata
| Package key | brew:hatch |
|---|---|
| Version | 1.17.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/hatch |
| Homepage | https://hatch.pypa.io/latest/ |
| Repository | https://github.com/pypa/hatch |
| Upstream docs | https://hatch.pypa.io/latest |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/e4/0c/7ae1ace8d19f36624cfbbffe227169d670805f8a50a20ce65a4be14c2924/hatch-1.17.0.tar.gz |
| Last updated | 2026-06-03T03:34:53Z |
| Pulse | updated |
| Dependencies | certifi, cryptography, python@3.14, uv |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hatch |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
hatch
nix profile install nixpkgs#hatchhatch 1.16.3-r1
Modern, extensible Python project management
sudo apk add hatchhatch-pyc 1.16.3-r1
Precompiled Python bytecode for hatch
sudo apk add hatch-pychatch 1.17.0-2.fc45
A modern project, package, and virtual env manager
sudo dnf install hatchhatch
sudo port install hatchmain/hatch
scoop install main/hatchPyPA.Hatch
winget install --id PyPA.Hatch -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.