Open source
Don’t trust it. Clone it.
Apache 2.0. The receipt engine, the Claim Ledger, and the quarantine are all readable. Try to break the determinism.
git clone https://github.com/jourdanlabs/omniscode.git
cd omniscode
cargo build --release -p omnis-key-cli --bin omnis-key
cargo build --release -p jcode --bin jcode./target/release/omnis-key demo integrity
./target/release/omnis-code login # explicit provider
./target/release/omnis-code run "…" # a coding turn
./target/release/omnis-key receipts statusThe demo runs without credentials and labels itself as fixture data. A real turn needs a provider you pick explicitly — nothing is discovered from your environment.
What v1 turns off.
No auto-update. No auto-reload. No ambient credential discovery on startup — an API key sitting in your environment does not create a provider route. No provider routes before you pick one.
The quarantine is the product. It is meant to be said out loud.
Lineage.
Upstream attribution is preserved in full — see LICENSE and NOTICE.md in the repository. JourdanLabs authored the Claim Ledger, the receipt engine, and the v1 quarantine.