logoalt Hacker News

esafaktoday at 5:47 PM1 replyview on HN

Don't forget that mise depends on package registries, to install itself as well as its tools.


Replies

PufPufPuftoday at 5:56 PM

Mise installs itself as a static binary actually (but it's of course packaged in many registries), and while there are some third party registries it delegates to for some packages (aqua, asfd), most stuff I have installed is either built-in, or from PyPI, npm or GitHub, i.e. directly published by the upstream maintainers. More info: https://mise.jdx.dev/dev-tools/backends/

show 1 reply