# moxie releases Binary releases of the [Moxie](https://git.smesh.lol/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 | MOXIE_INSTALL_DIR=~/.local/moxie bash Then add to your shell profile: export PATH="/opt/moxie/bin:$PATH" export MOXIEROOT="/opt/moxie" ## requirements - LLVM 19 shared libraries (`libLLVM-19`, `libclang`) ## 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