mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 09:18:59 +00:00
22 lines
9.2 KiB
HTML
22 lines
9.2 KiB
HTML
![]() |
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><title>Software archives</title><script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script><script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script><script type="text/x-mathjax-config">
|
||
|
MathJax = {
|
||
|
tex: {
|
||
|
inlineMath: [ ['$','$'], ['\(','\)'] ],
|
||
|
displayMath: [ ['$$','$$'], ['[',']'] ]
|
||
|
},
|
||
|
options = {
|
||
|
processHtmlClass = "math"
|
||
|
}
|
||
|
}
|
||
|
</script><meta name="next-head-count" content="6"/><link rel="preload" href="/wiki/_next/static/css/52fc2ba29703df73922c.css" as="style"/><link rel="stylesheet" href="/wiki/_next/static/css/52fc2ba29703df73922c.css" data-n-g=""/><noscript data-n-css=""></noscript><link rel="preload" href="/wiki/_next/static/chunks/main-ae4733327bd95c4ac325.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/webpack-50bee04d1dc61f8adf5b.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/framework.9d524150d48315f49e80.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/commons.0e1c3f9aa780c2dfe9f0.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/pages/_app-8e3d0c58a60ec788aa69.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/940643274e605e7596ecea1f2ff8d83317a3fb76.4841a16762f602a59f00.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/pages/%5B%5B...slug%5D%5D-1aa198f87ede1cd0e1dc.js" as="script"/></head><body><div id="__next"><main><h1>Software archives</h1><section class="post-metadata"><span>Date: <!-- -->2021-07-25 19:20:39 +08:00</span><span>Date modified: <!-- -->2021-10-09 17:56:31 +08:00</span></section><nav class="toc"><ol class="toc-level toc-level-1"></ol></nav><ul><li><p><a href="/wiki/data.archives.software-heritage">Software Heritage</a> is an ambitious project archiving all of the source code of humanity.
|
||
|
Has a <a href="https://archive.softwareheritage.org/">browsable interface</a> of the total archive.
|
||
|
</p></li><li><p><a href="roam:archive.org">roam:archive.org</a> has <a href="https://archive.org/details/software">a dedicated section for software</a>.
|
||
|
They are especially nice for scouring historical versions of software.
|
||
|
</p></li><li><p><a href="/wiki/linux.distros.arch">Arch Linux</a> has an <a href="https://archive.archlinux.org/">archive</a> that keeps the snapshots, packages, and repos for a few years before uploading it to their <a href="https://archive.org/details/archlinuxarchive">historical archive</a>.
|
||
|
</p></li><li><p><a href="/wiki/tools.nix">Nix package manager</a> has <a href="https://cache.nixos.org/">a binary cache</a>.
|
||
|
According to <a href="https://chaos.social/@davidak/106640211327736471">one of the contributors</a>, it makes up 120TB as of 2021-07-25.
|
||
|
</p></li><li><p><a href="/wiki/2020-08-19-08-21-44">Guix package manager</a> has a binary cache primarily maintained with its <a href="https://ci.guix.gnu.org/">homegrown continuous integration software</a>.
|
||
|
</p></li><li><p><a href="roam:F-Droid">roam:F-Droid</a> has an archive for its compiled apps.
|
||
|
From <a href="https://mastodon.technology/@fdroidorg/106635571616898675">one of their comments</a>, it is sitting at ~390GB as of 2021-07-25.
|
||
|
</p></li><li><p><a href="https://fosstorrents.com/">FOSS Torrents</a> is a torrent repository of precompiled software projects.
|
||
|
</p></li></ul></main></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"metadata":{"date":"2021-07-25 19:20:39 +08:00","date_modified":"2021-10-09 17:56:31 +08:00","language":"en","source":""},"title":"Software archives","hast":{"type":"root","children":[{"type":"element","tagName":"nav","properties":{"className":"toc"},"children":[{"type":"element","tagName":"ol","properties":{"className":"toc-level toc-level-1"},"children":[]}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"a","properties":{"href":"/data.archives.software-heritage"},"children":[{"type":"text","value":"Software Heritage"}]},{"type":"text","value":" is an ambitious project archiving all of the source code of humanity.\n Has a "},{"type":"element","tagName":"a","properties":{"href":"https://archive.softwareheritage.org/"},"children":[{"type":"text","value":"browsable interface"}]},{"type":"text","value":" of the total archive.\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"a","properties":{"href":"roam:archive.org"},"children":[{"type":"text","value":"roam:archive.org"}]},{"type":"text","value":" has "},{"type":"element","tagName":"a","properties":{"href":"https://archive.org/details/software"},"children":[{"type":"text","value":"a dedicated section for software"}]},{"type":"text","value":".\n They are especially nice for scouring historical versions of software.\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"a","properties":{"href":"/linux.distros.arch"},"children":[{"type":"text","value":"Arch Linux"}]},{"type":"text","value":" has an "},{"type":"element","tagName":"a","properties":{"href":"https://archive.archlinux.org/"},"children":[{"type":"text","value":"archive"}]},{"type":"text","value":" that keeps the snapshots, packages, and repos for a few years before uploading it to their "},{"type":"element","tagName":"a","properties":{"href":"https://archive.org/details/archlinuxarchive"},"children":[{"type":"text","value":"historical archive"}]},{"type":"text","value":".\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"a","properties":{"href":"/tools.nix"},"children":[{"type":"text","value":"Nix package manager"}]},{"type":"text","value":" has "},{"type":"element","tagName":"a","properties":{"href":"https://cache.nixos.org/"},"children":[{"type":"text","value":"a binary cache"}]},{"type":"text","value":".\n According to "},{"type":"element","tagName":"a","properties":{"href":"https://chaos.social/@davidak/106640211327736471"},"children":[{"type":"text","value":"one of the contributors"}]},{"type":"text","value":", it makes up 120TB as of 2021-07-25.\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"a","properties":{"href":"/2020-08-19-08-21-44"},"children":[{"type":"text","value":"Guix package manager"}]},{"type":"text","value":" has a binary cache primarily maintained with its "},{"type":"element","tagName":"a","properties":{"href":"https://ci.guix.gnu.org/"},"children":[{"type":"text","value":"homegrown continuous integration software"}]},{"type":"text","value":".\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"a","properties":{"href":"roam:F-Droid"},"children":[{"type":"text","value":"roam:F-Droid"}]},{"type":"text","value":" has an archive for its compiled apps.\n From "},{"type":"element","tagName":"a","properties":{"href":"https://mastodon.technology/@fdroidorg/106635571616898675"},"children":[{"type":"text","value
|