c2pa-preview
is a desktop application to display content credentials for the C2PA standard embedded within images, videos, and other types of files.
Pre-built binaries are available for macOS, Windows, and Linux from the GitHub Releases page.
Install the prerequisites from Tauri docs for your platform.
Then, install frontend packages (recommended npm):
$ npm install --prefix frontend
Next, ensure tauri-cli is installed and updated:
$ cargo install tauri-cli --version "2.0.0-beta.15" --locked --force
Finally, build the app:
$ cargo tauri build
Important
Linux users may need to set NO_STRIP=true
before executing the last step as described here.
Download or drag & drop an example image below to try it for yourself! For more examples, check out this page.