git clone https://git.smesh.lol/moxie-releases.git
Binary releases of the Moxie compiler.
curl -fsSL https://git.smesh.lol/moxie/raw/install.sh | bash
Installs to /opt/moxie by default. Override with MOXIE_INSTALL_DIR:
curl -fsSL https://git.smesh.lol/moxie/raw/install.sh | MOXIEINSTALLDIR=~/.local/moxie bash
Then add to your shell profile:
export PATH="/opt/moxie/bin:$PATH" export MOXIEROOT="/opt/moxie"
libLLVM-19, libclang)Each tarball contains:
bin/moxie compiler (links LLVM 19) src/ standard library sources lib/ compiler runtime (bdwgc, musl, compiler-rt-builtins) jsruntime/ JS runtime modules for WASM target