Developers
Tangle Blueprint CLI
Installation

Tangle CLI Installation

There are multiple sources to install the CLI from:

  1. Using the installation script (stable)

The script supports Linux, MacOS, and Windows (WSL2)

$ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tangle-network/gadget/releases/download/cargo-tangle/v0.1.1-beta.7/cargo-tangle-installer.sh | sh
  1. From crates.io (opens in a new tab) (stable)
$ cargo install cargo-tangle --force
  1. From source (nightly)
$ cargo install cargo-tangle --git https://github.com/tangle-network/gadget --force

You can verify your installation with:

$ cargo tangle --version