{"id":46367418,"url":"https://github.com/cute-engineering/cutekit","last_synced_at":"2026-03-05T02:34:15.217Z","repository":{"id":40301086,"uuid":"507428363","full_name":"cute-engineering/cutekit","owner":"cute-engineering","description":"🪄​ The *magical* build system and package manager (mirror)","archived":false,"fork":false,"pushed_at":"2026-01-31T19:28:57.000Z","size":375,"stargazers_count":67,"open_issues_count":2,"forks_count":10,"subscribers_count":5,"default_branch":"stable","last_synced_at":"2026-02-01T07:23:04.332Z","etag":null,"topics":["build-system","cutekit"],"latest_commit_sha":null,"homepage":"https://codeberg.org/cute-engineering/cutekit","language":"Python","has_issues":false,"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/cute-engineering.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["d0p1s4m4","sleepy-monax","keyboard-slayer"]}},"created_at":"2022-06-25T22:21:53.000Z","updated_at":"2026-01-27T09:07:16.000Z","dependencies_parsed_at":"2023-02-16T06:00:58.807Z","dependency_job_id":"6426e42b-0f0b-4241-899d-7fd6a95f16b5","html_url":"https://github.com/cute-engineering/cutekit","commit_stats":null,"previous_names":["cute-engineering/cutekit"],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/cute-engineering/cutekit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cute-engineering%2Fcutekit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cute-engineering%2Fcutekit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cute-engineering%2Fcutekit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cute-engineering%2Fcutekit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cute-engineering","download_url":"https://codeload.github.com/cute-engineering/cutekit/tar.gz/refs/heads/stable","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cute-engineering%2Fcutekit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30107256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["build-system","cutekit"],"created_at":"2026-03-05T02:34:14.671Z","updated_at":"2026-03-05T02:34:15.209Z","avatar_url":"https://github.com/cute-engineering.png","language":"Python","funding_links":["https://github.com/sponsors/d0p1s4m4","https://github.com/sponsors/sleepy-monax","https://github.com/sponsors/keyboard-slayer"],"categories":[],"sub_categories":[],"readme":"\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://branding.cute.engineering/projects/cutekit/logo.png\" width=\"200\" height=\"200\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eCuteKit\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    The *magical* build system and package manager\n\u003c/p\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n## Introduction\n\n**CuteKit** is a suite of tools and utilities for compiling, cross-compiling, linking, and packaging project written in low-level languages such as C, C++ or, Rust. Anything from a simple library to an operating system can be built using CuteKit.\n\n- ✨ It uses **JSON**: Cutekit uses JSON instead of introducing a whole new programming language for describing the project. And also has macros for more advanced use cases.\n- ✨ It's a **package manager**: Cutekit package manager is based on **Git**, nothing is centralized.\n- ✨ It's **extendible**: Cutekit can be extended by writing custom Python plugins.\n- ✨ It's **portable**: Cutekit works on Linux, Windows, and MacOS.\n\n## CuteKit in the wild\n\n- [SkiftOS](https://codeberg.org/skift/os) : A hobbyist operating system written in C++.\n- [WKHtmlToPdf](https://github.com/odoo/wkhtmltopdf) : [Odoo](https://github.com/odoo/odoo)'s fork of wkhtmltopdf which is a command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine.\n- [vaev](https://codeberg.org/skift/vaev) : 🌊 A lightning-fast, lightweight, and secure HTML/CSS engine.\n\n## Installation\n\nTo install Cutekit, just run the following command:\n\n\n```bash\n$ uv tool install cutekit\n```\n\n```bash\n$ pip install cutekit\n```\n\n\n## License\n\n\u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n  \u003cimg align=\"right\" height=\"96\" alt=\"MIT License\" src=\"https://branding.cute.engineering/licenses/mit.svg\" /\u003e\n\u003c/a\u003e\n\nCutekit is licensed under the **MIT License**.\n\nThe full text of the license can be accessed via [this link](https://opensource.org/licenses/MIT) and is also included in the [license.md](license.md) file of this software package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcute-engineering%2Fcutekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcute-engineering%2Fcutekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcute-engineering%2Fcutekit/lists"}