Earth PKG — tiny & opinionated packages mirror.

This site provides a proxy for downloading zig installation files and dependencies. On the one hand, this reduces the load on the original project's site and makes your infrastructure more reliable by adding redundancy.

Read more about community mirrors in the blog post. Information on how to deploy your own mirror is available in the documentation.

Direct usage:

For simplicity, you can use tools like prantlf/zigup and mlugg/setup-zig.

To install manually:

  1. download zig dist file:
    wget https://pkg.earth/zig/zig-x86_64-linux-0.15.1.tar.xz;
  2. download zig minisign file:
    wget https://pkg.earth/zig/zig-x86_64-linux-0.15.1.tar.xz.minisig;
  3. check archive integrity:
    minisign -Vm zig-x86_64-linux-0.15.1.tar.xz -P RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U;
  4. unpack arhive:
    tar -xf "zig-x86_64-linux-0.15.1.tar.xz";
  5. check installed zig:
    ./zig-x86_64-linux-0.15.1/zig --version.
You can take actual minisign public key in download page.

Privacy policy

This mirror is a non-profit project available on a voluntary basis. The author has no plans to fund it.

Since the mirror is hosted on hardware, we collect access logs to combat bots and brute-force attacks. The logs are used for security purposes and load planning, are not shared with third parties, and are deleted after 30 days.

Third-party analytics systems are not used same as client-side trackers.