The purpose of this software is to enable interaction with distributed, decentralized LLMs on the Morpheus network through a desktop chat experience.
v7.0.0 — Full TEE capability. The v7 release completes a two-hop Trusted Execution Environment (TEE) trust chain for any model registered on-chain with the
teetag:
- Phase 1 — consumer → P-Node. A consumer proxy-router (v6.0.0+) cryptographically verifies the provider's P-Node runs the exact official hardened
-teeimage inside a genuine Intel TDX SecretVM, with TLS pinning, at session open and on every prompt.- Phase 2 (new in v7) — P-Node → backend LLM. The v7+ P-Node itself verifies the backend LLM it forwards inference to (CPU TDX quote, TLS pinning, workload RTMR3 replay of the backend's
docker-compose.yaml, CPU-GPU nonce binding, and NVIDIA NRAS GPU attestation) at startup and on every prompt.Because Phase 2 runs inside the attested P-Node, any v6+ consumer is forward-compatible with a v7+ provider and gains the Phase 2 guarantees automatically — no client-side upgrade required. See 02.3-proxy-router-tee.md, 02.4-proxy-router-secretvm-quickstart.md, and the developer reference at proxy-router/docs/tee-backend-verification.md.
Components that are included in this repository are:
Llama.cpp and tinyllama model to run locally for demonstration purposes onlyproxy-router is a background process that monitors sepcific blockchain contract events,
manages secure sessions between consumers and providers and routes prompts and responses between themMorpheusUI is the front end UI to interact with LLMs and the Morpheus network via the proxy-router as a consumercli is the cli client to interact with LLMs and the Morpheus network via the proxy-router as a consumeripfs is the ipfs client to interact with the ipfs network to store and retrieve model/agent files8453)0x7431aDa8a591C955a994a21710752EF9b882b8e30x6aBE1d282f72B474E54527D93b979A4f64d3030ahttps://base.blockscout.com/84532)0x5C80Ddd187054E1E4aBBfFCD750498e81d34FfA30x6e4d0B775E3C3b02683A6F277Ac80240C4aFF930https://base-sepolia.blockscout.com/MOR and ETH tokens in your wallet.
MOR is the token used to pay for the model provider staking and consumer usageETH is the token used to pay for the gas fees on the network00-Overview - This provides a comprehensive picture of the Provider, Blockchain and Consumer environments and how they interact. This will also link to other documents for more advanced setup and configuration.
04-Consumer-Setup - This is the simplest way to get started with the Morpheus Lumerin Node as a Consumer. This will allow you to interact with the Morpheus network and the models offered on the network as a consumer running from packaged releases.
02-Provider-Setup - This is the simplest way to get started with the Morpheus Lumerin Node as a Provider. This will allow you to connect your existing AI-Model to the Morpheus network and offer it for use by consumers.
-tee image on SecretVM and register a tee-tagged model03-Provider-Offer - Register your provider, model (optionally with the tee tag), and bid on-chain.