# @aztec/cli

> The Aztec CLI `aztec-cli` is a command-line interface (CLI) tool for interacting with Aztec. It provides various commands for deploying contracts, creating accounts, interacting with contracts, and retrieving blockchain data.

Latest version **5.2.0** (published 2026-08-17) · 0 weekly downloads

## Install

```sh
npm install @aztec/cli
pnpm add @aztec/cli
yarn add @aztec/cli
bun add @aztec/cli
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 5.2.0 |
| Published | 2026-08-17 |
| First published | 2023-07-09 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=20.10 |
| Dependencies | 28 |
| Unpacked size | 552.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | zac-williamson, leilawang, charlielye, jaosef, joss-aztecprotocol, ludamad |

## Links

- npm: https://www.npmjs.com/package/@aztec/cli
- npm.io page: https://npm.io/package/@aztec/cli

## Dependencies (28)

- [viem](https://npm.io/package/viem.md) npm:@aztec/viem@2.38.2
- [tslib](https://npm.io/package/tslib.md) ^2.4.0
- [semver](https://npm.io/package/semver.md) ^7.5.4
- [commander](https://npm.io/package/commander.md) ^12.1.0
- [@aztec/p2p](https://npm.io/package/@aztec/p2p.md) 5.2.0
- [@iarna/toml](https://npm.io/package/@iarna/toml.md) ^2.2.5
- [@scure/bip39](https://npm.io/package/@scure/bip39.md) ^2.0.1
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) ^4.2.0
- [@aztec/stdlib](https://npm.io/package/@aztec/stdlib.md) 5.2.0
- [@aztec/slasher](https://npm.io/package/@aztec/slasher.md) 5.2.0
- [@aztec/wallets](https://npm.io/package/@aztec/wallets.md) 5.2.0
- [lodash.groupby](https://npm.io/package/lodash.groupby.md) ^4.6.0
- [@aztec/accounts](https://npm.io/package/@aztec/accounts.md) 5.2.0
- [@aztec/archiver](https://npm.io/package/@aztec/archiver.md) 5.2.0
- [@aztec/aztec.js](https://npm.io/package/@aztec/aztec.js.md) 5.2.0
- [@aztec/ethereum](https://npm.io/package/@aztec/ethereum.md) 5.2.0
- [@aztec/node-lib](https://npm.io/package/@aztec/node-lib.md) 5.2.0
- [@aztec/constants](https://npm.io/package/@aztec/constants.md) 5.2.0
- [@aztec/foundation](https://npm.io/package/@aztec/foundation.md) 5.2.0
- [@aztec/entrypoints](https://npm.io/package/@aztec/entrypoints.md) 5.2.0
- [@aztec/world-state](https://npm.io/package/@aztec/world-state.md) 5.2.0
- [source-map-support](https://npm.io/package/source-map-support.md) ^0.5.21
- [@aztec/l1-artifacts](https://npm.io/package/@aztec/l1-artifacts.md) 5.2.0
- [@aztec/node-keystore](https://npm.io/package/@aztec/node-keystore.md) 5.2.0
- [@ethersproject/wallet](https://npm.io/package/@ethersproject/wallet.md) ^5.8.0
- [@aztec/sequencer-client](https://npm.io/package/@aztec/sequencer-client.md) 5.2.0
- [@libp2p/peer-id-factory](https://npm.io/package/@libp2p/peer-id-factory.md) ^3.0.4
- [@aztec/protocol-contracts](https://npm.io/package/@aztec/protocol-contracts.md) 5.2.0

## Recent versions

- 5.2.0 (latest) — 2026-08-17
- 5.3.0-nightly.20260919 (prerelease) — 2026-09-19
- 0.0.1-dev (dev) — 2026-06-26
- 4.4.0-nightly.20260618 (nightly) — 2026-06-18
- 4.3.0-rc.1 (rc) — 2026-05-15
- 0.0.1-commit.fff30aa (commit) — 2026-04-17
- 4.0.0-devnet.4-patch.0 (devnet) — 2026-04-06
- 4.2.0-aztecnr-rc.2 (aztecnr-rc) — 2026-03-26
- 5.0.0-private.20260319 (private) — 2026-03-19
- 5.0.0-patched.20260318 (patched) — 2026-03-18
- 4.0.0-spartan.20260218 (spartan) — 2026-02-18
- 2.0.3-zkpassport (zkpassport) — 2025-12-03
- 3.0.0-manual.20251030 (manual) — 2025-10-30
- 0.0.1-fake-ceab37513c (fake-ceab37513c) — 2025-10-30
- 0.0.1-fake-c83136db25 (fake-c83136db25) — 2025-10-30
- … 1232 more at https://npm.io/package/@aztec/cli/versions

## README

# Aztec CLI Documentation

The Aztec CLI `aztec-cli` is a command-line interface (CLI) tool for interacting with Aztec. It provides various commands for deploying contracts, creating accounts, interacting with contracts, and retrieving blockchain data.

## Installation

1. In your terminal, download the local network by running

```
bash -i <(curl -s https://install.aztec.network)
```

2. Verify the installation: After the installation is complete, run the following command to verify that `aztec-cli` is installed correctly:

   ```shell
   aztec-cli --version
   ```

   This command will display the version number of `aztec-cli` if the installation was successful.

## Usage

Run `aztec-cli --help` to get info on the commands.

---
_Source: https://npm.io/package/@aztec/cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
