Stream: show and tell

Topic: Rocup for the new zig compiler


view this post on Zulip Ian McLerran (May 12 2026 at 16:52):

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.

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

view this post on Zulip Johannes Rubenz (May 12 2026 at 16:58):

Ian McLerran schrieb:

imclerran/rocup

Cool, but watch out, you have a dangerous typo in the GitHub address!

view this post on Zulip Ian McLerran (May 12 2026 at 17:01):

Thanks! Fixed the url!

view this post on Zulip Ian McLerran (May 12 2026 at 17:01):

Double checked the markdown link for typos as well :sweat_smile:

view this post on Zulip Ian McLerran (May 14 2026 at 01:39):

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