Releases: roc-lang/roc
Nightly build
🕑 These releases are updated regularly, don't mind the Oct 22, 2021 timestamp. Ask Anton on zulip chat if you need older nightly releases.
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/main.tar.gz
, you can then use roc like this ./result/bin/roc repl
👇 Expand "Assets"