CINXE.COM
Download PureOS
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta content='width=device-width, initial-scale=1' name='viewport'> <title>Download PureOS</title> <link rel="icon" href="/images/favicon-32x32.png" sizes="32x32"> <link rel="icon" href="/images/favicon-192x192.png" sizes="192x192"> <link rel="stylesheet" href="../stylesheets/style.css"> </head> <body> <header> <div class="inner-wrapper"> <input type="checkbox" id="toggle-menu"> <label class="toggle-menu-label" for="toggle-menu"> <span></span> <span></span> <span></span> </label> <ul> <li><a href="../">PureOS</a></li> <li><a href="/download">Downloads</a></li> <li><a href="http://repo.pureos.net/pureos/pool/main/">Source Code</a></li> <li><a href="https://tracker.pureos.net/">Bug Tracker</a></li> <li><a href="https://tracker.pureos.net/w/">PureOS Wiki</a></li> <li><a href="https://tracker.pureos.net/w/installation_guide/mirrors/">Mirrors</a></li> </ul> </div> </header> <div class="notification-wrapper info"> <div class="inner-notification"> <div class="notification-details full-width "> <p class="notification-header">Help advance PureOS development.</p> <p>Please consider subscribing to support and fund PureOS development directly.</p> <p> <a class="button" href="https://shop.puri.sm/shop/pureos-subscription-standard/">$5.99 / Mo</a> <a class="button" href="https://shop.puri.sm/shop/pureos-subscription-premium/">$9.99 / Mo</a> <a class="button" href="https://shop.puri.sm/shop/pureos-subscription-expert/">$19.99 / Mo</a> </p> </div> </div> </div> <div class="dark-wrapper hero-wrapper no-extra"> <div class="inner-wrapper dark-mode"> <h1>Download PureOS</h1> <div class="button-wrapper"> <a href="https://downloads.puri.sm/byzantium/gnome/2023-06-14/pureos-10.3-gnome-live-20230614_amd64.iso" class="button cta">Download Byzantium</a> </div> <p> Version: <strong>PureOS 10.3</strong><br> Media Size: <strong>2 GB</strong><br><br> <a href="https://downloads.puri.sm/byzantium/gnome/2023-06-14/pureos-10.3-gnome-live-20230614_amd64.checksums_sha256.txt">This file</a> contains a list of SHA256 sums for the download </p> <hr> <h3>More Flavors</h3> <p><a href="https://downloads.puri.sm/byzantium/plasma/2023-06-14/pureos-10.3-plasma-live-20230614_amd64.iso">KDE Plasma</a></p> <p><a href="https://downloads.puri.sm/byzantium/plasma/2023-06-14/pureos-10.3-plasma-live-20230614_amd64.checksums_sha256.txt">This file</a> contains a list of SHA256 sums for the download </p> </div> </div> <div class="white-wrapper"> <div class="inner-wrapper"> <h2>Creating an Install Drive</h2> <ol> <li><span>Download <a href="https://etcher.io/">Etcher</a> for your current operating system</span></li> <li><span>Open Etcher</span></li> <li><span>Select the PureOS ISO file you downloaded</span></li> <li><span>Select the USB drive you want to turn into an install drive</span></li> <li><span>Click "Flash!"</span></li> <li><span>The USB drive is now an install drive!</span></li> <li><span>Follow the <a href="https://docs.puri.sm/Software/PureOS/Installation.html">installation steps</a> to install PureOS</span></li> </ol> </div> </div> <div class="white-wrapper"> <div class="inner-wrapper"> <h2>Upgrade from Amber</h2> <ol> <li> <span>Replace <b>"amber"</b> with <b>"byzantium"</b> in /etc/apt/sources.list</span></br/> <span>You should get the following :</span> <pre> deb https://repo.pureos.net/pureos byzantium main deb https://repo.pureos.net/pureos byzantium-updates main deb https://repo.pureos.net/pureos byzantium-security main </pre> </li> <li> <span>Upgrade the system</span> <pre> sudo apt update sudo apt upgrade --without-new-pkgs sudo apt full-upgrade </pre> </li> <li><span>Reboot to the new system</span></li> </ol> </div> </div> <div class="grey-wrapper"> <div class="inner-wrapper"> <h2>System Requirements</h2> <ul> <li>A USB drive</li> <li>A 64-bit processor</li> <li>At least 4GB of RAM</li> <li>At least 15GB of disk space</li> </ul> </div> </div> <footer> <div class="inner-footer"> <p>This entire website and all its visual content are licensed by the PureOS team under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License.</a></p> <p>PureOS is developed by paid and volunteer members of the <a href="https://puri.sm">Purism</a> community, and benefits from the work of its extended communities and projects. </p> </div> </footer> </body> </html>