Nosia

Self-hosted AI RAG + MCP Platform

Run AI models on your own data with complete privacy and control

Get Started

Nosia is an open-source platform that brings enterprise-grade AI capabilities to your own infrastructure. With Retrieval Augmented Generation (RAG), Model Context Protocol (MCP) integration, and OpenAI-compatible APIs, you can build AI applications that work with your data, your way.

🌱 Our Story

Nosia is first and foremost a human story. The story of four passionate individuals β€” Cyril, Olivier, Aude, and Melvin β€” united by years of friendship and collaboration. An adventure born from a shared conviction: technology should serve humans, not the other way around.

It all began in 2024. Olivier, always on the lookout for meaningful innovations, shared his discovery of RAG with Cyril. A spark. Cyril came up with the name Nosia β€” a name that carries our values: digital sovereignty, ethics, data respect. Then Aude, Cyril, and Melvin took on the challenge: combining technical expertise with a human-centered approach to create an AI that respects both people and the planet.

Hours of brainstorming, testing, prototyping... Always the same question: how to reconcile technological innovation with data sovereignty, open source, and European values? How to prove that a different kind of digital world is possible, more responsible, more human?

It was in this collective energy that Nosia came to life. Not within the formal framework of a company, but in the enthusiasm of four people convinced that we can combine technical performance with ethics. An adventure where every detail matters: from choosing the name to the last line of code.

And this human and responsible adventure continues. In June 2026, FranΓ§ois, who runs the YouTube channel Kokori Kodo, created the first presentation video β€” which you can discover in the French version.

See Nosia in Action

Nosia Demo

Key Features

Discover how Nosia gives you complete control over your AI with powerful and intuitive tools.

πŸ”’

Private & Secure

Your data stays on your infrastructure

πŸ€–

OpenAI-Compatible API

Drop-in replacement for OpenAI clients

πŸ“š

RAG-Powered

Augment AI responses with your documents

πŸ”Œ

MCP Integration

Connect AI to external tools and services

πŸ€–

Agent Skills (soon)

Extend chat with custom LLM-driven and Ruby-based skills

πŸ”„

Real-time Streaming

Server-sent events for live responses

Get Started in Minutes

One command installs Docker and all dependencies:

curl -fsSL https://get.nosia.ai | sh

For Windows:

Invoke-WebRequest https://get.nosia.ai/install.ps1 -OutFile install.ps1; .\install.ps1
^