Building Clone the repo: git clone https://github.com/HigherOrderCO/HVM.git cd HVM To build and run: cargo run -- run foobar.hvm To build and install the binary: cargo install --path . To build with Nix see here.