Saltearse al contenido

Install Aptos CLI with ASDF or Mise

Esta página aún no está disponible en tu idioma.

If you’re already using the ASDF or Mise package managers, you can install the Aptos CLI with the following steps.

  1. Check that you have ASDF installed.

  2. Install the Aptos CLI plugin.

    Terminal window
    asdf plugin add aptos https://github.com/gregnazario/asdf-aptos.git
  3. Install the Aptos CLI

    Terminal window
    asdf install aptos latest
  4. (Optional) Install a specific version.

    Terminal window
    # Locally
    asdf install aptos 7.9.0
    # Globally
    asdf global aptos 7.9.0
  5. Verify the installation worked.

    Terminal window
    aptos help

    These help instructions also serve as a useful detailed guide for specific commands.

  1. Check that you have Mise installed.

  2. Install the Aptos CLI plugin.

    Terminal window
    mise plugin add aptos https://github.com/gregnazario/asdf-aptos.git
  3. Install the Aptos CLI.

    Terminal window
    mise install aptos
  4. (Optional) Install a specific version.

    Terminal window
    mise install aptos@7.9.0
  5. Add the tool to your local configuration.

    Terminal window
    mise use aptos
  6. Verify the installation worked.

    Terminal window
    aptos help

    These help instructions also serve as a useful detailed guide for specific commands.