pkg.soopen package index

brew / rank 7478

Install timoni with Homebrew, apk, MacPorts, Nix, zypper, scoop, winget

Package manager for Kubernetes, powered by CUE and inspired by Helm. Version 0.29.0 via Homebrew; verified 2026-08-03. Also installable with nix: nix profile install nixpkgs#timoni.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install timoni

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install timoni

MacPorts ports tree · sysutils/timoni/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add timoni

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

Nixverified · 92%
nix profile install nixpkgs#timoni

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

openSUSE zypperverified · 92%
sudo zypper install timoni

openSUSE Tumbleweed package metadata · timoni · source: download.opensuse.org

Windows

Scoopverified · 92%
scoop install main/timoni

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

Windows Package Managerverified · 92%
winget install --id stefanprodan.timoni -e

Windows Package Manager source index · stefanprodan.timoni · source: cdn.winget.microsoft.com

overview

Package summary

Package manager for Kubernetes, powered by CUE and inspired by Helm

Commands and aliases

  • timoni

history

Project history and usage

Timoni is a Kubernetes package manager built around CUE, OCI artifacts, and Helm-like application lifecycle concepts. Its own documentation presents it as a way to package Kubernetes application definitions as type-safe modules, instantiate them on clusters, and compose larger deployments with bundles.

Project history

The project was created by Stefan Prodan and describes itself as powered by CUE and inspired by Helm. Its README frames the project as an attempt to improve Kubernetes configuration authoring by replacing Helm-style Go-template YAML and Kustomize-style YAML layering with CUE type checking, code generation, and validation.

Timoni's model deliberately maps familiar Helm concepts into a CUE/OCI vocabulary: modules correspond to charts, instances correspond to releases, and bundles correspond to umbrella charts. That made the project legible to Kubernetes operators while still giving package nerds a newer artifact and schema story to inspect.

Adoption history

The official docs show Timoni being distributed through Homebrew and used against OCI registries such as GitHub Container Registry. The supplied package-manager facts also show packaging across Homebrew, MacPorts, Nix, Scoop, winget, apk, and zypper, which indicates interest beyond the upstream tap even though the project remains young.

The project has continued regular prerelease-style development, with GitHub showing dozens of releases and v0.27.0 as the latest release on July 2, 2026. Its docs still warn that Timoni is under active development and APIs may change incompatibly, so adoption is best understood as early cloud-native tooling adoption rather than a fully settled ecosystem standard.

How it is used

Timoni is used from the CLI to apply, build, inspect, upgrade, and delete Kubernetes module instances. The quickstart demonstrates pulling a module from an OCI registry, applying it into a namespace, inspecting module metadata and digest, and later composing multiple instances with a CUE bundle file.

For GitOps users, Timoni can build Kubernetes manifests and push or hand them to Flux workflows. The official Flux interop docs also show Timoni bundles orchestrating Flux HelmRelease resources, giving users a bridge to existing Helm chart repositories.

Why package nerds care

Timoni matters to package-manager watchers because it treats Kubernetes app packaging as OCI artifacts plus CUE schemas, putting it near Helm, Carvel, Flux OCI, and CUE rather than traditional OS package managers. Its value is in the packaging model: signed, semvered modules distributed next to container images.

It is also a useful example of a modern CLI that appears in many package indexes early in its life, where package availability serves as a signal that platform engineers want repeatable installs even for fast-moving infrastructure tools.

Timeline

  • 2024: Documentation site copyright and examples show Timoni's public docs and quickstart in active use.
  • 2026: GitHub lists v0.27.0 as the latest release on July 2, 2026.

Related projects

  • Helm is the most direct conceptual comparison; Timoni explicitly maps modules, bundles, and instances to charts, umbrella charts, and releases.
  • CUE supplies the configuration language and type system that differentiates Timoni from YAML-template tools.
  • Flux appears in Timoni's official GitOps and Helm-interoperability docs as a companion controller ecosystem.

security posture

Risk level: orange

infrastructure mutation or orchestration signal.

Risk classifier

orange risk · medium confidence · infrastructure

Why

  • infrastructure mutation or orchestration signal

Signals

  • text:package manager,kubernetes

Install behavior

  • No Homebrew bottle metadata was recorded.

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
timoniexecutableindexed executableDiscovered from the local executable index.

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-08-03
manager version0.29.0
manager updated2026-08-03
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:timoni
Version0.29.0
Package managerHomebrew
Homepagehttps://timoni.sh/
Repositoryhttps://github.com/stefanprodan/timoni
Last updated2026-08-03T15:43:31Z
Pulseupdated
Bottlenot recorded
Servicenone declared

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%

timoni

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

timoni 0.23.0-r16

Package manager for Kubernetes powered by CUE

https://timoni.sh

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

timoni-bash-completion 0.23.0-r16

Bash completions for timoni

https://timoni.sh

sudo apk add timoni-bash-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: timoni
  • normalized package name match
  • Matched by: Timoni
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: timoni-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

timoni-doc 0.23.0-r16

Package manager for Kubernetes powered by CUE (documentation)

https://timoni.sh

sudo apk add timoni-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: timoni
  • normalized package name match
  • Matched by: Timoni
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: timoni-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

timoni-fish-completion 0.23.0-r16

Fish completions for timoni

https://timoni.sh

sudo apk add timoni-fish-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: timoni
  • normalized package name match
  • Matched by: Timoni
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: timoni-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

timoni-zsh-completion 0.23.0-r16

Zsh completions for timoni

https://timoni.sh

sudo apk add timoni-zsh-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: timoni
  • normalized package name match
  • Matched by: Timoni
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: timoni-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
zypper95%

timoni 0.27.1-1.2

Package manager for Kubernetes, powered by CUE and inspired by Helm

https://github.com/stefanprodan/timoni

sudo zypper install timoni
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: timoni
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Timoni
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: timoni from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

timoni-bash-completion 0.27.1-1.2

Bash Completion for timoni

https://github.com/stefanprodan/timoni

sudo zypper install timoni-bash-completion
  • License: Apache-2.0
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: timoni
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Timoni
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: timoni-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

timoni-fish-completion 0.27.1-1.2

Fish Completion for timoni

https://github.com/stefanprodan/timoni

sudo zypper install timoni-fish-completion
  • License: Apache-2.0
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: timoni
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Timoni
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: timoni-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

timoni-zsh-completion 0.27.1-1.2

Zsh Completion for timoni

https://github.com/stefanprodan/timoni

sudo zypper install timoni-zsh-completion
  • License: Apache-2.0
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: timoni
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Timoni
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: timoni-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

timoni

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

main/timoni

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

stefanprodan.timoni

winget install --id stefanprodan.timoni -e
  • normalized package name match
  • Matched by: Timoni
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: stefanprodan.timoni 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
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation