asdf-katana [](https://github.com/dojoengine/asdf-katana/actions/workflows/build.yml) [](https://github.com/dojoengine/asdf-katana/actions/workflows/lint.yml)
July 25, 2025 · View on GitHub
asdf-katana

katana plugin for the asdf version manager.
Contents
Dependencies
bash,curl,tar,unzipand POSIX utilities.- Optional: Set
ASDF_NATIVE_BUILD=trueenvironment variable to download native builds (optimized for your specific platform).
Install
Plugin:
asdf plugin add katana
# or
asdf plugin add katana https://github.com/dojoengine/asdf-katana.git
katana:
# Show all installable versions
asdf list all katana
# Install specific version
asdf install katana latest
# Set a version globally (on your ~/.tool-versions file)
asdf global katana latest
# Now katana commands are available
katana --version
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 © dojoengine