DEV Community

Jordan Bravo
Jordan Bravo

Posted on

ASDF is a single version manager for all languages

I had to manage multiple versions of NodeJS, so I installed Node Version Manager.

Then I had to also manage multiple versions of Python, so I installed PyEnv.

Then I had to manage multiple versions of Rust, Golang, Lua...

There must be a better way.

Enter asdf, a single version manager for all programming languages.

Homepage: https://asdf-vm.com/

Caveat: It’s currently only available for MacOS and Linux.

asdf on the terminal

Top comments (0)