Download

Run the real engine locally.

StructTrace is preparing its first public alpha artifacts. Source installation is available now; prebuilt downloads appear only after the tagged archives pass their platform smoke tests.

Release targets.

No platform is labeled supported until its final packaged artifact has passed the real CLI, demo, replay, embedded-UI, and capability-server smoke path.

Linux x86_64

ALPHA PIPELINE

Static musl archive, checksum, SPDX SBOM, source archive, release evidence, and provenance attestation.

View releases

macOS Apple Silicon

ALPHA PIPELINE

Apple Silicon archive with the same final-package validation. Binary signing and notarization are not currently claimed.

View releases

macOS Intel

ALPHA PIPELINE

Intel archive built and tested on a dedicated hosted runner. Binary signing and notarization are not currently claimed.

View releases

Windows x86_64

ALPHA PIPELINE

MSVC archive and PowerShell installer with checksum verification and packaged local-server smoke tests.

View releases

Install from source

Requires stable Rust 1.87 or newer.

git clone https://github.com/Vaibhav701161/structtrace.git
cd structtrace
cargo install --path crates/structtrace-cli --locked
structtrace doctor
structtrace demo invoice --open

Verify a published archive

Every target ships a sibling .sha256 file. Published binary archives also receive a GitHub build-provenance attestation.

sha256sum -c structtrace-x86_64-unknown-linux-musl.tar.gz.sha256
gh attestation verify structtrace-x86_64-unknown-linux-musl.tar.gz \
  --repo Vaibhav701161/structtrace