asdf-jetbrains [](https://github.com/asdf-community/asdf-jetbrains/actions/workflows/build.yml) [](https://github.com/asdf-community/asdf-jetbrains/actions/workflows/lint.yml)
February 23, 2026 · View on GitHub
jetbrains plugin for the asdf version manager.
Contents
Dependencies
bash,curl,tar, and POSIX utilities.jq- commandline JSON processor
Install
Plugin:
asdf plugin add <jetbrains product> https://github.com/asdf-community/asdf-jetbrains.git
JetBrains products:
- clion - CLion
- datagrip - DataGrip
- dataspell - DataSpell
- gateway - Gateway
- goland - GoLand
- idea - IntelliJ IDEA Ultimate
- ideac - IntelliJ IDEA Community Edition
- mps - MPS
- phpstorm - PhpStorm
- pycharm - PyCharm Professional Edition
- pycharmc - PyCharm Community Edition
- rider - Rider
- rideru - Rider for Unreal Engine
- rubymine - RubyMine
- webstorm - WebStorm
The product name can also be prefixed with jetbrains-, e.g. jetbrains-ideac, jetbrains-goland, etc.
Example for JetBrains IDEA Community Edition:
# Install plugin for JetBrains IDEA Community Edition
asdf plugin add ideac https://github.com/asdf-community/asdf-jetbrains.git
# Show all installable versions of JetBrains IDEA Community Edition
asdf list all ideac
# Install specific version
asdf install ideac latest
# Set a version globally (in your ~/.tool-versions file)
asdf set -u ideac latest
# Now 'ideac' command is available
ideac
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
License
See LICENSE © Maxim Butov