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.
All traffic between clients and contributor nodes is encrypted in transit. Mealissa never holds plaintext prompts or responses.
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.
The cloud link speaks the Anthropic API format — use the Claude SDK to reach your local models through Mealissa without any extra tooling.
API keys are scoped per caller and never forwarded to contributor nodes. Each side of the connection sees only what it needs.
Protocols for sharing conversation context across nodes — enabling multi-step workflows that span more than one machine.
Designed as an open protocol, not a proprietary lock-in. Any Ollama-compatible node can participate.