Draft / Experimental: Zith documentation describes a language under active development. Check Implementation Status before relying on a feature.

Installation

Build zithc from the compiler checkout. Packaging instructions are intentionally not published here because package availability is not part of the canonical project documentation.

git clone https://github.com/GalaxyHaze/Zith.git
cd Zith
cmake -S . -B build
cmake --build build

Run the resulting binary directly, or add its build directory to your PATH.

./build/zithc --help

Use Quick Start once the compiler is available.