Automic VaultAutomic Vault

brew

使用 Homebrew, apk, dnf, MacPorts, Nix, scoop, winget 安装 hatch

查看 hatch 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install hatch

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install hatch

MacPorts ports tree · python/hatch/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add hatch

Alpine Linux edge package indexes · hatch · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install hatch

Fedora Rawhide package metadata · hatch · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#hatch

nixpkgs package indexes · pkgs/by-name/ha/hatch/package.nix · 来源: api.github.com

Windows

Scoop已验证 · 92%
scoop install main/hatch

Scoop official bucket manifest trees · bucket/hatch.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id PyPA.Hatch -e

Windows Package Manager source index · PyPA.Hatch · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Modern, extensible Python project management

命令和别名

  • hatch

历史

项目历史与用法

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.

时间线

  • 2022-04-28: Hatch 1.0.0 shipped as the first stable v1 release and complete rewrite; Hatchling 0.24.0 shipped as the initial public build-system release.
  • 2022-05-12: Hatch 1.1.0 updated project metadata to reflect PyPA adoption and production stability.
  • 2023: Hatch added and refined publishing, virtual environment behavior, build backend flexibility, automatic Python downloads, and plugin interfaces.
  • 2024: Hatch added a test command, UV support for virtual environments, official GitHub Action support, and Python distribution source controls.
  • 2025: Hatch 1.16.0 added workspace support inspired by Cargo Workspaces and dependency group support.
  • 2026: Hatch 1.17.0 added check commands, PEP 751 lockfile generation, dependency lock/sync commands, and pluggable dependency lockers.

Related projects

  • Hatchling is Hatch's build backend and is declared by projects through pyproject.toml.
  • PyPA is the Python Packaging Authority organization under which Hatch is maintained.
  • PyPI, pip, tox, cibuildwheel, virtualenv, UV, Ruff, PyApp, and Python packaging standards are recurring integration points in Hatch documentation and history.

安全态势

尚未找到受保护工具覆盖

没有找到 hatch 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 4 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

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.

macOS
~/Library/Application Support/hatch/config.toml
Unix
$XDG_CONFIG_HOME/hatch/config.toml~/.config/hatch/config.toml
Windows
%USERPROFILE%\AppData\Local\hatch\config.toml

可执行文件

已安装的可执行文件

命令类型暴露范围备注
hatchcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本1.17.1
管理器更新时间2026-07-09
本地数据OK
上游not checked
检测到的最新版本未检测到

https://hatch.pypa.io/latest/

安装元数据

软件包元数据

软件包键brew:hatch
版本1.17.1
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/hatch
主页https://hatch.pypa.io/latest/
仓库https://github.com/pypa/hatch
上游文档https://hatch.pypa.io/latest
许可证MIT
源码归档https://files.pythonhosted.org/packages/01/5a/7cacce8d33a93e81cda9b4f8623ebf67b73859950af0062e1f2c527f4b34/hatch-1.17.1.tar.gz
最后更新2026-07-09T03:33:21Z
Pulseupdated
依赖certifi, cryptography, python@3.14, uv
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

hatch

nix profile install nixpkgs#hatch
  • normalized package name match
  • 匹配方式:Hatch
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ha/hatch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

hatch 1.16.3-r1

Modern, extensible Python project management

https://hatch.pypa.io/latest/

sudo apk add hatch
  • License: MIT
  • Architecture: x86_64
  • Source Package: hatch
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Hatch
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: hatch from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

hatch-pyc 1.16.3-r1

Precompiled Python bytecode for hatch

https://hatch.pypa.io/latest/

sudo apk add hatch-pyc
  • License: MIT
  • Architecture: x86_64
  • Source Package: hatch
  • 1 依赖
  • normalized package name match
  • 匹配方式:Hatch
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: hatch-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

hatch 1.17.0-2.fc45

A modern project, package, and virtual env manager

https://github.com/pypa/hatch

sudo dnf install hatch
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: hatch
  • 4 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Hatch
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: hatch from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
MacPorts95%

hatch

sudo port install hatch
  • normalized package name match
  • 匹配方式:Hatch
MacPorts ports tree · api.github.com · MacPorts ports tree: python/hatch/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/hatch

scoop install main/hatch
  • normalized package name match
  • 匹配方式:Hatch
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/hatch.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

PyPA.Hatch

winget install --id PyPA.Hatch -e
  • normalized package name match
  • 匹配方式:Hatch
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: PyPA.Hatch from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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