Sovereign Agentic crest
Built in Europe · Open source · Portable · Pre-beta

The Sovereign Agentic OS for the next era of enterprise AI

A fully integrated, portable open-source AI stack — paired with a partner marketplace and an educational ecosystem. Built as an open alliance from Europe, so organizations stay in control of their data, models, and infrastructure.

Reference architecture Portable open-source stack Partner marketplace Educational ecosystem
A message from the founder

At the core of a European alliance for sovereign AI

We founded the Sovereign Agentic alliance to give organizations a genuine alternative: an open, portable AI foundation they fully control. As Data Masterclass, we orchestrate the partners, the open-source stack, the marketplace, and the educational ecosystem — bringing them together into one coherent whole.

Dr. Alex Borek, CEO Data Masterclass
An open alliance from Europe for the World

Built together. Orchestrated by Data Masterclass.

Sovereign Agentic is built as an alliance of many partners. As Data Masterclass, we sit at the core of this global alliance — orchestrating the partners, the open-source stack, the marketplace, and the educational ecosystem into one coherent, sovereign foundation.

3
Pillars, one stack
100%
Open source & portable
EU
Sovereign by design
Growing
Alliance of partners
The alliance

Founding partners

A growing alliance of specialists across data, governance, and applied AI — with more partners joining as we scale.

Orchestrator
Data MasterclassThe Fast Track for Data & AI Leaders
Founding Core Partner

Data Masterclass

Orchestrates the alliance, the open-source stack, the marketplace, and the educational ecosystem — the European core of the global Sovereign Agentic alliance.

datamasterclass.com →
Enabler Minds
Founding Core Partner

Enabler Minds

Data foundations, intelligent agents, and AI governance — portable, cloud-agnostic platforms that help enterprises deploy AI that is accurate, secure, and compliant.

enablerminds.ai →
NexgAI
Founding Core Partner

NexgAI

An agentic AI growth engine — a private, secure digital workforce of cognitive AI agents delivering measurable outcomes across the enterprise.

nexgai.com →

More partners are joining the alliance. Talk to us about partnering →

Three pillars

One open foundation for sovereign AI

Everything organizations need to build, deploy, and scale agentic AI on their own terms.

01
The OS

Sovereign Agentic OS

A reference architecture and a fully integrated, portable open-source stack — deployable across any cloud, on-premises, or EU sovereign infrastructure. No lock-in, full control.

02
The Exchange

The Marketplace

Connected services and products from across the alliance — vertical and horizontal solutions that plug into the OS, so teams can compose exactly the capabilities they need.

03
The People

Educational Ecosystem

Programs, enablement, and community to empower people to leverage the Sovereign Agentic OS — turning the technology into real organizational transformation.

Pillar 01 · The OS · Open source
● Pre-beta / public test v0.1.0-alpha.1

Sovereign Agentic OS — one governed stack. Your cloud. Zero lock-in.

Sovereign Agentic OS assembles about two dozen best-in-class, permissively-licensed open-source tools into one governed stack, where every business domain can create, use, govern, and share its data, knowledge, dashboards, agents, software, and ML. It ships as one umbrella Helm chart that runs on your Kubernetes — a laptop (kind), STACKIT (EU/Germany), Azure, on-premises, or fully air-gapped — and keeps your data and inference under your control.

The default install is fully self-contained and works out of the box: every backend runs inside the chart, and a tiny local mock LLM stands in for a model provider — so nothing external and no API key is required to see the whole system working end to end.

Pre-beta / public test — v0.1.0-alpha.1. Not production-ready; published for evaluation and feedback. Try it and open issues — we read every one.
One unified UI. Everything lives in a single, themeable web app (light & dark) — agents, knowledge, structured data, dashboards, software, science, monitoring, and governance — plus an embedded platform admin (Platform → Components) to operate the whole stack from one place.
Why "sovereign"?
Owned by youRuns in your own cloud/tenant; data and inference never leave your jurisdiction.
Permissive open source onlyEvery bundled component is Apache-2.0 / MIT / BSD / PostgreSQL, and the UI is in the free core. No closed core, no lock-in, fully auditable.
PortableThe same chart runs on kind, STACKIT, Azure, or air-gapped. Mode is one value per backend (bundled | external).
Secure & governed by defaultAgents have no raw internet, every tool call is OPA-authorized, every model call is metered and traced, and no real secret ever lives in git.
What's inside
LayerCapabilityBuilt on
1 · Agent coreMulti-agent runtime, model + MCP gateway, observability, retrievalLangGraph · LiteLLM · Langfuse · OpenSearch
2 · ContextPolicy, RAG, transforms, metrics, catalog, orchestrationOPA · Docling · Haystack · dbt · Cube · OpenMetadata · Dagster
3 · Self-serviceLakehouse, query, BI, software delivery, MCP toolsIceberg/Polaris · DuckDB/Trino · Superset · Forgejo · Argo CD · MCP
4 · Science (opt-in, off by default)Notebooks, feature store, model training + servingJupyterHub · MLflow · Featureform · KServe

All permissively licensed. Layers 1–3 are built incrementally; Layer 4 is opt-in / off-by-default.

Golden paths — four workflows that work the moment you install
  1. Ask an agent (RAG) — a LangGraph agent retrieves over OpenSearch, generates via LiteLLM, and is traced end-to-end.
  2. Query the lakehouse — DuckDB SQL over Iceberg, exposed as an OPA-gated query tool through the model gateway.
  3. Build a dashboard — Superset on dbt-modeled data with Cube metrics.
  4. Ship softwaregit push → Forgejo CI → image build → Argo CD GitOps redeploy.
