ChilliBits positions itself as a lean engineering studio focused on tooling that streamlines low-level and infrastructure coding. Its catalogue is small but purpose-built: CCom supplies a purpose-made compiler for the Conditional Comments dialect, giving developers a lightweight way to inject or strip annotated code blocks during build pipelines; Compose Generator turns a handful of command-line prompts into ready-to-run Docker Compose YAML, removing the tedium of hand-writing service, volume and network stanzas for local micro-service setups or CI test beds; and Spice, the flagship project, offers a statically typed, ahead-of-time compiled language that cross-compiles painlessly to Windows, Linux and macOS binaries, making it attractive for CLI utilities, embedded scripts or performance-critical back-end services where Go or Rust might feel too heavy. Typical usage patterns therefore circle around DevOps automation, containerised development workflows and hobby systems programming, with each utility available as open source and engineered to slot neatly into existing Git or Docker tool-chains. All ChilliBits software can be downloaded free of charge from get.nero.com, where packages are pulled through trusted Windows sources such as winget, always deliver the newest upstream release and may be installed individually or in unattended batches.

CCom

Compiler for the CCom (Conditional Comments) language.

Details
Compose Generator

Compose Generator is an easy to use cli to generate Docker Compose YAML configuration files.

Details
Spice

Spice is a statically-typed, easy to use and compiled programming language. It supports cross-compilation and is especially useful for programming close to the system.

Details