Hi everyone. I made it a bit easier to use the binaries - The last pr was enough to get it working from the template that asdf provides.
Tested only on linux, asdf was setup already on my computer. Feel free to fork the repo and extend it.
image.png
https://github.com/dkuku/asdf-roc
oh very cool, thanks for doing this! :smiley:
I haven't used asdf but I know lots of people do
@Anton what do you think of including this in our /install
page?
You can fork it and keep in your org, it will be easier to maintain for you.
It was really straight forward - that's my first asdf plugin and it took 30min to get it working.
Thanks Daniel :)
Anton what do you think of including this in our
/install
page?
I'll make a "good first issue" to add it to the repo and to /install :+1:
The macos part may need to be tweaked - on x86 macs I'm getting:
╰─➤ uname
Darwin
╰─➤ uname -m
x86_64
Not sure what you'll get on arm mac or raspberry pi - the built file name need to match the ones from github.
Linux is generally GNU/Linux
(I think this is correct capitalization, don't have access to my linux machine rn) and arm devices are generally arm64
.
I'm not sure if you saw but I actually opened an issue for mac on your repo :) https://github.com/dkuku/asdf-roc/issues/4
arm mac gives arm64 for uname -m
and Darwin for uname
Can this be configured to install the language server too?
Last updated: Jul 06 2025 at 12:14 UTC