Our open source
projects

Xata's core platform is open source with Apache 2.0 license.
We believe better products are built when their core is open source.

Get started

Self host the Xata platform

Clone the repo, run it locally, and create your first branch.

terminal

# Clone and install

$ git clone https://github.com/xataio/xata

$ cd xata

# Start Kind cluster

$ kind create cluster --wait 10m

# Deploy via tilt

$ tilt up

# CLI deploy and authenticate

$ curl -fsSL https://xata.io/install.sh | bash

$ xata auth login --profile local --env local --force

$ xata auth switch local

# Create a database with the main branch

$ xata project create --name my-project

# Create a child branch

$ xata branch create

CLAUDE.md
# Xata OSS — Postgres platform with CoW branching and scale-to-zero You are helping the user to deploy the self-hosted, open-source, version of Xata. Start by cloning https://github.com/xataio/xata and reading the instructions in the README. For a local setup on the user's computer, you will need the following prerequisites: Docker, Kind, Tilt.

Paste this prompt to your AI agent to get started.

Full quickstart and Helm charts in the README

Why open source

Open by default

Xata is built on top of open source projects — CloudNativePG, OpenEBS, Postgres itself. We pay it forward by open sourcing our platform.

Our team has deep roots in open source and distributed database infrastructure. Five years ago we started building toward what Postgres needs for the AI era. Now we're opening the core.

Vanilla Postgres

No fork, no code changes. Your databases are standard Postgres. All tools created for Postgres just work.

Community first

pgroll and pgstream started as standalone open source tools. We learn more from the community than we could on our own.

Open core

All core platform functionality is open source under the Apache 2.0 license. Commercial features include multi-region and multi-cell support.

Get started