Wow, nice! I was actually thinking of something much simpler. Just a classic Windows setup wizard which:
* Downloads choosenim * Runs `choosenim.exe stable --firstInstall` * Adds ~/.nimble/bin to PATH (Which to be fair, is probably best implemented using native Windows widgets) But your implementation is great. I think it offers much more than what I had in mind. It gave me an idea, does Fidgetty support putting an icon in the tray? it would be cool to have a crown icon in there which allows you to switch between installed Nim versions using choosenim :D > It'd actually be easier to use the choosenim libs directly. btw please don't do this, let's follow the unix philosophy here ("Make each program do one thing well.")