Deployment modes
Self-contained (default)Every backend bundled; one command; runs anywhere, air-gappable, scales to zero with the cluster.
Managed overlayPoint stateful backends at your cloud's managed services (on STACKIT: PostgreSQL Flex / OpenSearch / Object Storage, and STACKIT AI Model Serving for sovereign LLM inference). Same chart; the installer asks per backend.
Quickstart (local, ~5 minutes)

Prerequisites: a container runtime + docker, plus kind, helm, kubectl on your PATH, and ~14 GB RAM / 6 CPU for the VM.

git clone https://github.com/Data-Masterclass/sovereign-agentic-os
cd sovereign-agentic-os
./install.sh          # press Enter through every prompt = fully self-contained

The installer creates the cluster, bootstraps the operators, builds and loads images, installs the chart, seeds demo data, and prints the front doors and demo logins — no external service or API key needed.

License & editions

Orchestrated by Data Masterclass (datamasterclass.com) · github.com/Data-Masterclass/sovereign-agentic-os

The tech stack

About two dozen open-source tools. One governed stack.

The Sovereign Agentic OS assembles roughly two dozen best-in-class, permissively-licensed open-source tools into a single governed stack — one place where every business domain can create, store, use, document, and share data, knowledge, dashboards, agents, and software.

It ships as one umbrella Helm chart that brings the whole platform up on any Kubernetes cluster. The default install is fully self-contained — every backend runs inside the chart and a small local model stands in for a cloud LLM, so nothing external and no API key is required. The same chart scales from a laptop to a sovereign production deployment on STACKIT (EU/Germany); the only difference is one value per backend (mode: bundled | external).

Layers 1–3 in place · Science (Layer 4) opt-in · Apache-2.0 / MIT / BSD / PostgreSQL only
L1
Agent core
Runtime · gateway · retrieval · tracing
LangGraphLiteLLMOpenSearchLangfuseModel serverMock LLMQuery tool (Trino MCP)
L2
Foundations
Policy · RAG · transforms · metrics · catalog
OPADoclingHaystackDagsterdbtCubeOpenMetadata
INF
Infrastructure
Databases · cache · object store · catalog
Postgres (CloudNativePG)ClickHouseValkeyMinIOPolaris (Iceberg catalog)
L3
Self-service
Lakehouse · query · BI · software delivery
TrinoIcebergSupersetForgejoArgo CDCI runnerOpenSearch DashboardsWorkbenchTerminal
L4
Science · opt-in
Notebooks · features · training · serving
JupyterHubMLflowFeatureformKServe
SEC
Security & platform
Governance · egress · identity · UI
OPA policyEgress proxyweb_fetchOry (identity)OS UI

Every model and tool call runs through one gateway, one policy engine (OPA), and one trace (Langfuse) — secure and governed by default. Full component-by-component detail lives in the guide.

Pillar 01 · The OS

The architecture for sovereign AI

A layered, open blueprint — every layer portable, governed, and built on standard tooling. Rules & monitoring and golden paths & marketplace run across all of them.

Agent LayerPlan · act · observe
AGENT.MD BehaviourMEMORY.MD Memory
request ↓↑ context
Context LayerGather · rank · pack
Orchestration LayerSemantic LayerKnowledge Layer
fetch ↓↑ data
Gateway LayerAuth · fetch · enforce
IdentityActionsGovernance & SecuritySharing
Sources
SaaS appsDatabasesDocsWikisCorp IdP
Infrastructure LayerStandard tooling every layer above is built on
Agent InfrastructureContext InfrastructureGateway InfrastructurePlatform Infrastructure
Rules & monitoring · every layer
Golden paths & marketplace · every layer
Documentation

Read the manual

The complete product guide — understand the platform and its operating model, get started in one command, then use it tab by tab. A closing reference covers cloud deployment on STACKIT, the security model, a component-by-component guide, and troubleshooting.

Pre-beta / public test · v0.1.0-alpha.1
Watch & learn

See the Sovereign Agentic OS in action

A short introduction to the platform, and a hands-on walkthrough of building governed agents on it.

Introduction to Sovereign Agentic OS
Platform overview · ~16 min
Build multi-agent systems in ~10 min
Hands-on walkthrough · ~10 min
Pillar 02 · The Marketplace

The Sovereign Agentic Marketplace

An open marketplace of connected services and products — vertical and horizontal solutions from partners that plug straight into the Sovereign Agentic OS.

PwC
Informatica
bix consulting
Studio 3T
Redis
DataGains
MindFuel
EnablerMinds
APGAR
Collate

A growing, open marketplace — more partners joining. List your solution →

Pillar 03 · Educational Ecosystem

The Agentic AI Leader Program

A 12-week executive program that educates leaders and their builders to leverage the Sovereign Agentic OS and drive sovereign agentic transformation across the enterprise — moving from AI strategy theater to a 90-day execution roadmap, learned live and pressure-tested with a peer cohort.

12
Weeks · live & hands-on
5
Modules · one per dimension
90
Day execution roadmap
1
Agentic AI Leader Certificate
01Agentic Strategy 02Agentic Foundations 03Agentic Big Bets 04Agentic Self-Service 05Agentic Organization 06Certification
Led by former or current leaders from Microsoft, Volkswagen, Zalando, GotPhoto, Disney+ & HelloFresh.
Meet the faculty
Agentic AI Leader Program faculty
Program by Data Masterclass
Get involved

Help build a sovereign AI foundation for Europe and beyond

Whether you want to build on the OS, list in the marketplace, or join the educational ecosystem — let's talk.

Open source & pre-beta · v0.1.0-alpha.1