Skip to Content

Installation

How to install ATL-CLI on your system.

Requirements

  • Rust 1.92.0 or later (for building from source)

From source

git clone https://github.com/evidentum-io/atl-cli cd atl-cli cargo build --release

The binary will be at target/release/atl-cli.

Features

By default, all features are enabled:

  • online — Online verification mode with anchor checks (RFC 3161 TSA, Bitcoin OTS)

To build without online features (offline-only mode):

cargo build --release --no-default-features

Verify installation

./target/release/atl-cli --version
Last updated on