{"id":28388481,"url":"https://github.com/xcaeser/zest","last_synced_at":"2025-06-27T07:31:53.025Z","repository":{"id":294875715,"uuid":"988355250","full_name":"xcaeser/zest","owner":"xcaeser","description":"🍋 A fast, minimal, and source-based package manager written in Zig — like Homebrew, but zestier. ⚠️ Work in progress.","archived":false,"fork":false,"pushed_at":"2025-05-25T17:40:05.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T06:05:06.513Z","etag":null,"topics":["cli","package-manager","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xcaeser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-22T12:30:16.000Z","updated_at":"2025-05-25T17:40:08.000Z","dependencies_parsed_at":"2025-05-22T14:35:27.281Z","dependency_job_id":"8cf0d352-daa4-4d5a-a789-2d3f128f96ca","html_url":"https://github.com/xcaeser/zest","commit_stats":null,"previous_names":["xcaeser/zest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xcaeser/zest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcaeser%2Fzest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcaeser%2Fzest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcaeser%2Fzest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcaeser%2Fzest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xcaeser","download_url":"https://codeload.github.com/xcaeser/zest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcaeser%2Fzest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262212572,"owners_count":23275951,"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":["cli","package-manager","zig"],"created_at":"2025-05-30T21:39:17.109Z","updated_at":"2025-06-27T07:31:53.017Z","avatar_url":"https://github.com/xcaeser.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zest 🍋\n\n\u003cdiv\u003e\n\n**zest** is an experimental, source-based package manager built in [Zig](https://ziglang.org).  \nIt draws inspiration from [Homebrew](https://brew.sh), aiming for simplicity, clarity, and performance.\n\n[![Version](https://img.shields.io/badge/Zig_Version-0.14.1-orange.svg?logo=zig)](README.md)\n[![MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg?logo=cachet)](LICENSE)\n[![Version](https://img.shields.io/badge/zest-v0.0.1%20alpha-green)](https://github.com/xcaeser/zest/releases)\n\n\u003c/div\u003e\n\n\u003e [!IMPORTANT] \u003e **This project is in exploration phase.**\n\u003e APIs, structure, and behavior may change significantly.\n\u003e Not production-ready. Use at your own risk.\n\n## ✨ Goals\n\n- Lightweight CLI package manager\n- Git-based formula repository\n- Source builds with verified downloads\n- Written 100% in Zig\n\n## 🚀 Example (planned)\n\n```sh\nzest install curl\nzest update\nzest list\n```\n\n## 📁 Formula Format (WIP)\n\nFormulas are defined as `.zig` files:\n\n```zig\npub const formula = struct {\n    pub const name = \"curl\";\n    pub const version = \"8.7.1\";\n    pub const url = \"https://curl.se/download/curl-8.7.1.tar.gz\";\n    pub const sha256 = \"abc123...\";\n    pub fn install() !void {\n        // Installation logic goes here\n    }\n};\n```\n\n## 📦 License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcaeser%2Fzest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxcaeser%2Fzest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcaeser%2Fzest/lists"}