I've been wanting an updated version of rocup for a while, so I finally created one.
https://github.com/imclerran/rocup
Full credit to @Krzysztof Kielak's original rocup as inspiration - this is a totally revamped rocup with the zig based compiler first-class.
roc --version, or the 7 digit hash from the nightlies tag.list, remove, and prune.usage: rocup [alpha4 | latest | <hash> | <path> | +N | -N | list | remove <ver> | prune <N>]
Install it with:
curl -fsSL https://raw.githubusercontent.com/imclerran/rocup/main/install.sh | sh
Ian McLerran schrieb:
imclerran/rocup
Cool, but watch out, you have a dangerous typo in the GitHub address!
Thanks! Fixed the url!
Double checked the markdown link for typos as well :sweat_smile:
Just added Windows support as well.
Windows usage is the same, with the exception of alpha4-rolling, which does not have a Windows binary, and so that command is dropped from the Windows version.
Installed with:
iwr -useb https://raw.githubusercontent.com/imclerran/rocup/main/install.ps1 | iex
Last updated: May 23 2026 at 12:51 UTC