Skip to main content

Install

pip install artifacta
pip install artifacta installs both the CLI binary and the Python SDK. You get artifacta on your PATH and from artifacta import Client in Python.

Requirements

MethodRequires
pipPython 3.9+
HomebrewmacOS or Linux with Homebrew
curlmacOS or Linux (amd64, arm64)

Verify installation

artifacta --version
Output
artifacta 1.0.0

Upgrade

pip install --upgrade artifacta

What’s included

ComponentWhat you get
CLIartifacta push, pull, ls, rm, inspect, link, session, extend-ttl, whoami, config
Python SDKfrom artifacta import Clientpush(), pull(), pull_bytes(), push_dict(), list(), get(), delete(), create_link(), seal_session(), extend_ttl()
Both share a codebase and are always installed together. There is no separate CLI-only or SDK-only package.