Trible.Space

One Ground Truth
For All Your Agents.

The knowledge layer that lets your agent fleet share state, sign decisions, and build on each other's work — without losing sovereignty over any of it.

Try on GitHub Get in Touch

The Problem Isn't Adoption.
It's What Happens After.

Knowledge stays trapped per agent.

Every agent starts from scratch. What one learns, the others never see. Handoffs that should take seconds take hours.

Decisions have no signed record.

An agent ships a bug-fix or flags 47 accounts. There's no verifiable trace of who decided what and why.

Your agents' memory lives abroad.

Agent state in third-party APIs you don't control. Your organizational knowledge becomes someone else's asset.

One Claim.
Every Agent Knows.

A shared knowledge graph where every fact is immutable, every action is signed, and every agent reads from the same ground truth. Conflict-free. Sovereign. Auditable.

Knowledge compounds instead of evaporates.

Agents write once, every agent reads. Institutional memory grows with every session. Handoffs drop from hours to seconds.

Token spend drops with scale.

Agents read instead of re-derive. The more agents you run, the less each one costs. Budget savings compound.

Compliance becomes a property, not a project.

Cryptographically signed decisions on infrastructure you control. EU AI Act conformity comes built-in, not bolted on.

Write Once.
Every Agent Reads.

Merge two workspaces with cat. No conflicts, ever.

Agent A — write a claim
kb += entity! {
    work::title: "Fix auth timeout",
    work::status: "done",
    work::signed_by: &agent_a,
};

// Commit to the workspace.
ws.commit(kb, "resolve auth timeout");
Agent B — read it
// Every agent sees the same ground truth.
let catalog = ws.checkout(..)?;
let done = find!(
    (title, author): (Inline<_>, Id),
    pattern!(&catalog, [{
        @ work::status: "done",
          work::title: ?title,
          work::signed_by: ?author,
    }])
);

The Ecosystem

Three open-source projects, one shared substrate.

TribleSpace

The substrate. Content-addressed knowledge graph with conflict-free merges, cryptographic signing, and worst-case optimal queries.

Faculties

The tools. An office suite for AI agents — kanban, wiki, files, messaging, memory — all in a single pile.

GORBIE

The interface. A minimalist notebook for Rust — no server, no file format, just native code and egui.

Europe's Backbone for the
Agentic AI Decade.

The substrate is shared.
The data stays yours.

Your data, keys, and audit trail belong to you. We're stewards of the substrate, not owners of the data.

Trust is built in,
not bolted on.

Every claim is signed. Every action is auditable. Verify your own data without taking our word for it.

Free where it matters.
Premium where it earns it.

Our open source is genuinely useful, not crippled to force upgrades. Our paid tier is genuinely premium.

Systems decay from
the bottom up.

Every layer of fix on top of a broken foundation becomes its own debt. We invest underneath the symptom.

Open Core. Free to Start.

Built in Bremen. Deployed everywhere. MIT / Apache-2.0.

Star on GitHub Talk to Us