This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Benoit Daloze
eregon.me
did:plc:cb34r4htgqlkp7adfyee56je
I have been trying mise (from @jdx.dev) and rbenv recently, the winner is clear:
$ time ruby -e0
mise: 51ms
rbenv: 152ms
100ms overhead is way too much (due to shims).
Additionally:
* rbenv breaks `which` which causes tricky problems.
* mise can install precompiled Rubies (much faster)
2026-04-27T16:45:29.754Z