README.md raw

moxie releases

Binary releases of the Moxie compiler.

install

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"

requirements

contents

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