Skip to main content

Trufo

Open-source library to simplify interactions with the Trufo Provenance Service (TPS).

The Trufo Provenance Platform is under active development, with new provenance features and product workflows being added regularly. If you are building against the platform and have questions about the right integration path, please contact support@trufo.ai. We are happy to help.

Install

pip install trufo

Sign a File

With a c2pa-sign-test API key from app.trufo.ai (see the Auth Quickstart):

from pathlib import Path

from trufo import sign_c2pa_test
from trufo.util.credentials import TrufoApiKey, load_api_key

api_key = load_api_key(TrufoApiKey.C2PA_SIGN_TEST)

signed_bytes = sign_c2pa_test(api_key, Path("input.jpg").read_bytes())
Path("signed.jpg").write_bytes(signed_bytes)

That is a complete C2PA signature — Trufo assembles and signs the manifest, so you need no certificate of your own. Swap in sign_c2pa() with a c2pa-sign-prod key for production-trusted output. See the Signing Quickstart.

What You Can Do

  • Sign C2PA manifests — hosted, or distributed so media never leaves your machine
  • Label AI-generated content with C2PA AI disclosures
  • Stamp organization identity and metadata via CAWG
  • Embed and recover watermarks that survive manifest stripping
  • Declare source assets, or redact from provenance history (ingredients)
  • Enrol your own C2PA certificates for a generator product (CSRs)

Optional Local Engine

When using the standard C2PA Signing API, the raw digital media content is sent to the Trufo server for processing. In cases where data privacy is important or where the content file is large, a distributed API is available where media processing — including watermark embedding — is local (and signing is remote, on Trufo servers). Two local-engine tiers are available:

# distributed C2PA signing only — lightweight, no watermark engine
pip install "trufo[local-sign-only]"

# distributed signing + local watermark embedding — adds trufo-pawprint
# and its ML dependencies (torch; a substantially heavier install)
pip install "trufo[local-full]"

Pick local-sign-only unless you need watermarking in distributed signing: the watermark engine's dependencies are heavy (PyTorch), and a local-sign-only installation signs normally — but a watermark request without the engine always fails with an install hint (see the Watermarking Quickstart). The legacy provenance extra is an alias of local-sign-only.

Note: the local-engine installation currently requires Linux on x86_64 (glibc 2.28+) with CPython 3.12 — the trufo-provenance native wheel is published only as cp312-manylinux_2_28_x86_64. The base trufo package is pure Python and runs on any platform with Python 3.10+.

Private Package Index

New releases of trufo-provenance and trufo-pawprint are distributed through Trufo's private package index at packages.trufo.ai rather than public PyPI. Installing the local-sign-only (or local-full) extra requires an sdk-download API key, created at app.trufo.ai/settings/org under API Keys (requires an active C2PA Signing plan).

Store the key in ~/.netrc rather than in the index URL. pip sends it as an HTTP basic-auth credential either way, but a URL-embedded key also lands in your shell history, the process list, and pip and CI logs:

cat >> ~/.netrc <<'EOF'
machine packages.trufo.ai
  login __token__
  password <your-sdk-download-key>
EOF
chmod 600 ~/.netrc

The literal __token__ goes in the login field and the key in the password field — the same convention PyPI uses. Keep that order: a Trufo API key contains a colon, which is also the separator in an HTTP basic-auth credential, so putting the key in the login field makes it ambiguous to parse.

Then point pip at the index — no credential in the URL — and install normally:

export PIP_EXTRA_INDEX_URL="https://packages.trufo.ai/simple/"
pip install "trufo[local-sign-only]"   # or "trufo[local-full]"

In CI, write the ~/.netrc from your secret store as a build step instead of committing it or exporting the key into the environment.

The trufo package itself resolves from public PyPI; only the engine packages come from the private index. Treat the key like any other credential: keep it out of committed lockfiles and logs, and revoke it from the dashboard if it is exposed.

Workflow Examples (Quickstart)

There are a number of documents to get you started quickly with specific use cases:

# Use case Quickstart
0 Setup — install and credentials 0_setup.md
1 Certificates (your own signer) 1_certs.md
2 C2PA signing 2_c2pa_signing.md
3 AI labeling 3_ai_labeling.md
4 Organization stamping (CAWG) 4_cawg_publish.md
5 Ingredients & redaction 5_ingredients.md
6 Watermarking & recovery 6_watermarking.md

Most integrations need only 0 and 2; quickstart 1 is for teams that operate their own C2PA generator product and sign with their own certificates.

Reference Documentation

The full reference documentation is spread across the following files:

Document Covers
docs/api/api_trufo.md Accounts, organizations, MFA, API keys and scopes, Organization Validation, errors, regions
docs/api/api_c2pa.md C2PA signing (hosted, S3, distributed), actions and assertions, watermark recovery, assertion records
docs/api/api_certs.md Certificate enrollment (EST), OCSP, timestamping, and the Registration Authority
docs/cli.md CLI credential management

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trufo-1.1.1.tar.gz (39.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

trufo-1.1.1-py3-none-any.whl (49.7 kB view details)

Uploaded Python 3

File details

Details for the file trufo-1.1.1.tar.gz.

File metadata

  • Download URL: trufo-1.1.1.tar.gz
  • Upload date:
  • Size: 39.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for trufo-1.1.1.tar.gz
Algorithm Hash digest
SHA256 8d89e4108eeea9dec08dd965c48a2c71c73ee6460247f9bf128c9d604258b9f6
MD5 41766978cda66dc6bc5d924645f2d57b
BLAKE2b-256 c132b6ac58b57d198c645b01f86e9d059a52af709231ba66ac6791437c91ce1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for trufo-1.1.1.tar.gz:

Publisher: publish.yml on trufo-ai/trufo-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file trufo-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: trufo-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 49.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for trufo-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 925d68013e8f1e96b24d2a24a3dcaec49e5046dc13fc0109c2c9fa8ec324ddbd
MD5 42bd4042725aaf154f7237e288fcdb9a
BLAKE2b-256 7f8da6832c002365f0f39d78bbe98180203c9b5d90355b562d33e8efae790444

See more details on using hashes here.

Provenance

The following attestation bundles were made for trufo-1.1.1-py3-none-any.whl:

Publisher: publish.yml on trufo-ai/trufo-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

1.2.0

2 files

1.1.2

2 files

This release

1.1.1 This release

2 files

1.1.0

2 files

1.0.0

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.0

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page