Golden demo (verifiable)
The fastest evaluation path is to run the demo from the signed runner image and then verify the supply chain trust using the release receipt.
Not legal advice. Not infringement. Not FTO.
Browse the PatentChecker demo set
Jump between live posture reports, delivery blocking analysis, and offline-verifiable proof bundles without backing out to the PatentChecker overview.
Vector blocking analysis across capsid overlap, licensing dependency, manufacturing sensitivity, and exclusivity zones.
Live posture report for sequence-watchlist drift: baseline, delta, open actions, and monitoring queues.
Downloadable drift packet with checksums, manifest verification, and contract-validated Evidence Packet JSON.
Verifiable runner-image quickstart for the signed PatentChecker evaluation path.
Replay-verifiable PTAB evidence bundle with decision metadata, captures, provenance, and verifier scripts.
Signed deterministic proof bundle for an engineering and procurement review workflow.
Quickstart
# Requires a Docker-enabled host (WSL without Docker Desktop integration will fail). # Requires: docker, gh, tar. # If GHCR requires auth (private package): # echo "$GH_TOKEN" | docker login ghcr.io -u <user> --password-stdin rm -rf ./patentchecker_demo && mkdir -p ./patentchecker_demo TAG=v0.1.52 MIRROR_REPO=omniscoder/patentchecker-releases # Demo inputs are not embedded in the container image; download + mount them. rm -rf ./demo ./contract rm -f demo_crispr_ip_drift_inputs.tgz gh release download "$TAG" -R "$MIRROR_REPO" -p demo_crispr_ip_drift_inputs.tgz tar xzf demo_crispr_ip_drift_inputs.tgz docker pull ghcr.io/omniscoder/patentchecker:"$TAG" docker run --rm --entrypoint node \ -v "$PWD/demo:/app/demo:ro" \ -v "$PWD/contract:/app/contract:ro" \ -v "$PWD/patentchecker_demo:/out" \ ghcr.io/omniscoder/patentchecker:"$TAG" \ dist/src/cli/demo_crispr_ip_drift.js --bundle-dir /out # Open ./patentchecker_demo/report.md sed -n '1,120p' ./patentchecker_demo/report.md