Artifact registry & build cache — service status

About Meridian

Meridian is a small, self-hosted artifact registry and build cache. It stores versioned build outputs in a content-addressed object store and serves them back to clients and continuous-integration runners.

Design goals

Immutable by defaultOnce published, an artifact version never changes.
Content-addressedEvery object is keyed by its own hash, so integrity is verifiable.
Few moving partsClear health checks, predictable resource use, easy to reason about.
PortableRuns on a single modest host; scales out only when it needs to.

This status page is intentionally static and dependency-free so it stays available even when other parts of the system are having a bad day.