macOS
brew install cruftlocal Homebrew formula metadata
brew
Utility that creates projects from templates and maintains the cruft afterwards. Version 2.16.0 via Homebrew; verified 2026-05-20.
install
brew install cruftlocal Homebrew formula metadata
sudo apt install cruftDebian stable package indexes · cruft · source: deb.debian.org
nix profile install nixpkgs#cruftnixpkgs package indexes · pkgs/by-name/cr/cruft/package.nix · source: api.github.com
scoop install extras/cruftScoop official bucket manifest trees · bucket/cruft.json · source: api.github.com
overview
Utility that creates projects from templates and maintains the cruft afterwards
history
cruft is a Python command-line tool for creating projects from Cookiecutter templates and keeping the generated boilerplate synchronized with later template changes. It addresses a common packaging problem: generated project skeletons drift after the first copy.
The project was created to balance the convenience of project generators with the maintenance burden they create. Its documentation explains that cruft uses Cookiecutter as the template expansion engine, then records template metadata in `.cruft.json` so a project can later be checked, diffed, linked, or updated.
The Git tag history starts at 2.0.0 in 2020 and reaches 2.16.0 in 2024. The repository and documentation remain centered on Python packaging workflows, with badges for PyPI, conda-forge, tests, and downloads.
cruft's adoption is strongest among teams that maintain many repositories from the same Cookiecutter template. Its documentation includes a GitHub Actions workflow that checks for template updates and opens pull requests, indicating the tool's role in repository-fleet maintenance rather than one-off project creation.
Common commands include `cruft create` for generating a project, `cruft update` for pulling template changes, `cruft check` for CI drift detection, `cruft link` for attaching an existing Cookiecutter-generated project to its template, and `cruft diff` for inspecting changes.
cruft stores template URL, commit, answers, and skip settings in `.cruft.json`; it can also read skip configuration from `tool.cruft` in `pyproject.toml`.
cruft matters to package maintainers because it treats boilerplate as an updatable dependency. That makes template updates closer to dependency upgrades: visible in diffs, enforceable in CI, and distributable through Python package managers and Homebrew.
security posture
No matching local secret-handling manifest was found for cruft. 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.
.cruft.jsonpyproject.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cruft | 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.
https://cruft.github.io/cruft/
install metadata
| Package key | brew:cruft |
|---|---|
| Version | 2.16.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/cruft |
| Homepage | https://cruft.github.io/cruft/ |
| Repository | https://github.com/cruft/cruft |
| Upstream docs | https://cruft.github.io/cruft |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/d1/7e/0e20012f2aa156e5d6a70483a8d90accb7ed4966dddb0c58987d9f6eba12/cruft-2.16.0.tar.gz |
| Last updated | 2026-05-20T12:14:50Z |
| Pulse | updated |
| Dependencies | certifi, libyaml, python@3.14 |
| 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 | cruft |
| Version Scheme | 0 |
| Revision | 10 |
| Head Version | HEAD |
| 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.
cruft 0.9.71
transitional package
https://salsa.debian.org/pkg-security-team/cruft-ng
sudo apt install cruftcruft
nix profile install nixpkgs#cruftcruft 0.9.61build1
transitional package
https://github.com/a-detiste/cruft-ng/
sudo apt install cruftextras/cruft
scoop install extras/cruftsource 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.