Installation

Get up and running with the MIND compiler toolchain.

Prerequisites

  • Linux (x86_64) or macOS (Apple Silicon/Intel)
  • Rust toolchain (stable channel required), cmake, and a modern C/C++ toolchain

Ensure your Rust toolchain is up to date: rustup update stable

Build from source

The compiler and CLI live in the public cputer/mind repository.

git clone https://github.com/cputer/mind.git
cd mind
cargo build --bin mindc

Verifying the build

Run the compiled binary to confirm it links correctly:

cargo run --bin mindc -- --help