Skip to content
View croviatrust's full-sized avatar

Block or report croviatrust

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
croviatrust/README.md

Crovia — silence you can verify

Live log · TACET spec · Whitepaper · For LLMs · Canon

Every hour, a public randomness beacon opens an epoch. TACET fetches the model cards of the AI systems under watch, runs a published predicate over the bytes — does this card name its training data? — signs each answer, commits them all to a sparse Merkle map, and anchors the hour in Bitcoin. When a lab stays silent about training data, the silence becomes a proof anyone can verify offline.

Crovia states observation facts, bounded by two public clocks. It never asserts intent.

pip install -e countersign/tacet/reference/python -e crovia-seal/reference/python -e countersign/tacet/operator
curl -sO https://croviatrust.com/registry/data/tacet/proofs/mistralai__Mistral-7B-v0.1.seal.json
tacet-operator verify mistralai__Mistral-7B-v0.1.seal.json      # recomputes roots, drand, Bitcoin anchors, signatures

Repositories

countersign TACET: specification, reference implementation, conformance vectors, the live operator, the canon and the site sources. Start here.
crovia-seal The Crovia Seal (crovia.seal.v1): tamper-evident, offline-verifiable receipts for AI outputs. IETF Internet-Draft. Every TACET proof is a Seal.
crovia-core-engine The 2026 archive substrate (collectors, signed envelopes, batch seals, anchors). Observation paused 2026-06-01; data stays public.
crovia-evidence-lab Public data exports of the archive, CC-BY-4.0.
causari Sibling product: causal provenance of what AI agents do to a codebase. Same Seal, different subject.

Crovia is not Causari

Crovia Causari
Watches what AI providers disclose about training data what AI agents do to your codebase
For regulators, litigators, journalists, the public software developers
Output TACET silence proofs, LACUNA certificates causal provenance of code edits
Home croviatrust.com causari.dev

Conduct

This account does not open issues, pull requests or discussions on repositories outside croviatrust/*. An automated outreach experiment in early 2026 was stopped and will not resume. If you received an unsolicited issue from us, we apologise — write to info@croviatrust.com.


Independent · no vendor money · code Apache-2.0 · specs CC0 · data CC-BY-4.0 · info@croviatrust.com

Popular repositories Loading

  1. causari causari Public

    How much of your AI-written code actually survives? Find out in 10 seconds - one command, any git repo, zero setup. Then go deeper: a causal ledger that records every prompt, model and change an AI…

    Rust 7

  2. crovia-core-engine crovia-core-engine Public

    Crovia substrate — the 2026 archive: autonomous collectors, Ed25519-signed observation envelopes, batch Merkle seals, OpenTimestamps anchors, Phase-0 truth post-processors. Superseded for live obse…

    Python 5 1

  3. crovia-core crovia-core Public archive

    Verifiable payouts + EU AI Act compliance bundles for AI training data (DPI demo, Merkle root, trust_bundle.v1).

    Python 3 1

  4. crovia-wedge crovia-wedge Public archive

    Python 2 2

  5. crovia-evidence-lab crovia-evidence-lab Public

    Public data plane of Crovia: hourly exports of the 2026 archive ledger, snapshots, weekly leaderboard, frozen 2026-H1 experiments. CC-BY-4.0.

    HTML 2 1

  6. crovia-seal crovia-seal Public

    Crovia Seal — tamper-evident, offline-verifiable receipts for AI outputs (crovia.seal.v1). IETF Internet-Draft draft-crovia-seal. Reference implementation, conformance vectors, in-browser verifier,…

    Python