---
title: Self-Hosted Registry
description: Run Cuitty Code Registry and Code App Market on your own infrastructure.
section: Code
order: 40
updatedAt: 2026-05-21
slug: code/self-hosted-registry
---
Self-hosted Cuitty Code Registry uses the same APIs and permission model as Cuitty Cloud.

Required services:

- Cuitty Code server for API, Git protocol, market, and registry metadata.
- SpiceDB for authorization.
- Airflow for app install/run, package publish, scans, reindexing, replication, and transfers.
- Object storage for package blobs, OCI layers, wheels, tarballs, SBOMs, and attestations.
- Git storage for repositories, app source, Cargo indexes, and docs.

Air-gapped deployments can use manual sync bundles instead of public network replication.

## Operations

Use the [Code Apps and Registry operator runbook](/docs/code/operator-runbook) for startup order, migrations, SpiceDB schema loading, Airflow reconciliation, registry smoke checks, and recovery steps.