Nightly build
:clock2: These nightly releases are no longer updated regularly. Nightly releases for the new compiler are at https://github.com/roc-lang/nightlies/releases .
:warning: Common issues:
macOS
You may encounter "roc" can't be opened because Apple cannot check it..., you can fix this by executing xattr -d com.apple.quarantine roc_nightly-macosREST OF FILENAME in the terminal. Or by downloading the file with curl to start: curl -OL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_apple_silicon-latest.tar.gz
NixOS
The roc binary in linux_x86_64 is dynamically linked so you won't be able to use it on NixOS. Alternatively, we recommend you execute nix-build https://github.com/roc-lang/roc/archive/a089cf2.tar.gz, you can then use roc like this ./result/bin/roc repl. If you want to build the language server, execute: nix-build https://github.com/roc-lang/roc/archive/a089cf2.tar.gz -A packages.x86_64-linux.lang-server
:point_down: Expand "Assets"