Skip to content

Installation

Building from source

Prerequisites

To build Oxi from source, you will need to have the following dependencies installed:

  • Rust
  • Just
  • Clang
  • LLVM 21.1

Installing

After having installed the prerequisites and cloning the repository, you can install Oxi by running the following command:

bash
just install

This will compile Oxi and install it system wide along with the standard library.