Automic VaultAutomic Vault

brew

Install ytt with Homebrew, apk, MacPorts, Nix, scoop, winget

YAML templating tool that works on YAML structure instead of text. Version 0.55.1 via Homebrew; verified 2026-06-01.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install ytt

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install ytt

MacPorts ports tree · textproc/ytt/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add ytt

Alpine Linux edge package indexes · ytt · source: dl-cdn.alpinelinux.org

Nixverified · 92%
nix profile install nixpkgs#ytt

nixpkgs package indexes · pkgs/by-name/yt/ytt/package.nix · source: api.github.com

Windows

Scoopverified · 92%
scoop install main/ytt

Scoop official bucket manifest trees · bucket/ytt.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id Carvel.ytt -e

Windows Package Manager source index · Carvel.ytt · source: cdn.winget.microsoft.com

overview

Package summary

YAML templating tool that works on YAML structure instead of text

Commands and aliases

  • ytt

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2019-03-01: The carvel-dev/ytt GitHub repository is created.
  • 2019-03-12: IBM Developer announces ytt v0.1.0 as a new YAML templating approach.
  • 2019-03-20: ytt v0.4.0 appears in GitHub releases, followed by frequent early releases.
  • 2020-2021: k14s tooling is increasingly described under the Carvel name and used in Tanzu Kubernetes workflows.
  • 2020s: ytt remains one of the core Carvel tools alongside kapp, kbld, imgpkg, vendir, and kapp-controller.

Related projects

  • Related projects include Carvel, k14s, kapp, kbld, imgpkg, vendir, kapp-controller, kctrl, Helm, Kustomize, Jsonnet, Dhall, Starlark, Kubernetes, and Tanzu Kubernetes Grid.

security posture

No protected-tool coverage found yet

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.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
yttcliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version0.55.1
manager updated2026-06-01
local dataok
upstreamcurrent
latest detectedv0.55.1

https://github.com/carvel-dev/ytt

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:ytt
Version0.55.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/ytt
Homepagehttps://carvel.dev/ytt/
Repositoryhttps://github.com/carvel-dev/ytt
Upstream docshttps://carvel.dev/ytt
LicenseApache-2.0
Source archivehttps://github.com/carvel-dev/ytt/archive/refs/tags/v0.55.1.tar.gz
Last updated2026-06-01T14:53:07Z
Pulseupdated
Build dependenciesgo
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

ytt

nix profile install nixpkgs#ytt
  • normalized package name match
  • Matched by: Ytt
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/yt/ytt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

ytt 0.52.1-r7

YAML templating tool that works on YAML structure instead of text

https://carvel.dev/ytt/

sudo apk add ytt
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: ytt
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ytt
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ytt from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
MacPorts95%

ytt

sudo port install ytt
  • normalized package name match
  • Matched by: Ytt
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/ytt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/ytt

scoop install main/ytt
  • normalized package name match
  • Matched by: Ytt
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/ytt.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Carvel.ytt

winget install --id Carvel.ytt -e
  • normalized package name match
  • Matched by: Ytt
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Carvel.ytt from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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