{"id":13643542,"url":"https://github.com/stefanprodan/timoni","last_synced_at":"2025-05-14T12:07:42.441Z","repository":{"id":66706650,"uuid":"600428631","full_name":"stefanprodan/timoni","owner":"stefanprodan","description":"Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.","archived":false,"fork":false,"pushed_at":"2024-10-28T10:53:44.000Z","size":3193,"stargazers_count":1544,"open_issues_count":42,"forks_count":68,"subscribers_count":23,"default_branch":"main","last_synced_at":"2024-10-29T15:34:12.583Z","etag":null,"topics":["cuelang","kubernetes","package-manager"],"latest_commit_sha":null,"homepage":"https://timoni.sh","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefanprodan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"stefanprodan"}},"created_at":"2023-02-11T13:18:25.000Z","updated_at":"2024-10-28T17:28:40.000Z","dependencies_parsed_at":"2023-12-29T23:33:41.519Z","dependency_job_id":"81e62002-b87c-4b77-9679-5e208c0fd367","html_url":"https://github.com/stefanprodan/timoni","commit_stats":{"total_commits":536,"total_committers":28,"mean_commits":"19.142857142857142","dds":"0.28171641791044777","last_synced_commit":"cf22fe34b1419038785b302090bb566aefb848c5"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanprodan%2Ftimoni","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanprodan%2Ftimoni/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanprodan%2Ftimoni/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanprodan%2Ftimoni/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanprodan","download_url":"https://codeload.github.com/stefanprodan/timoni/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247092375,"owners_count":20882218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cuelang","kubernetes","package-manager"],"created_at":"2024-08-02T01:01:49.032Z","updated_at":"2025-04-03T23:04:23.116Z","avatar_url":"https://github.com/stefanprodan.png","language":"Go","readme":"# timoni\n\n[![Sponsor this](https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=GitHub\u0026link=https://github.com/sponsors/stefanprodan)](https://github.com/sponsors/stefanprodan)\n[![release](https://img.shields.io/github/release/stefanprodan/timoni/all.svg)](https://github.com/stefanprodan/timoni/releases)\n[![platforms](https://img.shields.io/badge/platforms-linux|macos|windows-9cf.svg)](https://timoni.sh/install)\n[![build](https://github.com/stefanprodan/timoni/workflows/build/badge.svg)](https://github.com/stefanprodan/timoni/actions)\n[![license](https://img.shields.io/github/license/stefanprodan/timoni.svg)](https://github.com/stefanprodan/timoni/blob/main/LICENSE)\n[![SLSA 3](https://slsa.dev/images/gh-badge-level3.svg)](https://slsa.dev)\n\n[Timoni](https://timoni.sh) is a package manager for Kubernetes,\npowered by [CUE](https://cuelang.org/)\nand inspired by [Helm](https://helm.sh/).\n\nThe Timoni project strives to improve the UX of authoring Kubernetes configs.\nInstead of mingling Go templates with YAML like Helm,\nor layering YAML on top of each-other like Kustomize,\nTimoni relies on cuelang's type safety, code generation and data validation features\nto offer a better experience of creating, packaging and delivering apps to Kubernetes.\n\n\u003e [!IMPORTANT]\n\u003e Note that Timoni in under active development and is still in its infancy.\n\u003e The APIs and command-line interface may change in a backwards incompatible manner.\n\n## Get Started\n\nTo get started with Timoni please visit the documentation website at [timoni.sh](https://timoni.sh/quickstart/).\n\n## Concepts\n\n- [Module](https://timoni.sh/concepts/#module) - App definition containing Kubernetes CUE templates and configuration schema, distributed as OCI artifacts.\n- [Instance](https://timoni.sh/concepts/#instance) - App instantiation referencing the module and workloads deployed on a Kubernetes cluster.\n- [Bundle](https://timoni.sh/concepts/#bundle) - App composition bundling multiple modules and configurations into a deployable unit.\n- [OCI Artifact](https://timoni.sh/concepts/#artifact) - Packaging format used for distributing modules and bundles to container registries.\n\n\u003e [!TIP]\n\u003e If you are familiar with Helm, a Timoni **[module](https://timoni.sh/module/)** is the equivalent of a **chart**,\n\u003e a Timoni **[bundle](https://timoni.sh/bundle/)** is the equivalent of an **umbrella chart**,\n\u003e and a Timoni **[instance](https://timoni.sh/concepts/#instance)** is the equivalent of a Helm **release**.\n\n## Features\n\n### App Packaging and Distribution\n\nTimoni enables software vendors to define complex application deployments,\npackaged as [Modules](https://timoni.sh/module/), using type-safe\nKubernetes templates and rich customisation options for end-users.\n\nThe app configuration packaged in a Module is\n[distributed](https://timoni.sh/cue/module/publishing/) as an\nOpen Container Initiative (OCI) artifact, next to the app images,\nin a container registry. Timoni Modules are semantically versioned\nand cryptographically [signed](https://timoni.sh/cue/module/signing/).\n\nWith Timoni, platform engineers can manage the lifecycle of Kubernetes\ncontrollers, including the upgrade of CRDs. Module authors can\n[import CRD schemas](https://timoni.sh/cue/module/custom-resources/)\nfrom YAML files and incorporate Kubernetes custom resources\nin their app deployments.\n\n### App Lifecycle Management\n\nWith Timoni, users can manage the whole lifecycle of applications deployed on Kubernetes.\nFrom highly customised installation to seamless upgrades,\nend-to-end testing, safe rollback and uninstallation.\n\nWith Timoni, users can bundle microservices and distributed monoliths into a deployable unit.\nThe Timoni [Bundle](https://timoni.sh/bundle/) offers a declarative way of managing\nthe app delivery across clusters, where secrets and other environment-specific config\nvalues are [dynamically loaded](https://timoni.sh/bundle-runtime/) during installation or upgrades.\n\n## License\n\nTimoni is [Apache 2.0 licensed](LICENSE) and accepts contributions via GitHub pull requests.\nPlease see the [contributing guide](CONTRIBUTING.md) for more information.\n","funding_links":["https://github.com/sponsors/stefanprodan","https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=GitHub\u0026link=https://github.com/sponsors/stefanprodan"],"categories":["Go","Kubernetes","package-manager","Continuous Delivery \u0026 GitOps","Configuration Management"],"sub_categories":["Kubernetes templating"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanprodan%2Ftimoni","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanprodan%2Ftimoni","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanprodan%2Ftimoni/lists"}