Other Systems

Note: if your system is in this "other" category, that means we did not test Roc on your system. The steps below may still work if zig works on your system.

  1. Build Roc from source

  2. Download and run hello world:

    curl -OL https://raw.githubusercontent.com/roc-lang/examples/refs/heads/main/examples/HelloWorld/main.roc
    ./zig-out/bin/roc main.roc
    

Next Steps