asdf-starknet-foundry [](https://github.com/foundry-rs/asdf-starknet-foundry/actions/workflows/build.yml) [](https://github.com/foundry-rs/asdf-starknet-foundry/actions/workflows/lint.yml)
June 23, 2025 ยท View on GitHub
asdf-starknet-foundry

Starknet Foundry plugin for the asdf version manager created by akhercha.
Install
This plugin needs bash, curl, tar and other generic POSIX utilities.
Everything should be included by default on your system.
asdf plugin add starknet-foundry
or
asdf plugin add starknet-foundry https://github.com/foundry-rs/asdf-starknet-foundry.git
Use
Show all installable versions:
asdf list all starknet-foundry
Install latest version:
asdf install starknet-foundry latest
Install specific version:
asdf install starknet-foundry 0.8.2
Install latest nightly version:
asdf install starknet-foundry latest:nightly
Install specific nightly version:
asdf install starknet-foundry nightly-2025-06-18
Set a version globally (in your ~/.tool-versions file):
asdf set --home starknet-foundry latest
Set a version locally:
asdf set starknet-foundry latest
Now snforge and sncast commands are available:
snforge --version
sncast --version
Check asdf readme for more instructions on how to install & manage versions.