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 Build Lint

katana plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar, unzip and POSIX utilities.
  • Optional: Set ASDF_NATIVE_BUILD=true environment 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