Welcome to Mirror@TimeCapsuleOne,
a fast and reliable access to open source software.

Welcome to Mirror@TimeCapsuleOne, an open-source software mirror and archive dedicated to providing fast, reliable, and geographically accessible downloads for open source operating systems, development tools, and software packages. Whether you're a developer, system administrator, or open source enthusiast, our mirror is here to improve your access to critical open source infrastructure.

Our goal is to support the global open source community by reducing latency, offloading traffic from upstream servers, and ensuring the availability of essential tools and distributions for everyone.


About this site

Mirror@TimeCapsuleOne is a publicly accessible mirror service that replicates and distributes upstream repositories and installation images for widely used open source projects. We maintain high-availability servers with optimized networking to ensure rapid synchronization and high-speed download capabilities.

This mirror is provided as a community service, free of charge and without registration. It is maintained and monitored to ensure integrity, consistency, and uptime.

Key features include:


What we mirror

Our mirror archive includes a wide range of open source systems and packages, such as:


How to use the mirror

Web access

You can browse and download files directly via our HTTPS interface:

					https://mirror.timecapsule.one
				

Navigate to the desired project directory and click to download. Most directories include README or Release Notes to help guide selection.

Package manager configuration

To configure your package manager to use our mirror:

Debian/Ubuntu (APT)

Edit your /etc/apt/sources.list:

					deb https://mirror.timecapsule.one/debian stable main contrib non-free
				

Replace stable with your desired release (e.g., bullseye, bookworm ).

Fedora/RHEL/CentOS (DNF/YUM)

Edit or create a .repo file under /etc/yum.repos.d/:

					ini
					[baseos]
					name=BaseOS
					baseurl=https://mirror.timecapsule.one/fedora/releases/$releasever/Everything/$basearch/os/
					enabled=1
					gpgcheck=1
				

Arch Linux

Edit /etc/pacman.d/mirrorlist:

					Server = https://mirror.timecapsule.one/archlinux/$repo/os/$arch
				

For other distributions and package managers, please consult their official documentation.

Rsync access

For automated mirroring or bulk downloads, use:

					rsync -avz rsync://mirror.timecapsule.one::/
				

Bandwidth limits may apply during peak hours.


Notes & considerations


Terms of use & disclaimer

Legal notice

This mirror is provided as-is, with no warranties expressed or implied. All software and content available through this site remain the property and responsibility of their respective authors and maintainers.

We do not modify, repackage, or otherwise alter the original content of mirrored projects. This service is for educational, development, and operational use within the bounds of applicable software licenses.

By using this mirror, you agree to:

    • Not engage in abusive download behaviors (e.g., excessive concurrent requests, DDoS)
    • Respect bandwidth fairness for other users
    • Assume full responsibility for verifying and complying with software licenses

Liability

Mirror@TimeCapsuleOne and its maintainers shall not be held liable for any damages arising from the use, inability to use, or improper use of any software or services accessed through this mirror.

License

The page content on this site is licensed under the Apache License, Version 2.0. Downloads and related information are subject to the terms of their own licenses.

					Copyright (c) 2025 mirror.timecapsule.one

					Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

					http://www.apache.org/licenses/LICENSE-2.0

					Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
				

Mirror@TimeCapsuleOne and TimeCapsule One are trademarks of the timecapsule.one foundation.


Contact & support

Have questions, requests, or discovered an issue?

Please reach out to:

We appreciate your feedback and contributions to improving this mirror. If you would like us to host a specific repository, feel free to submit a request.


Support the mirror

Maintaining a high-availability mirror takes infrastructure, bandwidth, and time. If you'd like to support our efforts, please consider:

For sponsorships or partnerships, please contact us directly.


Thank you for using Mirror@TimeCapsuleOne. We're proud to be part of the global open source ecosystem.