Homebrew tap for ClojureWasm — a JVM-free Clojure runtime in Zig, with a WebAssembly FFI.
brew install clojurewasm/tap/cljwSupported: macOS arm64 and Linux x86_64.
The binaries are not code-signed. Homebrew installs them without a Gatekeeper prompt on most setups; if macOS still blocks one as coming from an unidentified developer, clear the quarantine flag once:
xattr -d com.apple.quarantine "$(which cljw)"The zwasm WebAssembly runtime now lives in its own tap. brew update
redirects it automatically; you can also install it directly:
brew install zwasm/tap/zwasmThe formula here is MIT-licensed. The packaged software keeps its own license (cljw is EPL-2.0).