--:-- UTC

OpenMirror

A free, community-run mirror for Linux distributions and open-source software. Repositories are synced from upstream every few hours and served over HTTP, HTTPS and rsync — which is why this host moves a large volume of traffic.

All repositories operational IPv4 · IPv6 Tier-2 mirror EU region
Served this month— TiB
Mirrored size≈ 15 TiB
Projects18
Sync interval6 h
Uptime (90d)99.98 %

Server time

Repositories #repos

Click a project to open its official download page. Sizes reflect the full mirrored tree (all supported releases and architectures).

RepositorySizeLast updated

Using this mirror #usage

Point your package manager at OpenMirror to download from the nearest copy. Replace the default upstream with the URLs below.

Debian / Ubuntu (apt)
Fedora / Alma / Rocky (dnf)
Arch (pacman)
# Debian — back up and switch sources
sudo sed -i.bak 's|http://deb.debian.org/debian|https://mirror.example.org/pub/debian|g' /etc/apt/sources.list
sudo apt update

# Ubuntu
sudo sed -i.bak 's|http://archive.ubuntu.com/ubuntu|https://mirror.example.org/pub/ubuntu|g' /etc/apt/sources.list
sudo apt update

rsync access is also available: rsync://mirror.example.org/pub/

API #api

Two read-only endpoints are available. Mirror status is served by this host; release and end-of-life metadata is provided by the public endoflife.date v1 API.

# 1) Mirror status (this server) — JSON
curl -s https://mirror.example.org/status.json

# 2) Latest release & end-of-life of a distribution (endoflife.date v1)
curl -s https://endoflife.date/api/v1/products/ubuntu | jq '.result.releases[0]'

# list every product the API knows
curl -s https://endoflife.date/api/v1/products | jq '.result[].name'
Pick a distribution and press “Query API” to fetch its latest release live from endoflife.date.
Data: endoflife.date (CC-BY-SA). The request runs in your browser against the public API.

Recent sync activity #status