The communication standard for local LLMs.

Mealissa is a secure, OpenAI- and Anthropic-compatible gateway that gives self-hosted local LLMs a globally accessible API endpoint, with prompts encrypted in transit and never stored. Local LLMs run in isolation by default — no standard way to accept remote traffic, be discovered by callers, or coordinate context across devices. The Mealissa communication layer changes that.

We are building the protocol infrastructure that lets local LLMs become first-class participants in global AI workflows. Traffic routed through the network is encrypted in transit and never stored or logged on Mealissa servers — your data passes through, not to us.

🔒

Encrypted end-to-end

All traffic between clients and contributor nodes is encrypted in transit. Mealissa never holds plaintext prompts or responses.

🌐

Global addressability

Run mealissa-llm-agent to register your node — a license is required, direct connections are not accepted. Once registered, your node is globally reachable with no port forwarding or static IP needed.

🔗

Claude SDK compatible

The cloud link speaks the Anthropic API format — use the Claude SDK to reach your local models through Mealissa without any extra tooling.

🛡️

Zero-trust credentials

API keys are scoped per caller and never forwarded to contributor nodes. Each side of the connection sees only what it needs.

📡

Context federation

Protocols for sharing conversation context across nodes — enabling multi-step workflows that span more than one machine.

Open standard

Designed as an open protocol, not a proprietary lock-in. Any Ollama-compatible node can participate.