Skip to main content
Kira

Installation

Build Kira from source:

git clone https://github.com/PhilipLudington/Kira.git
cd Kira
./run-build.sh

This will compile Kira and install the kira binary to /usr/local/bin.

Verify Installation

After building, verify the installation:

kira --version

Running Programs

# Run a Kira file
kira run examples/hello.ki

# Type check without running
kira check examples/hello.ki

# Start the REPL
kira

Next Steps