Cozystack — open-source cloud platform on Kubernetes

Open-source Cozystack (a CNCF project we create and maintain) Ænix Platform, the supported commercial distribution Aenix builds, operates and migrates it.

Cozystack is an open-source cloud platform built on Kubernetes that runs virtual machines, containers, managed databases, S3 object storage, and GPU workloads on bare metal you own, under one Kubernetes-native control plane with multi-tenant isolation. It is licensed Apache 2.0 with no per-CPU or per-core fees, and is a CNCF project (Sandbox since February 2025, CNCF Incubating expected late summer 2026). Aenix is the open-core company that created and maintains Cozystack and is its largest single contributor. Cozystack fits service providers, regulated enterprises, telecom operators, and platform teams that want a self-hosted alternative to proprietary virtualization and public cloud. Aenix sells Ænix Platform, a turnkey cloud-in-a-box on top of Cozystack, plus engagement and managed services.
Cozystack console — self-service marketplace

Quick facts

  • What it is An open-source, Kubernetes-native cloud platform running VMs, containers, managed databases, S3, and GPU workloads on bare metal under one multi-tenant control plane.
  • License Apache 2.0 (no per-CPU / per-core licensing)
  • Status CNCF project (Sandbox since 2025-02-28; Incubating expected late summer 2026). CNCF-Certified Kubernetes Distribution; OpenSSF Best Practices badge. Current release: v1.6.2.
  • Core technology KubeVirt for VMs and containers on one Kubernetes API, Cilium (eBPF) networking, LINSTOR/DRBD and SeaweedFS storage, Tenant CRD multi-tenancy, VictoriaMetrics + VictoriaLogs observability.
  • Who it is for Service providers, regulated enterprises (DORA/NIS2), telecom operators, AI/GPU operators, and enterprise platform teams running self-hosted private cloud.
  • Commercial offering Aenix sells Ænix Platform (turnkey cloud-in-a-box) and services; support tiers Basic $1,250/mo (10 nodes), Standard $3,000, Plus $5,500, Enterprise Custom.

Cozystack is the open-source cloud platform Ænix created and maintains, and a CNCF project. It runs virtual machines, containers, managed databases, S3 object storage, and GPU workloads on bare metal you own — under one Kubernetes-native control plane with multi-tenant isolation. Apache 2.0 license, currently CNCF Sandbox (CNCF Incubating expected late summer 2026), CNCF-Certified Kubernetes Distribution, OpenSSF Best Practices badge.

This page describes Cozystack as Ænix’s open-source product. The open-source project itself lives at cozystack.io with documentation, install guides, and the community. For the turnkey commercial cloud-in-a-box on top of Cozystack, see Ænix Platform with its three platforms.

CNCF Project · CNCF-Certified Kubernetes Distribution · OpenSSF Best Practices · Apache 2.0

What’s in Cozystack

KubeVirt VMs KVM-based VMs with live migration, snapshots, templates. Side-by-side with containers on the same Kubernetes platform.

Multi-tenant control plane Tenant CRD, nested tenants, per-tenant quotas, RBAC, audit. Built for service-provider model.

Managed databases PostgreSQL (CloudNativePG), MariaDB, MongoDB, ClickHouse, Valkey, OpenSearch, Kafka, NATS, RabbitMQ, Qdrant, FoundationDB.

S3 object storage SeaweedFS-based S3-compatible storage for backups, applications, AI training data.

GPU as a service NVIDIA GPU Operator with passthrough for VMs and containers, HAMi for fractional sharing across tenants. A100, H100, H200, L40S, Blackwell validated. MIG-partitioned multi-tenancy is roadmap.

Cilium networking eBPF-native, network policies, MetalLB, BGP. Replaces NSX-equivalent functionality.

LINSTOR storage Replicated block storage via LINSTOR/DRBD (Piraeus operator). SeaweedFS for S3.

Observability VictoriaMetrics + VictoriaLogs included.

Self-service portal & WHMCS Cozystack Dashboard for self-service. Production-ready WHMCS billing integration with two modes.

Cozystack
Tenant CRD multi-tenancyCozystack DashboardWHMCS billing
one Kubernetes API
Workloads
KubeVirt VMsContainersManaged databasesS3 object storageGPU
networking, storage, observability
Platform services
Cilium eBPFLINSTOR / DRBDSeaweedFSVictoriaMetrics + VictoriaLogs
on
Bare metal you own
Commodity x86 servers

Cozystack the project vs Ænix the company vs Ænix Platform the product

  • Cozystack — open-source platform. CNCF project (currently Sandbox; CNCF Incubating expected late summer 2026). Apache 2.0. Community-governed. Anyone can deploy, contribute, fork.
  • Ænix — the open-core company that created and maintains Cozystack. Largest single contributor. Maker of Ænix Platform.
  • Ænix Platform — Ænix’s turnkey commercial cloud-in-a-box on top of Cozystack. Three platforms on one engine — Public Cloud, Private Cloud and AI — that combine rather than exclude each other. Adds hosting panel, billing, portals, payments, support, productized installer, enterprise SLA. Explore platform →.
  • cozystack.io — official project site. Documentation, install, releases, community. Vendor-neutral, CNCF-aligned.
  • aenix.io (this site) — Ænix’s commercial offering and product surface.

