Open Source

Version Control for Verified Truth

Verify claims using multi-validator AI consensus. Generate cryptographic proof certificates. Build trust into your applications.

truthgit
$ truthgit verify "The Earth orbits the Sun"
PASSEDConsensus: 97%
Validators: CLAUDE (98%), GPT-4 (96%), GEMINI (97%)
Hash: b058a26e

Built for Truth

Everything you need to verify, prove, and track factual claims.

Multi-Validator Consensus

Claims are verified by multiple AI validators (Claude, GPT, Gemini, local models) to reach consensus.

Cryptographic Proofs

Generate Ed25519-signed certificates that can be verified independently without access to the original repository.

Git-like Architecture

Content-addressable storage with SHA-256 hashing. Track truth like you track code.

Tamper-Proof

Once verified, claims are immutable. The hash chain ensures integrity of all stored truths.

Local-First

Run entirely offline with Ollama. No API keys required. Your data stays on your machine.

Agent-Ready API

REST API designed for AI agents. Structured responses with metadata for easy integration.

REST API

Agent-Ready API

Designed for AI agents and developers. Consistent response format, detailed metadata, and comprehensive error handling.

  • POST /api/verify - Verify claims with consensus
  • POST /api/prove - Generate proof certificates
  • POST /api/verify-proof - Validate certificates
  • GET /api/search - Search verified claims
api-example.sh
# Verify a claim
curl -X POST https://truthgit.com/api/verify \
  -H "Content-Type: application/json" \
  -d '{"claim": "Water boils at 100°C at sea level"}'

# Response
{
  "success": true,
  "data": {
    "passed": true,
    "consensus": 0.97,
    "validators": [
      {"name": "CLAUDE", "confidence": 0.99},
      {"name": "GPT-4", "confidence": 0.95}
    ],
    "claimHash": "a3f2c9d1"
  }
}

Start Verifying Truth Today

Open source, self-hostable, and ready for production. Join the growing community building trust into AI systems.