OMYRA

Architecture

Four primitives, one pipeline. A workflow recalls memory, runs private inference, emits a chained receipt, and writes back — settling on Solana.

Omyra is four primitives that compose into a single pipeline. A workflow recalls memory, runs private inference, emits a chained receipt, and writes back — all settling on Solana.

Flow — workflow

Compose autonomous workflows — declarative YAML under the hood — and publish them to a marketplace.

Vault — memory

Encrypted on-chain memory under user keys. Deletion spends a one-time nullifier — a one-way door.

Compute — TEE GPU

Private inference inside Intel TDX or AMD SEV-SNP enclaves. Dual support is deliberate redundancy: a flaw in one vendor's enclave does not take the network down.

Proof — receipt

Each inference emits a chained receipt: model + input + output hash, TEE attestation, and signature.

PrimitiveRoleGuarantee
FlowOrchestrationDeclarative, publishable workflows
VaultMemoryEncrypted under user keys, provably deletable
ComputeInferenceRuns inside attested TEE enclaves
ProofAuditChained, verifiable receipt per inference
Targets, not claims

These are engineering targets informed by production-proven designs — the standard Omyra builds toward, not features claimed as shipped.