Skip to content

Installation ​

Prerequisites ​

  • Rust toolchain (rustup recommended)
  • Git

Building from Source ​

bash
git clone https://codeberg.org/plnck/kettle.git
cd kettle/kettle-lang
cargo build --release

Add to your PATH:

bash
export PATH="$PATH:/path/to/kettle/target/release"

Verify Installation ​

bash
ket --version

Try Without Installing ​

Use the online playground to try Kettle without any installation.