Install Aptos CLI with ASDF or Mise
If you’re already using the ASDF or Mise package managers, you can install the Aptos CLI with the following steps.
Install with ASDF
Section titled “Install with ASDF”-
Check that you have ASDF installed.
-
Install the Aptos CLI plugin.
Terminal window asdf plugin add aptos https://github.com/gregnazario/asdf-aptos.git -
Install the Aptos CLI
Terminal window asdf install aptos latest -
(Optional) Install a specific version.
Terminal window # Locallyasdf install aptos 7.9.0# Globallyasdf global aptos 7.9.0 -
Verify the installation worked.
Terminal window aptos helpThese help instructions also serve as a useful detailed guide for specific commands.
Install with Mise
Section titled “Install with Mise”-
Check that you have Mise installed.
-
Install the Aptos CLI plugin.
Terminal window mise plugin add aptos https://github.com/gregnazario/asdf-aptos.git -
Install the Aptos CLI.
Terminal window mise install aptos -
(Optional) Install a specific version.
Terminal window mise install aptos@7.9.0 -
Add the tool to your local configuration.
Terminal window mise use aptos -
Verify the installation worked.
Terminal window aptos helpThese help instructions also serve as a useful detailed guide for specific commands.