macOS
brew install yttlocal Homebrew formula metadata
sudo port install yttMacPorts ports tree · textproc/ytt/Portfile · source: api.github.com
brew
YAML templating tool that works on YAML structure instead of text. Version 0.55.1 via Homebrew; verified 2026-06-01.
install
brew install yttlocal Homebrew formula metadata
sudo port install yttMacPorts ports tree · textproc/ytt/Portfile · source: api.github.com
sudo apk add yttAlpine Linux edge package indexes · ytt · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#yttnixpkgs package indexes · pkgs/by-name/yt/ytt/package.nix · source: api.github.com
scoop install main/yttScoop official bucket manifest trees · bucket/ytt.json · source: api.github.com
winget install --id Carvel.ytt -eWindows Package Manager source index · Carvel.ytt · source: cdn.winget.microsoft.com
overview
YAML templating tool that works on YAML structure instead of text
history
ytt is Carvel’s structure-aware YAML templating tool, historically important because it treats YAML as data structure plus Starlark annotations instead of as raw text with indentation-sensitive string interpolation.
ytt was introduced publicly in March 2019 as the YAML Templating Tool, with IBM Developer describing v0.1.0 as a new approach to complex configuration management. The GitHub repository was created the same month, and early releases followed rapidly through spring and summer 2019.
The tool emerged from the k14s/Carvel ecosystem around Kubernetes configuration. Its core design responded to a common pain in Helm, Jinja, ERB, and other text-templating approaches: YAML indentation, quoting, and patching errors caused by treating structured configuration as strings. ytt instead embeds Starlark through `#@` annotations and evaluates templates into YAML structures.
As k14s became Carvel, ytt settled into a suite of small composable Kubernetes tools alongside kapp, kbld, imgpkg, vendir, kapp-controller, and kctrl. The Carvel site frames the suite as single-purpose, composable tools for building, configuring, and deploying applications on Kubernetes.
ytt adoption has been strongest in Kubernetes and Tanzu/Carvel workflows. Broadcom VMware Tanzu documentation bundles ytt with other Carvel tools in Tanzu Kubernetes Grid contexts, and Carvel maintains community channels, an adopter list, examples, an online playground, and reusable libraries such as ytt Library for Kubernetes.
Outside Tanzu, ytt is adopted by users who want more programmability than Kustomize overlays but less text-fragility than Helm-style templating. Blog posts and talks often present it as an alternative or complement to Helm, Kustomize, Jsonnet, and Dhall in Kubernetes configuration pipelines.
Users run ytt to template, patch, validate, and compose YAML files. Common patterns include data values for environment-specific configuration, overlays for patching third-party YAML, Starlark functions for reusable logic, schema and validations for fast feedback, and integration into GitOps or packaging flows.
The package is especially useful when a team has piles of Kubernetes YAML and wants programmable reuse while preserving YAML structure. Its online playground and local `ytt website` mode also make examples easy to test without wiring a cluster.
ytt matters to package nerds because it shows a distinct packaging philosophy: do one YAML-shaping job well, compose with neighboring tools, and avoid making the templater also be the package manager, deployer, and image builder.
It is also one of the clearer examples of Starlark moving beyond Bazel into infrastructure configuration. In dependency graphs, seeing ytt often hints at Carvel-style Kubernetes delivery rather than Helm-only packaging.
security posture
No matching local secret-handling manifest was found for ytt. 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.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ytt | 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://github.com/carvel-dev/ytt
install metadata
| Package key | brew:ytt |
|---|---|
| Version | 0.55.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ytt |
| Homepage | https://carvel.dev/ytt/ |
| Repository | https://github.com/carvel-dev/ytt |
| Upstream docs | https://carvel.dev/ytt |
| License | Apache-2.0 |
| Source archive | https://github.com/carvel-dev/ytt/archive/refs/tags/v0.55.1.tar.gz |
| Last updated | 2026-06-01T14:53:07Z |
| Pulse | updated |
| Build dependencies | go |
| 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 | ytt |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
ytt
nix profile install nixpkgs#yttytt 0.52.1-r7
YAML templating tool that works on YAML structure instead of text
sudo apk add yttytt
sudo port install yttmain/ytt
scoop install main/yttCarvel.ytt
winget install --id Carvel.ytt -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.