For evaluators

Physical things should not forget.

This page is written for someone assessing Libranis on a deadline. Every capability claim below is stated once and carries the live, public URL that proves it. Nothing on this page describes work that is planned.

Canonical identifier
https://libranis.com/judges/
Last updated
Published by
Maturation Mechanics, LLC

In thirty seconds

Libranis is a relational substrate and a single application in which people, places, physical things, organizations, documents, conversations, and an AI participant are held as records of one kind — a libran — related to one another through explicit, dated, permissioned relationships. A libran keeps its identity, history, and relationships across changes of owner, service provider, and application surface.

ScanThis is the first orbital: a focused experience inside that one application which gives a physical or informational thing a persistent identity, reached by scanning a code. A water heater becomes an entity with an install date, a warranty term, a service history, and an owner — and it keeps all of that when the house sells, instead of the next owner starting from nothing.

Ari is the contextual AI participant, and is not a chatbot over a corpus. Ari’s context is assembled at request time from the relationship graph and the caller’s authority, so two people asking the same thing the same question legitimately receive different answers. Possessing an identifier — a scan code, a URL, a record id — never implies permission to read what it identifies.

Verify this in five minutes

Every address in this table is public, unauthenticated, and read-only. None of them requires an account, and none of them returns any user’s data.

ClaimWhere it is proven
The product is documented as a specification, not a pitch.libranis.com/docs/ — six concept pages, each carrying its own canonical URL and last-updated date.
The same definitions are published for language models.libranis.com/llms.txt
An agent can discover the system without being told where to look.libranis.com/.well-known/ai-catalog.json — also advertised as <link rel="ai-catalog"> in the head of every page on this domain, including this one.
There is a public read contract, not only prose.libranis.com/api/v1 — six GET operations, no authentication accepted.
That contract is formally described.libranis.com/openapi.json — OpenAPI 3.2.0.
MCP clients can connect to it.https://mcp.libranis.com/mcp — Streamable HTTP, JSON-RPC. Discovery at mcp.libranis.com/.well-known/mcp.json; the same resources over plain HTTP at mcp.libranis.com/resources/.
Ari answers other agents over A2A.libranis.com/.well-known/agent-card.json declares one interface at https://mcp.libranis.com/a2a — JSON-RPC binding, protocol version 1.0. The request is below.
Ari answers people, in a browser, aloud, with no account.libranis.com/ari/ — types, speaks, and listens.
It is a business, and the thing is actually purchasable.get.libranis.com — the only place Libranis is sold. Terms at /docs/libranis/#pricing.
A real company publishes it.Maturation Mechanics, LLC, a Colorado company — maturationmechanics.com.
What exists and what does not is machine-readable, not only asserted here.libranis.com/api/v1/about — the lists below, field for field.

Two requests you can run

The first returns the interfaces this domain publishes and what each is for. The second submits a task to Ari over A2A and returns a completed task whose artifact answers from the documentation above.

curl -s https://libranis.com/api/v1/capabilities
curl -s -X POST https://mcp.libranis.com/a2a \
  -H 'content-type: application/json' \
  -H 'A2A-Version: 1.0' \
  -d '{"jsonrpc":"2.0","id":1,"method":"SendMessage","params":
       {"message":{"role":"ROLE_USER","messageId":"1","kind":"message",
        "parts":[{"kind":"text","text":"What is a libran?"}]}}}'

The A2A interface is deliberately narrow: four descriptive skills, answered from published documentation. It performs no lookup of any thing, returns no user data and no private relationship, changes no state, takes no autonomous action, and accepts no credential — there is nothing that would widen what it returns. The A2A-Version: 1.0 header is required; an absent version header is read as 0.3 per the A2A specification, and this interface implements 1.0 only.

What is live, and what is not

Stated plainly in both directions. The machine-readable form of both lists is /api/v1/about, and it says the same thing.

Running today

Not available

Libranis is in beta. Capability statements on this domain are limited to what is running; anything not yet running is named under What is live today on each documentation page, and here.

Why the architecture is different

Five properties that are structural rather than cosmetic. Each is defined on its own page rather than argued for here.

Trying it yourself

Without installing anything

Open libranis.com/ari/ and ask it something — what a libran is, how a stickered water heater works for the next owner, what it costs, or what Ari refuses to do. It answers in text, speaks aloud, and listens. No account, no subscription, nothing to install.

On iOS

The beta is distributed through TestFlight. The path it demonstrates: add a thing by scanning its code or photographing it → Libranis mints or matches a persistent entity for it → the entity opens with its own record → ask Ari about it → the conversation stays tethered to that thing → the context is still there when you come back. What each step means is defined on ScanThis and Ari.

What it costs

One subscription covers every Libranis experience, including orbitals that have not shipped. Personal is $3/month. A stewarded place — a park, memorial, church, trail, or rental — is $3/month per place, no matter how much is tagged inside it. A business is $27/month. Extra QR stickers are $0.09 each, one-time, at cost.

There are no coupons, promotional codes, gift purchases, sponsorships, or free tiers. Claiming a thing that someone else stickered for you is free, requires an account, and never requires a subscription; visitors to a public place never pay and are never enrolled. A business never funds a customer’s subscription.

Canonical terms: /docs/libranis/#pricing. Machine-readable: /api/v1/about. Subscriptions are sold only at get.libranis.com; no other site sells Libranis.

Questions

Ask Ari at libranis.com/ari/. It answers from the same documentation this page cites. Written support is at libranis.com/support/.

All Libranis documentation · llms.txt · AI catalog · Public read API