Choose your edition¶
Myeline comes in three families, depending on whether you want to self-host for free, use the hosted version with nothing to install, or deploy a bespoke installation on your own infrastructure.
-
Community / Self-host (OSS)
Open-source (AGPL-3.0), single-user edition to self-host for free. Multi-LLM BYOK + fully local LLM via Ollama, no licence and no organisation.
-
Cloud / Hosted
Hosted on myeline.io (EU / France), nothing to install. Free (your key), Pro at €7.90/mo with Mistral included (15-day trial), per-seat teams.
-
On-premise / Sovereign (quote-based)
Deployment on your infrastructure, multi-tenant, with contractual support. Sovereign (air-gap) and Sovereign-hybrid (BYOK) variants. Bespoke, quote-based installation.
The two on-prem editions below (Sovereign and Sovereign-hybrid) are bespoke, quote-based installations, each calibrated for a specific need. Pick yours based on three criteria: the regulation that applies to your data, your need for autonomy, and the infrastructure you have available.
Comparison table¶
| Criterion | Sovereign | Sovereign-hybrid |
|---|---|---|
| Hosting | Your infra | Your infra |
| Internet connection | None (air-gap) | Outbound allowed (BYOK) |
| AI synthesis | Local Ollama only | Per-org choice: Ollama OR Mistral / Claude / OpenAI / Gemini |
| Embedding | Local Ollama | Local Ollama |
| Cloud connectors | S3 + WebDAV only (toward internal infra) | All (with your OAuth apps — see BYOC) |
| Social login (Google / Microsoft) | ❌ | ❌ |
| Stripe billing | ❌ | ❌ |
| Multi-tenant | Single-tenant by default | Single-tenant by default |
| Updates | Manual (podman pull) |
Manual (podman pull) |
| Pricing | On quote — contact us | On quote — contact us |
When to choose which?¶
Sovereign (air-gap)¶
For: public agencies, vital-importance operators, defence sector, HDS-strict health, regulated banks, any organisation subject to a strict data-localisation audit.
Pros: not a single bit leaves your network. All components (AI synthesis, mailer, monitoring) run locally. SecNumCloud-compliant by construction.
Trade-offs: no external API means you must use local LLMs (Mistral-Nemo, Llama 3.1, Mixtral…), which need GPU-equipped servers for acceptable performance. See server prerequisites.
Sovereign-hybrid (BYOK)¶
For: companies that want sovereign-like infrastructure isolation but with frontier LLM quality (Mistral Large, Claude Sonnet 4.6, GPT-5, Gemini 2.5).
Pros: infrastructure and data stay with you, but synthesis can be routed per-organisation toward the LLM of your choice using your own API key (BYOK). You pay the AI provider directly, no intermediary.
Implications: to enable cloud connectors, you set up credentials with each provider from your tenant: - Google Drive: create a GCP service account in your project - OneDrive / Dropbox / Notion: register your own OAuth apps (BYOC)
Full walkthrough: Sovereign-hybrid installation § Cloud connectors.
What about the Cloud edition?¶
If you have no self-hosting constraint, the Cloud (SaaS) edition is the fastest path: free account, cloud connectors, RAG search, no server to manage (Free or Pro at €7.90/mo). If sovereignty or air-gap are requirements, the On-premise / Sovereign offering is a bespoke, quote-based installation — let's talk: hello@myeline.io.
Migrating between editions¶
Switching between Sovereign and Sovereign-hybrid is possible without data loss:
- Sovereign → Sovereign-hybrid: change
DEPLOYMENT_MODEin.env, provide a new licence key for the hybrid tier, restart. No data migration. - Sovereign-hybrid → Sovereign: symmetric.
Edition changes happen at licence renewal time (max 12 months). Contact us to plan.