| Crates.io | atlas-cli |
| lib.rs | atlas-cli |
| version | 0.1.0 |
| created_at | 2025-06-06 23:28:59.98965+00 |
| updated_at | 2025-06-06 23:28:59.98965+00 |
| description | Machine Learning Lifecycle & Transparency Manager - Create and verify manifests for ML models and datasets |
| homepage | https://github.com/IntelLabs/atlas-cli |
| repository | https://github.com/IntelLabs/atlas-cli |
| max_upload_size | |
| id | 1703574 |
| size | 423,935 |
⚠️ Disclaimer: This project is currently in active development. The code is not stable and not intended for use in production environments. Interfaces, features, and behaviors are subject to change without notice.
A command-line interface tool for creating, managing, and verifying Content Provenance and Authenticity (C2PA) manifests for machine learning models, datasets, and related artifacts.
The simplest way to install Atlas CLI is using cargo:
cargo install atlas-cli
# First install protobuf compiler
# Ubuntu/Debian:
sudo apt install protobuf-compiler
# Then install with TDX feature
cargo install atlas-cli --features with-tdx
# Clone repositories
git clone https://github.com/IntelLabs/atlas-cli
cd atlas-cli
# Build and install
cargo install --path .
# Or build without installing
cargo build --release
# Binary will be at ./target/release/atlas-cli
# To update to the latest version:
cargo install atlas-cli --force
For more detailed information, please refer to:
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
If you use Atlas CLI in your research or work, please cite our paper:
@misc{atlas2025github,
title={Atlas: A Framework for ML Lifecycle Provenance & Transparency},
author={Marcin Spoczynski and Marcela S. Melara and Sebastian Szyller},
year={2025},
eprint={2502.19567},
archivePrefix={arXiv},
primaryClass={cs.CR},
url={https://arxiv.org/abs/2502.19567v1}
}