0.01
There's a lot of open issues
A long-lived project that still receives updates
Kameleon is a tool to build system appliances, possibly from scratch
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

Kameleon appliance builder

Kameleon is a simple but powerful tool to generate customized operating system images, based on traceable recipes.

Thanks to Kameleon, one can write recipes that describe how to create, step by step, customized operating systems in any desired target format, and then cook them (build them), just like GNU make cooks sources using a Makefile to build binary programs.

For instance, Kameleon can create custom operating system images for QEMU/KVM, VirtualBox, docker, LXC or bootable ISO. It can support creating such images for any machine architecture (x86, ARM64, PPC64, ... ).

In fact, since the Kameleon engine by itself is very generic by design, a lot more can be done, because most of the specialization happens in the recipes, written in Kameleon's powerful recipe language (YAML based DSL).

Kameleon was initially developed to improve reproducibility in computer science and engineering, providing a tool that achieves complete reconstructability of system images with cache, checkpointing and interactive breakpoint mechanisms.