You can use Cozystack open-source without Ænix; Ænix’s commercial offering (Ænix Platform + engagement services) is optional. Many customers choose Ænix Platform for the turnkey package — billing, portals, payments, support — without building those layers themselves.


Who runs Cozystack in production

Production deployments across the EU, DACH, and Central Asia. Customer base spans:

  • Service providers running multi-tenant cloud products (publicly: GoHost.kz, HDReady, Beby Cloud, HiKube, UseTech, Cloupard, Cloudsy on Ænix Public Cloud Platform)
  • Banks and insurers under DORA / sectoral regulation (NDA until mid-2027)
  • Telecom operators with sovereign-cloud product launches (NDA)
  • AI / GPU operators with sustained inference workloads (NDA)
  • Public-sector and quasi-public organizations (NDA)
  • Enterprise platform teams building internal developer platforms

Cozystack is also listed in the CNCF Landscape — community production users beyond Ænix’s customer base.


How to use Cozystack

Before either path: what a trial actually costs

There is no kind or single-binary demo, and pretending otherwise wastes an evening. Cozystack assumes Talos Linux and a real disk layout, because the storage and networking layers it manages are not simulated.

The smallest honest lab is three nodes — physical hosts, or virtual machines with host CPU passthrough, which is what most people use. Per node: 8 cores, 24 GB RAM, a 50 GB system disk and a 256 GB raw secondary disk for the data pool. That is enough for a couple of tenants, a few tenant Kubernetes clusters and some VMs or databases. Three cheap dedicated servers from any provider will do it; so will one workstation with 96 GB of RAM running three VMs.

The getting-started tutorial walks the whole path: Talos install via boot-to-talos, cluster bootstrap with Talm, Cozystack install, first tenant, then a VM and a managed database. Expect an afternoon the first time.

Path 1: Self-deploy

Cozystack is open source. Install, documentation, community at cozystack.io. CNCF Slack and Telegram for community support.

Suitable when:

  • Your team has Kubernetes expertise to operate
  • No commercial support requirement
  • Lower-stakes / non-production initially

Path 2: Ænix-supported deployment

Ænix runs the engagement end-to-end:

  • Platform Readiness Assessment — 14-28 days, written assessment
  • Build engagement — 3-12 months, integrated team, knowledge transfer
  • Managed engagement — Ænix operates the platform under contract

Suitable when:

  • Production-grade SLA from day 1
  • Regulator-aligned deployment with audit-readiness
  • Knowledge-transfer acceleration desired

For specific use cases see:


Pricing

Cozystack the platform is free (Apache 2.0). Anyone can run it.

For commercial Ænix support and the turnkey cloud-in-a-box on top of Cozystack, see Ænix Platform — three platforms plus two supporting products, with four support tiers (Basic from $1,250/month per 10 nodes; Standard $3,000; Plus $5,500; Enterprise Custom).

Entry tier — enterprise support for Cozystack — for product teams running Cozystack on their own / leased servers (Hetzner, OVH, regional bare-metal) without the commercial portal/billing layer.



Cozystack is a CNCF project (currently CNCF Sandbox; CNCF Incubating expected late summer 2026), Apache 2.0. Ænix is the open-core company that created and maintains it, and the maker of Ænix Platform — the turnkey commercial cloud-in-a-box.

Frequently asked questions

Is Cozystack free to use?

Yes. Cozystack is open source under Apache 2.0 with no per-CPU or per-core licensing, so anyone can deploy it on their own or leased servers. Aenix’s commercial Ænix Platform and support engagements on top are optional.

What is the difference between Cozystack and Ænix Platform?

Cozystack is the open-source, community-governed CNCF project. Ænix Platform is Aenix’s turnkey commercial cloud-in-a-box built on top of Cozystack, adding a hosting panel, billing, portals, payments, support, a productized installer, and enterprise SLA across three platforms.

How does Cozystack run both virtual machines and containers?

Cozystack uses KubeVirt to run KVM-based virtual machines side by side with containers on the same Kubernetes API. VMs support live migration, snapshots, and templates, so legacy VM workloads and cloud-native containers share one control plane.

Can Cozystack be deployed air-gapped?

Yes. Cozystack has a documented air-gapped install workflow, which suits classified, healthcare-restricted, and defence-adjacent environments where the platform must run without internet access.

What hardware does Cozystack support?

Cozystack runs on commodity x86 servers, with ARM support emerging. Bare metal is preferred, though running on VMs is possible. Storage options include LINSTOR (DRBD), SeaweedFS, and vendor SAN.

Does Aenix provide commercial support?

Yes. Aenix offers Platform Readiness Assessments, build engagements, and managed engagements, with support tiers from Basic ($1,250/month per 10 nodes) up to Enterprise Custom. Direct support covers EU, DACH, and Central Asia time zones, with other regions via partners.

Ready to talk?

Book a 30-minute discovery call — no commitment. We confirm fit, the right platform, and the next steps.