5
2
Fork
You've already forked cutekit
1
🪄​ The *magical* build system and package manager
  • Python 100%
Find a file
Rosalie 667820a681 fix path with spaces
If the file contains a space, the build fails.
To fix this, you had to put it in quotation marks.
2026年06月28日 00:44:54 +02:00
.github/workflows Improve clion project export. 2025年09月04日 11:31:46 +02:00
cutekit fix path with spaces 2026年06月28日 00:44:54 +02:00
sample chore: bump schema version 2026年06月19日 23:24:20 +02:00
tests Init system ( #29 ) 2025年12月24日 22:03:01 +01:00
.gitignore Added sample project. 2025年01月25日 13:14:41 +01:00
.mypyconfig Initial commit. 2022年06月26日 00:22:53 +02:00
license.md Update readme 2024年03月12日 20:13:39 +01:00
pyproject.toml Improve clion project export. 2025年09月04日 11:31:46 +02:00
readme.md meta: Migrated to codeberg. 2026年01月13日 13:53:42 +01:00




CuteKit

The *magical* build system and package manager




Introduction

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.

  • 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.
  • It's a package manager: Cutekit package manager is based on Git, nothing is centralized.
  • It's extendible: Cutekit can be extended by writing custom Python plugins.
  • It's portable: Cutekit works on Linux, Windows, and MacOS.

CuteKit in the wild

  • SkiftOS : A hobbyist operating system written in C++.
  • WKHtmlToPdf : 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.
  • vaev : 🌊 A lightning-fast, lightweight, and secure HTML/CSS engine.

Installation

To install Cutekit, just run the following command:

$ uv tool install cutekit
$ pip install cutekit

License

MIT License

Cutekit is licensed under the MIT License.

The full text of the license can be accessed via this link and is also included in the license.md file of this software package.