Install Specific Aptos CLI Versions (Advanced)
Install on macOS / Linux
Follow the steps to build Aptos from source.
Ensure you have cargo installed by following the steps on this page.
cargo installed by following the steps on this page.Build the CLI tool: cargo build --package aptos --profile cli.
cargo build --package aptos --profile cli.(Optional) Move this executable to a place in your PATH.
Verify the installation worked by running target/cli/aptos help.
target/cli/aptos help.Install on Windows
Follow the steps to build Aptos from source here.
Ensure you have cargo installed by following the steps on this page.
cargo installed by following the steps on this page.Build the CLI tool: cargo build --package aptos --profile cli.
cargo build --package aptos --profile cli.(Optional) Move this executable to a place in your PATH.
Verify the installation worked by running target\cli\aptos.exe help.
target\cli\aptos.exe help.Last updated