mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
2551 lines
480 KiB
HTML
2551 lines
480 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>All Distributions — DistroHopper</title>
|
||
<link rel="stylesheet" href="style.css">
|
||
</head>
|
||
<body>
|
||
<div id="particles-js" style="position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none"></div>
|
||
<div style="position:relative;z-index:1">
|
||
<button class="theme-toggle" onclick="toggleTheme()">🌓</button>
|
||
<script>
|
||
function toggleTheme(){
|
||
const html=document.documentElement;
|
||
const current=html.getAttribute("data-theme")||"dark";
|
||
const next=current==="dark"?"light":"dark";
|
||
html.setAttribute("data-theme",next);
|
||
localStorage.setItem("theme",next)
|
||
}
|
||
(function(){
|
||
const saved=localStorage.getItem("theme")||"dark";
|
||
document.documentElement.setAttribute("data-theme",saved)
|
||
})();
|
||
</script>
|
||
<nav><ul>
|
||
<li><a href="https://osowoso.org">oSoWoSo</a></li>
|
||
<li>⏮️</li>
|
||
<li><a href="index.html">Home</a></li>
|
||
<li><a href="https://github.com/oSoWoSo/DistroHopper/releases/latest">⏬ release</a></li>
|
||
<li><a href="https://github.com/oSoWoSo/DistroHopper/archive/refs/heads/main.zip">📦repo zip</a></li>
|
||
<li><a href="https://github.com/oSoWoSo/DistroHopper">🔗git</a></li>
|
||
<li>⏭️</li>
|
||
<li><a href="stars.html">stars</a></li>
|
||
<li><a href="distros.html">Distros</a></li>
|
||
<li><a href="all.html" class="active">All</a></li>
|
||
</ul></nav>
|
||
<main class="container distros-container">
|
||
<div class="page-header">
|
||
<h1>All Distributions</h1>
|
||
<p>All distributions (from DistroWatch). Supported ones <span class="supported-badge">supported</span> show version & edition details.</p>
|
||
</div>
|
||
<div class="distros-filters">
|
||
<input type="text" id="distroSearch" class="distros-search" placeholder="Search distributions...">
|
||
<div class="filter-buttons">
|
||
<button class="filter-btn active" data-filter-support="all">All</button>
|
||
|
||
<button class="filter-btn" data-filter-support="supported">Supported</button>
|
||
<button class="filter-btn" data-filter-support="unsupported">Unsupported</button>
|
||
</div>
|
||
<div class="filter-buttons filter-buttons-categories" id="catFilters"></div>
|
||
</div>
|
||
<div class="distros-grid" id="distroGrid">
|
||
<div class="distro-card" data-categories="lightweight" data-supported="true" data-osname="agarimos" data-basedof="Void" data-pretty="agarimos">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/agarimos.svg" alt="AgarimOS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#3C3B37;display:none">A</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/agarimos.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://sourceforge.net/projects/agarimos" target="_blank" rel="noopener">AgarimOS</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Void');return false;">Void</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">lightweight</span></div>
|
||
<p class="distro-description">Includes a minimum set of applications so you can build your system on your own.</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('agarimos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="alma" data-basedof="Fedora RHEL" data-pretty="almalinux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/alma.svg" alt="AlmaLinux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#3C3B37;display:none">A</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/alma.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://almalinux.org/" target="_blank" rel="noopener">AlmaLinux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Fedora');return false;">Fedora</a> <a href="#" onclick="setSearch('RHEL');return false;">RHEL</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Community distribution, focused on long-term stability, providing a robust production-grade platform. Binary compatible with RHEL®</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('alma')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="lightweight" data-supported="true" data-osname="alpine" data-basedof="-" data-pretty="alpine linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/alpine.svg" alt="Alpine Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#3C3B37;display:none">A</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/alpine.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://alpinelinux.org/" target="_blank" rel="noopener">Alpine Linux</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">lightweight</span></div>
|
||
<p class="distro-description">Security-oriented, lightweight Linux distribution based on musl libc and busybox</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('alpine')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="android" data-basedof="-" data-pretty="android x86">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/android.svg" alt="Android x86" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#3C3B37;display:none">A</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/android.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.android-x86.org" target="_blank" rel="noopener">Android x86</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Port Android Open Source Project to x86 platform</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('android')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="lightweight" data-supported="true" data-osname="antix" data-basedof="Debian" data-pretty="antix">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/antix.svg" alt="Antix" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#3C3B37;display:none">A</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/antix.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://antixlinux.com" target="_blank" rel="noopener">Antix</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">lightweight</span></div>
|
||
<p class="distro-description">Fast, lightweight and easy to install systemd-free linux live CD distribution based on Debian Stable for Intel-AMD x86 compatible systems</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('antix')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="archcraft" data-basedof="Arch" data-pretty="archcraft">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/archcraft.svg" alt="Archcraft" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#3C3B37;display:none">A</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/archcraft.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://archcraft.io" target="_blank" rel="noopener">Archcraft</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Arch');return false;">Arch</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Yet another minimal Linux distribution, based on Arch Linux</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('archcraft')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Server" data-supported="true" data-osname="archlinux" data-basedof="-" data-pretty="arch linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/arch.svg" alt="Arch Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#3C3B37;display:none">A</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/arch.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://archlinux.org" target="_blank" rel="noopener">Arch Linux</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Server</span></div>
|
||
<p class="distro-description">Lightweight and flexible Linux® distribution that tries to Keep It Simple</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('archlinux')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Forensics, Security" data-supported="true" data-osname="athenaos" data-basedof="Arch" data-pretty="athena os">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/athenaos.svg" alt="Athena OS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#3C3B37;display:none">A</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/athenaos.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://athenaos.org" target="_blank" rel="noopener">Athena OS</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Arch');return false;">Arch</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Forensics</span></div>
|
||
<p class="distro-description">Offer a different experience than the most used pentesting distributions by providing only tools that fit with the user needs and improving the access to hacking resources and learning materials</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('athenaos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="batocera" data-basedof="-" data-pretty="batocera">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/batocera.svg" alt="Batocera" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#A80030;display:none">B</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/batocera.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://batocera.org" target="_blank" rel="noopener">Batocera</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Retro-gaming distribution with the aim of turning any computer/nano computer into a gaming console during a game or permanently</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('batocera')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="bazzite" data-basedof="Fedora SteamOS" data-pretty="bazzite">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/bazzite.svg" alt="bazzite" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#A80030;display:none">B</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/bazzite.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://bazzite.gg" target="_blank" rel="noopener">bazzite</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Fedora');return false;">Fedora</a> <a href="#" onclick="setSearch('SteamOS');return false;">SteamOS</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Container native gaming and a ready-to-game SteamOS like</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('bazzite')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="biglinux" data-basedof="Manjaro" data-pretty="biglinux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/biglinux.svg" alt="BigLinux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#A80030;display:none">B</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/biglinux.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.biglinux.com.br" target="_blank" rel="noopener">BigLinux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Manjaro');return false;">Manjaro</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Is the right choice if you want to have an easy and enriching experience with Linux. It has been perfected over more than 19 years, following our motto: 'In search of the perfect system'</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('biglinux')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="blendos" data-basedof="Arch" data-pretty="blendos">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/blendos.svg" alt="BlendOS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#A80030;display:none">B</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/blendos.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://blendos.co" target="_blank" rel="noopener">BlendOS</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Arch');return false;">Arch</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">A seamless blend of all Linux distributions. Allows you to have an immutable, atomic and declarative Arch Linux system, with application support from several Linux distributions & Android</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('blendos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="lightweight" data-supported="true" data-osname="bodhi" data-basedof="Debian Ubuntu" data-pretty="bodhi linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/bodhi.svg" alt="Bodhi Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#A80030;display:none">B</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/bodhi.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.bodhilinux.com" target="_blank" rel="noopener">Bodhi Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a> <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">lightweight</span></div>
|
||
<p class="distro-description">Lightweight distribution featuring the fast & fully customizable Moksha Desktop</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('bodhi')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="lightweight" data-supported="true" data-osname="bunsenlabs" data-basedof="Debian" data-pretty="bunsenlabs">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/bunsenlabs.svg" alt="Bunsenlabs" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#A80030;display:none">B</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/bunsenlabs.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.bunsenlabs.org" target="_blank" rel="noopener">Bunsenlabs</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">lightweight</span></div>
|
||
<p class="distro-description">Light-weight and easily customizable Openbox desktop. The project is a community continuation of CrunchBang Linux</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('bunsenlabs')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="cachyos" data-basedof="Arch" data-pretty="cachyos">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/cachy.svg" alt="CachyOS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">C</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/cachy.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://cachyos.org" target="_blank" rel="noopener">CachyOS</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Arch');return false;">Arch</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Designed to deliver lightning-fast speeds and stability, ensuring a smooth and enjoyable computing experience every time you use it</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('cachyos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="centos-stream" data-basedof="Fedora RHEL" data-pretty="centos stream">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/centos-stream.svg" alt="CentOS Stream" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">C</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/centos-stream.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.centos.org/centos-stream" target="_blank" rel="noopener">CentOS Stream</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Fedora');return false;">Fedora</a> <a href="#" onclick="setSearch('RHEL');return false;">RHEL</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as a midstream between Fedora Linux and RHEL</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('centos-stream')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="cereus" data-basedof="Void" data-pretty="cereus linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/cereus.svg" alt="Cereus Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">C</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/cereus.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://sourceforge.net/projects/cereus-linux" target="_blank" rel="noopener">Cereus Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Void');return false;">Void</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Void-based distribution focused on give an user-friendly experience.</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('cereus')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Live Medium, Raspberry Pi, Server" data-supported="true" data-osname="chimeralinux" data-basedof="-" data-pretty="chimera linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/chimera.svg" alt="Chimera Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">C</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/chimera.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://chimera-linux.org" target="_blank" rel="noopener">Chimera Linux</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Live Medium</span></div>
|
||
<p class="distro-description">Modern, general-purpose non-GNU Linux distribution</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('chimeralinux')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Live Medium" data-supported="true" data-osname="crunchbang++" data-basedof="Debian" data-pretty="crunchbangplusplus">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/crunchbang.svg" alt="Crunchbangplusplus" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">C</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/crunchbang.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.crunchbangplusplus.org" target="_blank" rel="noopener">Crunchbangplusplus</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Live Medium</span></div>
|
||
<p class="distro-description">The classic minimal crunchbang feel, now with debian 12 bookworm</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('crunchbang++')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="debian" data-basedof="-" data-pretty="debian">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/debian.svg" alt="Debian" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">D</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/debian.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.debian.org" target="_blank" rel="noopener">Debian</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Complete Free Operating System with perfect level of ease of use and stability</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('debian')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="deepin" data-basedof="Debian" data-pretty="deepin">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/deepin.svg" alt="Deepin" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">D</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/deepin.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.deepin.org" target="_blank" rel="noopener">Deepin</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Beautiful UI design, intimate human-computer interaction, and friendly community environment make you feel at home</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('deepin')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="devuan" data-basedof="Debian" data-pretty="devuan">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/devuan.svg" alt="Devuan" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">D</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/devuan.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.devuan.org" target="_blank" rel="noopener">Devuan</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Fork of Debian without systemd that allows users to reclaim control over their system by avoiding unnecessary entanglements and ensuring Init Freedom</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('devuan')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="lightweight" data-supported="true" data-osname="dietpi" data-basedof="Debian" data-pretty="dietpi">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/dietpi.svg" alt="DietPi" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">D</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/dietpi.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://dietpi.com" target="_blank" rel="noopener">DietPi</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">lightweight</span></div>
|
||
<p class="distro-description">Highly optimised minimal Debian OS</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('dietpi')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="dragonflybsd" data-basedof="FreeBSD" data-pretty="dragonflybsd">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/dragonflybsd.svg" alt="DragonFlyBSD" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">D</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/dragonflybsd.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.dragonflybsd.org" target="_blank" rel="noopener">DragonFlyBSD</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('FreeBSD');return false;">FreeBSD</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Provides an opportunity for the BSD base to grow in an entirely different direction from the one taken in the FreeBSD, NetBSD, and OpenBSD series</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('dragonflybsd')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Old Computers, Live Medium" data-supported="true" data-osname="dsl" data-basedof="Antix" data-pretty="damn small linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/dsl.svg" alt="Damn Small Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">D</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/dsl.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.damnsmalllinux.org/" target="_blank" rel="noopener">Damn Small Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Antix');return false;">Antix</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Old Computers</span></div>
|
||
<p class="distro-description">Goal of DSL is to pack as much usable desktop distribution into an image small enough to fit on a single CD</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('dsl')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="edubuntu" data-basedof="Ubuntu" data-pretty="edubuntu">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/edubuntu.svg" alt="Edubuntu" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">E</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/edubuntu.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.edubuntu.org" target="_blank" rel="noopener">Edubuntu</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Stable, secure and privacy concious option for schools</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('edubuntu')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="elementary" data-basedof="Debian Ubuntu" data-pretty="elementary os">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/elementary.svg" alt="elementary OS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">E</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/elementary.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://elementary.io" target="_blank" rel="noopener">elementary OS</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a> <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Thoughtful, capable, and ethical replacement for Windows and macOS</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('elementary')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Live Medium, Raspberry Pi" data-supported="true" data-osname="endeavouros" data-basedof="Arch" data-pretty="endeavouros">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/endeavouros.svg" alt="EndeavourOS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">E</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/endeavouros.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://endeavouros.com" target="_blank" rel="noopener">EndeavourOS</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Arch');return false;">Arch</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Live Medium</span></div>
|
||
<p class="distro-description">Provides an Arch experience without the hassle of installing it manually for both x86_64 and ARM systems</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('endeavouros')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="endless" data-basedof="Debian" data-pretty="endless os">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/endless.svg" alt="Endless OS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">E</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/endless.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.endlessos.org/os" target="_blank" rel="noopener">Endless OS</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Completely Free, User-Friendly Operating System Packed with Educational Tools, Games, and More</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('endless')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="freebsd" data-basedof="-" data-pretty="freebsd">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/freebsd.svg" alt="FreeBSD" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#178CDA;display:none">F</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/freebsd.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.freebsd.org" target="_blank" rel="noopener">FreeBSD</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Operating system used to power modern servers, desktops, and embedded platforms</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('freebsd')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="freedos" data-basedof="-" data-pretty="freedos">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/freedos.svg" alt="FreeDOS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#178CDA;display:none">F</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/freedos.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://freedos.org" target="_blank" rel="noopener">FreeDOS</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">DOS-compatible operating system that you can use to play classic DOS games, run legacy business software, or develop embedded systems</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('freedos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="fvoid" data-basedof="Void" data-pretty="f-void">
|
||
<div class="distro-card-icon-area">
|
||
<div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#178CDA">F</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><a href="https://sourceforge.net/projects/f-void" target="_blank" rel="noopener">F-Void</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Void');return false;">Void</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">F-Void (Fork of Void) is a mild modification of Void Linux</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('fvoid')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="gabeeos" data-basedof="Void" data-pretty="gabeeoslinux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/gabeeos.svg" alt="GabeeOSLinux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#1d6fa4;display:none">G</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/gabeeos.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://sourceforge.net/projects/gabeeoslinux/" target="_blank" rel="noopener">GabeeOSLinux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Void');return false;">Void</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Brings the necessary software to satisfy the daily needs of an end user in a simple and aesthetically pleasing desktop environment.</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('gabeeos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="garuda" data-basedof="Arch" data-pretty="garuda linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/garuda.svg" alt="Garuda Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#1d6fa4;display:none">G</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/garuda.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://garudalinux.org" target="_blank" rel="noopener">Garuda Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Arch');return false;">Arch</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Feature rich and easy to use Linux distribution</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('garuda')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="gentoo" data-basedof="-" data-pretty="gentoo">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/gentoo.svg" alt="Gentoo" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#1d6fa4;display:none">G</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/gentoo.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.gentoo.org" target="_blank" rel="noopener">Gentoo</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Highly flexible, source-based Linux distribution</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('gentoo')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="ghostbsd" data-basedof="FreeBSD" data-pretty="ghostbsd">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/ghostbsd.svg" alt="GhostBSD" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#1d6fa4;display:none">G</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/ghostbsd.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.ghostbsd.org" target="_blank" rel="noopener">GhostBSD</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('FreeBSD');return false;">FreeBSD</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Simple, elegant desktop BSD Operating System</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('ghostbsd')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="gnomeos" data-basedof="-" data-pretty="gnome os">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/gnomeos.svg" alt="GNOME OS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#1d6fa4;display:none">G</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/gnomeos.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://os.gnome.org" target="_blank" rel="noopener">GNOME OS</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Alpha nightly bleeding edge distro of GNOME</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('gnomeos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="guix" data-basedof="-" data-pretty="guix">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/guix.svg" alt="Guix" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#1d6fa4;display:none">G</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/guix.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://guix.gnu.org" target="_blank" rel="noopener">Guix</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Distribution of the GNU operating system developed by the GNU Project—which respects the freedom of computer users</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('guix')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="haiku" data-basedof="-" data-pretty="haiku">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/haiku.svg" alt="Haiku" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#E95420;display:none">H</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/haiku.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.haiku-os.org" target="_blank" rel="noopener">Haiku</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Specifically targets personal computing. Inspired by the BeOS, Haiku is fast, simple to use, easy to learn and yet very powerful</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('haiku')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="kali" data-basedof="Debian" data-pretty="kali linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/kali.svg" alt="Kali Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">K</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/kali.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.kali.org" target="_blank" rel="noopener">Kali Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">The most advanced Penetration Testing Distribution</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('kali')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="kdeneon" data-basedof="Debian Ubuntu" data-pretty="kde neon">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/kdeneon.svg" alt="KDE Neon" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">K</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/kdeneon.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://neon.kde.org" target="_blank" rel="noopener">KDE Neon</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a> <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Latest and greatest of KDE community software packaged on a rock-solid base</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('kdeneon')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="kodachi" data-basedof="Ubuntu" data-pretty="kodachi">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/kodachi.svg" alt="Kodachi" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">K</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/kodachi.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.digi77.com/linux-kodachi/" target="_blank" rel="noopener">Kodachi</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Provide you with a secure, anti forensic, and anonymous operating system considering all features that a person who is concerned about privacy would need to have in order to be secure</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('kodachi')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Old Computers, Live Medium, Netbooks" data-supported="true" data-osname="kolibrios" data-basedof="-" data-pretty="kolibrios">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/kolibrios.svg" alt="KolibriOS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">K</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/kolibrios.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="http://kolibrios.org" target="_blank" rel="noopener">KolibriOS</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Old Computers</span></div>
|
||
<p class="distro-description">Tiny yet incredibly powerful and fast operating system</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('kolibrios')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="kubuntu" data-basedof="Ubuntu" data-pretty="kubuntu">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/kubuntu.svg" alt="Kubuntu" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">K</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/kubuntu.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://kubuntu.org" target="_blank" rel="noopener">Kubuntu</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Free, complete, and open-source alternative to Microsoft Windows and Mac OS X which contains everything you need to work, play, or share</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('kubuntu')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Beginners, Desktop, Live Medium" data-supported="true" data-osname="linuxlite" data-basedof="Debian Ubuntu" data-pretty="linux lite">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/lite.svg" alt="Linux Lite" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">L</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/lite.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.linuxliteos.com" target="_blank" rel="noopener">Linux Lite</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a> <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Beginners</span><span class="category-badge">Desktop</span></div>
|
||
<p class="distro-description">Your first simple, fast and free stop in the world of Linux</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('linuxlite')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Beginners, Desktop, Live Medium" data-supported="true" data-osname="linuxmint" data-basedof="Ubuntu" data-pretty="linux mint">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/linuxmint.svg" alt="Linux Mint" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">L</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/linuxmint.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://linuxmint.com" target="_blank" rel="noopener">Linux Mint</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Beginners</span><span class="category-badge">Desktop</span></div>
|
||
<p class="distro-description">Designed to work out of the box and comes fully equipped with the apps most people need</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('linuxmint')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="lmde" data-basedof="Debian" data-pretty="linux mint debian edition">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/lmde.svg" alt="Linux Mint Debian Edition" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">L</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/lmde.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.linuxmint.com/download_lmde.php" target="_blank" rel="noopener">Linux Mint Debian Edition</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Aims to be as similar as possible to Linux Mint, but without using Ubuntu. The package base is provided by Debian instead</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('lmde')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="lightweight" data-supported="true" data-osname="loc-os" data-basedof="Debian" data-pretty="loc-os linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/locos.svg" alt="Loc-OS Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">L</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/locos.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://loc-os.com" target="_blank" rel="noopener">Loc-OS Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">lightweight</span></div>
|
||
<p class="distro-description">Distribution of GNU/Linux focused on low resource consumption.</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('loc-os')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="lubuntu" data-basedof="Ubuntu" data-pretty="lubuntu">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/lubuntu.svg" alt="Lubuntu" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">L</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/lubuntu.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://lubuntu.me" target="_blank" rel="noopener">Lubuntu</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Complete Operating System that ships the essential apps and services for daily use: office applications, PDF reader, image editor, music and video players, etc. Using lightwave lxde/lxqt</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('lubuntu')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Live Medium" data-supported="true" data-osname="maboxlinux" data-basedof="Manjaro" data-pretty="mabox linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/mabox.svg" alt="Mabox Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">M</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/mabox.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://maboxlinux.org" target="_blank" rel="noopener">Mabox Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Manjaro');return false;">Manjaro</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Live Medium</span></div>
|
||
<p class="distro-description">Lightweight, functional and easy to customize Openbox desktop</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('maboxlinux')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="macos" data-basedof="-" data-pretty="macos">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/mac.svg" alt="MacOS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">M</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/mac.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.apple.com/macos" target="_blank" rel="noopener">MacOS</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Work and play on your Mac are even more powerful. Elevate your presence on video calls. Access information in all-new ways. Boost gaming performance.</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('macos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="manjaro" data-basedof="Arch" data-pretty="manjaro">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/manjaro.svg" alt="Manjaro" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">M</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/manjaro.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://manjaro.org" target="_blank" rel="noopener">Manjaro</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Arch');return false;">Arch</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Versatile, free, and open-source Linux operating system designed with a strong focus on safeguarding user privacy and offering extensive control over hardware</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('manjaro')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="lightweight" data-supported="true" data-osname="miyolinux" data-basedof="Devuan" data-pretty="miyolinux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/miyo.svg" alt="MiyoLinux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">M</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/miyo.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://sourceforge.net/projects/miyolinux/" target="_blank" rel="noopener">MiyoLinux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Devuan');return false;">Devuan</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">lightweight</span></div>
|
||
<p class="distro-description">Very minimal Linux OS based on Devuan and various Window Managers. </p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('miyolinux')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, From RAM, Live Medium, Old Computers, Raspberry Pi" data-supported="true" data-osname="mxlinux" data-basedof="Debian Antix" data-pretty="mx linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/mxlinux.svg" alt="MX Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">M</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/mxlinux.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://mxlinux.org" target="_blank" rel="noopener">MX Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a> <a href="#" onclick="setSearch('Antix');return false;">Antix</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">From RAM</span></div>
|
||
<p class="distro-description">Designed to combine elegant and efficient desktops with high stability and solid performance</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('mxlinux')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="netboot" data-basedof="iPXE" data-pretty="netboot.xyz">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/netboot.svg" alt="netboot.xyz" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#178CDA;display:none">N</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/netboot.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://netboot.xyz" target="_blank" rel="noopener">netboot.xyz</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('iPXE');return false;">iPXE</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Your favorite operating systems in one place</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('netboot')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="netbsd" data-basedof="-" data-pretty="netbsd">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/netbsd.svg" alt="NetBSD" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#178CDA;display:none">N</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/netbsd.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.netbsd.org" target="_blank" rel="noopener">NetBSD</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Free, fast, secure, and highly portable Unix-like Open Source operating system. It is available for a wide range of platforms, from large-scale servers and powerful desktop systems to handheld and embedded devices</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('netbsd')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="nitrux" data-basedof="Debian Ubuntu" data-pretty="nitrux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/nitrux.svg" alt="Nitrux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#178CDA;display:none">N</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/nitrux.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://nxos.org" target="_blank" rel="noopener">Nitrux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a> <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Powered by Debian, KDE Plasma and Frameworks, and AppImages</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('nitrux')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="nixos" data-basedof="-" data-pretty="nixos">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/nixos.svg" alt="NixOS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#178CDA;display:none">N</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/nixos.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://nixos.org" target="_blank" rel="noopener">NixOS</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Linux distribution based on Nix package manager, tool that takes a unique approach to package management and system configuration</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('nixos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="nwg-shell" data-basedof="Arch" data-pretty="nwg-shell">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/nwg-shell.svg" alt="nwg-shell" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#178CDA;display:none">N</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/nwg-shell.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://nwg-piotr.github.io/nwg-shell" target="_blank" rel="noopener">nwg-shell</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Arch');return false;">Arch</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Arch Linux ISO with nwg-shell for sway and Hyprland</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('nwg-shell')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="openbsd" data-basedof="-" data-pretty="openbsd">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/openbsd.svg" alt="OpenBSD" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#1d6fa4;display:none">O</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/openbsd.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.openbsd.org" target="_blank" rel="noopener">OpenBSD</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Free, multi-platform 4.4BSD-based UNIX-like operating system. Our efforts emphasize portability, standardization, correctness, proactive security and integrated cryptography</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('openbsd')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="openindiana" data-basedof="Solaris OPenSolaris" data-pretty="openindiana">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/openindiana.svg" alt="OpenIndiana" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#1d6fa4;display:none">O</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/openindiana.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.openindiana.org" target="_blank" rel="noopener">OpenIndiana</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Solaris');return false;">Solaris</a> <a href="#" onclick="setSearch('OPenSolaris');return false;">OPenSolaris</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Community supported illumos-based operating system</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('openindiana')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="opensuse" data-basedof="-" data-pretty="opensuse">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/opensuse.svg" alt="openSUSE" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#1d6fa4;display:none">O</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/opensuse.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.opensuse.org" target="_blank" rel="noopener">openSUSE</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">The makers choice for sysadmins, developers and desktop users</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('opensuse')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Server" data-supported="true" data-osname="oraclelinux" data-basedof="RHEL" data-pretty="oracle linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/oracle.svg" alt="Oracle Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#1d6fa4;display:none">O</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/oracle.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.oracle.com/linux" target="_blank" rel="noopener">Oracle Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('RHEL');return false;">RHEL</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Server</span></div>
|
||
<p class="distro-description">Linux with everything required to deploy, optimize, and manage applications on-premises, in the cloud, and at the edge</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('oraclelinux')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="parrotsec" data-basedof="Debian" data-pretty="parrot security">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/parrot.svg" alt="Parrot Security" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#E95420;display:none">P</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/parrot.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.parrotsec.org" target="_blank" rel="noopener">Parrot Security</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Provides a huge arsenal of tools, utilities and libraries that IT and security professionals can use to test and assess the security of their assets in a reliable, compliant and reproducible way</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('parrotsec')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="lightweight" data-supported="true" data-osname="pbpuppy" data-basedof="Void,Ubuntu,Debian,Slackware" data-pretty="peabee's puppy linux">
|
||
<div class="distro-card-icon-area">
|
||
<div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#E95420">P</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><a href="https://sourceforge.net/projects/pb-gh-releases" target="_blank" rel="noopener">PeaBee's Puppy Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Void,Ubuntu,Debian,Slackware');return false;">Void,Ubuntu,Debian,Slackware</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">lightweight</span></div>
|
||
<p class="distro-description">Puppy Linux releases from Github. Brought to you by: peabee</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('pbpuppy')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="peppermint" data-basedof="Devuan" data-pretty="peppermintos">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/peppermintos.svg" alt="PeppermintOS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#E95420;display:none">P</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/peppermintos.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://peppermintos.com" target="_blank" rel="noopener">PeppermintOS</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Devuan');return false;">Devuan</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Provides a user with the opportunity to build the system that best fits their needs. While at the same time providing a functioning OS with minimum hassle out of the box</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('peppermint')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="popos" data-basedof="Ubuntu" data-pretty="pop!_os">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/popos.svg" alt="Pop!_OS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#E95420;display:none">P</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/popos.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://pop.system76.com" target="_blank" rel="noopener">Pop!_OS</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Operating system for STEM and creative professionals who use their computer as a tool to discover and create</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('popos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="lightweight" data-supported="true" data-osname="porteus" data-basedof="Slackware" data-pretty="porteus">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/porteus.svg" alt="Porteus" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#E95420;display:none">P</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/porteus.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="http://www.porteus.org" target="_blank" rel="noopener">Porteus</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Slackware');return false;">Slackware</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">lightweight</span></div>
|
||
<p class="distro-description">Complete linux operating system that is optimized to run from CD, USB flash drive, hard drive, or other bootable storage media</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('porteus')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="primtux" data-basedof="Ubuntu" data-pretty="primtux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/primtux.png" alt="PrimTux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#E95420;display:none">P</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/primtux.png" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://primtux.fr" target="_blank" rel="noopener">PrimTux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Complete and customizable GNU/Linux operating system intended for primary school students and suitable even for older hardware</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('primtux')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="proxmox-ve" data-basedof="Debian" data-pretty="proxmox ve">
|
||
<div class="distro-card-icon-area">
|
||
<div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#E95420">P</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><a href="https://proxmox.com/en/proxmox-virtual-environment" target="_blank" rel="noopener">Proxmox VE</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Proxmox Virtual Environment is a complete, open-source server management platform for enterprise virtualization</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('proxmox-ve')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="pureos" data-basedof="Debian" data-pretty="pureos">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/pureos.svg" alt="PureOS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#E95420;display:none">P</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/pureos.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.pureos.net" target="_blank" rel="noopener">PureOS</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Fully free/libre and open source GNU/Linux operating system, endorsed by the Free Software Foundation</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('pureos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="reactos" data-basedof="-" data-pretty="reactos">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/reactos.svg" alt="ReactOS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#A80030;display:none">R</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/reactos.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://reactos.org" target="_blank" rel="noopener">ReactOS</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Imagine running your favorite Windows applications and drivers in an open-source environment you can trust</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('reactos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="rebornos" data-basedof="Arch" data-pretty="rebornos">
|
||
<div class="distro-card-icon-area">
|
||
<div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#A80030">R</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><a href="https://rebornos.org" target="_blank" rel="noopener">RebornOS</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Arch');return false;">Arch</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Aiming to make Arch Linux as user friendly as possible by providing interface solutions to things you normally have to do in a terminal</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('rebornos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Live Medium, Server" data-supported="true" data-osname="redox-os" data-basedof="-" data-pretty="redox os">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/redox.png" alt="Redox OS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#A80030;display:none">R</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/redox.png" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.redox-os.org" target="_blank" rel="noopener">Redox OS</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Live Medium</span></div>
|
||
<p class="distro-description">Microkernel-based operating system, with a large number of supported programs and components, to create a full-featured user and application environment</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('redox-os')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="rhino" data-basedof="Ubuntu" data-pretty="rhino linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/rhino.svg" alt="Rhino Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#A80030;display:none">R</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/rhino.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://rhinolinux.org/" target="_blank" rel="noopener">Rhino Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Re-invents the Ubuntu experience as a rolling-release distribution built on a stable desktop environment. With Pacstall & XFCE</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('rhino')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Server" data-supported="true" data-osname="rockylinux" data-basedof="RHEL" data-pretty="rocky linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/rocky.svg" alt="Rocky Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#A80030;display:none">R</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/rocky.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://rockylinux.org" target="_blank" rel="noopener">Rocky Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('RHEL');return false;">RHEL</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Server</span></div>
|
||
<p class="distro-description">Open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('rockylinux')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="siduction" data-basedof="Debian" data-pretty="siduction">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/siduction.svg" alt="siduction" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">S</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/siduction.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://siduction.org" target="_blank" rel="noopener">siduction</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Operating system based on the Linux kernel and the GNU project. In addition, there are applications and libraries from Debian</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('siduction')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="slackware" data-basedof="-" data-pretty="slackware">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/slackware.svg" alt="slackware" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">S</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/slackware.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="http://www.slackware.com" target="_blank" rel="noopener">slackware</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Advanced Linux operating system, designed with the twin goals of ease of use and stability as top priorities</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('slackware')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="lightweight" data-supported="true" data-osname="slax" data-basedof="Debian Slackware" data-pretty="slax">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/slax.svg" alt="Slax" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">S</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/slax.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.slax.org" target="_blank" rel="noopener">Slax</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a> <a href="#" onclick="setSearch('Slackware');return false;">Slackware</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">lightweight</span></div>
|
||
<p class="distro-description">Compact, fast, and modern Linux operating system that combines sleek design with modular approach. With the ability to run directly from a USB flash drive without the need for installation, Slax is truly portable and fits easily in your pocket</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('slax')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="slint" data-basedof="Slackware" data-pretty="slint">
|
||
<div class="distro-card-icon-area">
|
||
<div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549">S</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><a href="https://slint.fr" target="_blank" rel="noopener">Slint</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Slackware');return false;">Slackware</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Easy-to-use, versatile, blind-friendly Linux distribution for 64-bit computers. Slint is based on Slackware and borrows tools from Salix</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('slint')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="lightweight" data-supported="true" data-osname="slitaz" data-basedof="-" data-pretty="slitaz">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/slitaz.svg" alt="SliTaz" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">S</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/slitaz.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.slitaz.org" target="_blank" rel="noopener">SliTaz</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">lightweight</span></div>
|
||
<p class="distro-description">Simple, fast and low resource Linux OS for servers & desktops</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('slitaz')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="solus" data-basedof="-" data-pretty="solus">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/solus.svg" alt="Solus" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">S</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/solus.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://getsol.us" target="_blank" rel="noopener">Solus</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Designed for home computing. Every tweak enables us to deliver a cohesive computing experience</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('solus')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Live Medium" data-supported="true" data-osname="sparkylinux" data-basedof="Debian" data-pretty="sparkylinux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/sparky.png" alt="SparkyLinux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549;display:none">S</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/sparky.png" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://sparkylinux.org" target="_blank" rel="noopener">SparkyLinux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Live Medium</span></div>
|
||
<p class="distro-description">Fast, lightweight and fully customizable operating system which offers several versions for different use cases</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('sparkylinux')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="spirallinux" data-basedof="Debian" data-pretty="spiral linux">
|
||
<div class="distro-card-icon-area">
|
||
<div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#41B549">S</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><a href="https://spirallinux.github.io" target="_blank" rel="noopener">Spiral Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Selection of Linux spins built from Debian GNU/Linux, with a focus on simplicity and out-of-the-box usability across all the major desktop environments</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('spirallinux')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="tails" data-basedof="Debian" data-pretty="tails">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/tails.svg" alt="Tails" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">T</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/tails.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://tails.net" target="_blank" rel="noopener">Tails</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Portable operating system that protects against surveillance and censorship</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('tails')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="lightweight" data-supported="true" data-osname="tinycore" data-basedof="-" data-pretty="tiny core linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/tinycore.svg" alt="Tiny Core Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">T</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/tinycore.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="http://www.tinycorelinux.net" target="_blank" rel="noopener">Tiny Core Linux</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">lightweight</span></div>
|
||
<p class="distro-description">Highly modular based system with community build extensions</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('tinycore')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="trisquel" data-basedof="Ubuntu" data-pretty="trisquel">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/trisquel.png" alt="Trisquel" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">T</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/trisquel.png" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://trisquel.info" target="_blank" rel="noopener">Trisquel</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Fully free operating system for home users, small enterprises and educational centers</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('trisquel')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="truenas-core" data-basedof="FreeBSD" data-pretty="truenas core">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/truenas-core.svg" alt="TrueNAS Core" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">T</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/truenas-core.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.truenas.com/truenas-core" target="_blank" rel="noopener">TrueNAS Core</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('FreeBSD');return false;">FreeBSD</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">World’s most popular storage OS because it gives you the power to build your own professional-grade storage system to use in a variety of data-intensive applications without any software costs</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('truenas-core')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="truenas-scale" data-basedof="Debian" data-pretty="truenas scale">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/truenas-scale.svg" alt="TrueNAS Scale" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">T</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/truenas-scale.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.truenas.com/truenas-scale" target="_blank" rel="noopener">TrueNAS Scale</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Open Source Hyperconverged Infrastructure (HCI) solution. In addition to powerful scale-out storage capabilities, SCALE adds Linux Containers and VMs (KVM) so apps run closer to data</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('truenas-scale')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="tuxedo-os" data-basedof="Ubuntu" data-pretty="tuxedo os">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/tuxedoos.svg" alt="Tuxedo OS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#87CF3E;display:none">T</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/tuxedoos.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.tuxedocomputers.com" target="_blank" rel="noopener">Tuxedo OS</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">KDE Ubuntu LTS designed to go with their Linux hardware</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('tuxedo-os')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="ubuntu" data-basedof="Debian" data-pretty="ubuntu">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/ubuntu.svg" alt="Ubuntu" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">U</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/ubuntu.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://ubuntu.com" target="_blank" rel="noopener">Ubuntu</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Complete desktop Linux operating system, freely available with both community and professional support</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('ubuntu')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Live Medium" data-supported="true" data-osname="ubuntu-budgie" data-basedof="Ubuntu" data-pretty="ubuntu budgie">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/ubuntu-budgie.svg" alt="Ubuntu Budgie" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">U</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/ubuntu-budgie.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://ubuntubudgie.org" target="_blank" rel="noopener">Ubuntu Budgie</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Live Medium</span></div>
|
||
<p class="distro-description">Community developed distribution, integrating the Budgie Desktop Environment with Ubuntu at its core</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('ubuntu-budgie')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Live Medium" data-supported="true" data-osname="ubuntu-cinnamon" data-basedof="Ubuntu" data-pretty="ubuntu cinnamon">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/ubuntu-cinnamon.svg" alt="Ubuntu Cinnamon" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">U</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/ubuntu-cinnamon.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://ubuntucinnamon.org" target="_blank" rel="noopener">Ubuntu Cinnamon</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Live Medium</span></div>
|
||
<p class="distro-description">Community-driven, featuring Linux Mint’s Cinnamon Desktop with Ubuntu at the core, packed fast and full of features, here is the most traditionally modern desktop you will ever love</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('ubuntu-cinnamon')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Live Medium" data-supported="true" data-osname="ubuntu-kylin" data-basedof="Ubuntu" data-pretty="ubuntu kylin">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/ubuntu-kylin.svg" alt="Ubuntu Kylin" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">U</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/ubuntu-kylin.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://ubuntukylin.com" target="_blank" rel="noopener">Ubuntu Kylin</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Live Medium</span></div>
|
||
<p class="distro-description">Universal desktop operating system for personal computers, laptops, and embedded devices. It is dedicated to bringing a smarter user experience to users all over the world</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('ubuntu-kylin')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Beginners, Desktop, Live Medium" data-supported="true" data-osname="ubuntu-mate" data-basedof="Ubuntu" data-pretty="ubuntu mate">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/ubuntu-mate.svg" alt="Ubuntu MATE" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">U</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/ubuntu-mate.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://ubuntu-mate.org" target="_blank" rel="noopener">Ubuntu MATE</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Beginners</span><span class="category-badge">Desktop</span></div>
|
||
<p class="distro-description">Stable, easy-to-use operating system with a configurable desktop environment. It is ideal for those who want the most out of their computers and prefer a traditional desktop metaphor. Using Mate desktop</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('ubuntu-mate')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="ubuntu-server" data-basedof="Debian" data-pretty="ubuntu server">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/ubuntu-server.svg" alt="Ubuntu Server" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">U</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/ubuntu-server.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://ubuntu.com/server" target="_blank" rel="noopener">Ubuntu Server</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Debian');return false;">Debian</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Brings economic and technical scalability to your datacentre, public or private. Whether you want to deploy an OpenStack cloud, a Kubernetes cluster or a 50,000-node render farm, Ubuntu Server delivers the best value scale-out performance available</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('ubuntu-server')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Live Medium" data-supported="true" data-osname="ubuntu-unity" data-basedof="Ubuntu" data-pretty="ubuntu unity">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/ubuntu-unity.svg" alt="Ubuntu Unity" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">U</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/ubuntu-unity.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://ubuntuunity.org" target="_blank" rel="noopener">Ubuntu Unity</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Live Medium</span></div>
|
||
<p class="distro-description">Flavor of Ubuntu featuring the Unity7 desktop environment (the default desktop environment used by Ubuntu from 2010-2017)</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('ubuntu-unity')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="ubuntustudio" data-basedof="Ubuntu" data-pretty="ubuntustudio">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/ubuntustudio.svg" alt="UbuntuStudio" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#2F2F2F;display:none">U</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/ubuntustudio.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://ubuntustudio.org" target="_blank" rel="noopener">UbuntuStudio</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Comes preinstalled with a selection of the most common free multimedia applications available, and is configured for best performance for various purposes: Audio, Graphics, Video, Photography and Publishing</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('ubuntustudio')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="Desktop, Immutable, Live Medium" data-supported="true" data-osname="vanillaos" data-basedof="Ubuntu" data-pretty="vanilla os">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/vanilla.svg" alt="Vanilla OS" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#178CDA;display:none">V</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/vanilla.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://vanillaos.org" target="_blank" rel="noopener">Vanilla OS</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">Desktop</span><span class="category-badge">Immutable</span></div>
|
||
<p class="distro-description">Designed to be a reliable and productive operating system for your daily work</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('vanillaos')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="ventoy" data-basedof="Void" data-pretty="ventoy">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/ventoy.svg" alt="Ventoy" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#178CDA;display:none">V</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/ventoy.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.ventoy.net" target="_blank" rel="noopener">Ventoy</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Void');return false;">Void</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. </p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('ventoy')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="vxlinux" data-basedof="Void" data-pretty="vx linux">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/vxlinux.svg" alt="VX Linux" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#178CDA;display:none">V</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/vxlinux.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://vxlinux.org" target="_blank" rel="noopener">VX Linux</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Void');return false;">Void</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Pre-configured, secure systemd-free Plasma desktop with focus on convenience, performance and simplicity. Based on the excellent Void Linux</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('vxlinux')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="windows" data-basedof="-" data-pretty="windows">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/windows.svg" alt="Windows" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#1d6fa4;display:none">W</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/windows.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.microsoft.com/en-us/windows" target="_blank" rel="noopener">Windows</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Whether you’re gaming, studying, running a business, or running a household, Windows helps you get it done</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('windows')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="advanced" data-supported="true" data-osname="windows-server" data-basedof="-" data-pretty="windows server">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/windows.svg" alt="Windows Server" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#1d6fa4;display:none">W</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/windows.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://www.microsoft.com/en-us/windows-server" target="_blank" rel="noopener">Windows Server</a></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">advanced</span></div>
|
||
<p class="distro-description">Platform for building an infrastructure of connected applications, networks, and web services</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('windows-server')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="distro-card" data-categories="beginner" data-supported="true" data-osname="xubuntu" data-basedof="Ubuntu" data-pretty="xubuntu">
|
||
<div class="distro-card-icon-area">
|
||
<img src="icons/xubuntu.svg" alt="Xubuntu" class="distro-icon-large" width="128" height="128" loading="lazy" onerror="this.style.display='none';this.nextElementSibling.style.display='flex'"><div class="distro-icon-fallback-large" style="width:128px;height:128px;background:#E95420;display:none">X</div>
|
||
</div>
|
||
<div class="distro-card-body">
|
||
<h3><img src="icons/xubuntu.svg" alt="" class="card-title-icon" aria-hidden="true" loading="lazy"><a href="https://xubuntu.org" target="_blank" rel="noopener">Xubuntu</a> <span class="basedof-inline">Based on: <a href="#" onclick="setSearch('Ubuntu');return false;">Ubuntu</a></span></h3>
|
||
<hr class="distro-divider">
|
||
<div class="distro-meta"><span class="supported-badge">supported</span><span class="category-badge">beginner</span></div>
|
||
<p class="distro-description">Elegant and easy to use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment</p>
|
||
<div class="distro-actions">
|
||
<button class="download-btn" onclick="showDownloads('xubuntu')"><img src="icons/floppy.svg" alt="Download"> Direct Download</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</main>
|
||
<footer class="site-footer">
|
||
<p>Data for unsupported distributions provided by <a href="https://distrowatch.com" target="_blank" rel="noopener">DistroWatch.com</a>. Page design inspired by <a href="https://github.com/ufuayk" target="_blank" rel="noopener">ufuayk</a>.</p>
|
||
</footer>
|
||
</div>
|
||
|
||
<div class="modal-overlay" id="modalOverlay">
|
||
<div class="modal-content">
|
||
<button class="modal-close" onclick="closeModal()" style="float:right;margin:-0.5rem -0.5rem 0 0">×</button>
|
||
<div id="modalBody"></div>
|
||
</div>
|
||
</div>
|
||
|
||
<script src="icons-available.js"></script>
|
||
<script>
|
||
window._distroData = {
|
||
"agarimos": {"homepage":"https://sourceforge.net/projects/agarimos","releases":"latest","editions":"xfce4 plasma lxqt-kwin gnome cinnamon","basedof":"Void","architectures":"amd64","urls":{"amd64 latest cinnamon":"https://sourceforge.net/projects/agarimos/files/CINNAMON/AgarimOS-Cinnamon-Catppuccin-Live-x86_64-6.12.81_1-20260413.iso","amd64 latest gnome":"https://sourceforge.net/projects/agarimos/files/GNOME/AgarimOS-Gnome-Catppuccin-Live-x86_64-6.12.81_1-20260413.iso","amd64 latest lxqt-kwin":"https://sourceforge.net/projects/agarimos/files/LXQT-KWIN/AgarimOS-LXQT-KWIN-Catppuccin-Live-x86_64-6.12.81_1-20260413.iso","amd64 latest plasma":"https://sourceforge.net/projects/agarimos/files/PLASMA/AgarimOS-Plasma-Catppuccin-Live-x86_64-6.12.81_1-20260415.iso","amd64 latest xfce4":"https://sourceforge.net/projects/agarimos/files/XFCE4/AgarimOS-XFCE4-Catppuccin-Live-x86_64-6.12.81_1-20260413.iso"}},
|
||
"alma": {"homepage":"https://almalinux.org/","releases":"9 8 10","editions":"minimal dvd boot","basedof":"Fedora RHEL","architectures":"amd64 aarch64 ppc64le s390x","urls":{"aarch64 10 boot":"https://repo.almalinux.org/almalinux/10/isos/aarch64/AlmaLinux-10-latest-aarch64-boot.iso","aarch64 10 dvd":"https://repo.almalinux.org/almalinux/10/isos/aarch64/AlmaLinux-10-latest-aarch64-dvd.iso","aarch64 10 minimal":"https://repo.almalinux.org/almalinux/10/isos/aarch64/AlmaLinux-10-latest-aarch64-minimal.iso","aarch64 8 boot":"https://repo.almalinux.org/almalinux/8/isos/aarch64/AlmaLinux-8-latest-aarch64-boot.iso","aarch64 8 dvd":"https://repo.almalinux.org/almalinux/8/isos/aarch64/AlmaLinux-8-latest-aarch64-dvd.iso","aarch64 8 minimal":"https://repo.almalinux.org/almalinux/8/isos/aarch64/AlmaLinux-8-latest-aarch64-minimal.iso","aarch64 9 boot":"https://repo.almalinux.org/almalinux/9/isos/aarch64/AlmaLinux-9-latest-aarch64-boot.iso","aarch64 9 dvd":"https://repo.almalinux.org/almalinux/9/isos/aarch64/AlmaLinux-9-latest-aarch64-dvd.iso","aarch64 9 minimal":"https://repo.almalinux.org/almalinux/9/isos/aarch64/AlmaLinux-9-latest-aarch64-minimal.iso","amd64 10 boot":"https://repo.almalinux.org/almalinux/10/isos/x86_64/AlmaLinux-10-latest-x86_64-boot.iso","amd64 10 dvd":"https://repo.almalinux.org/almalinux/10/isos/x86_64/AlmaLinux-10-latest-x86_64-dvd.iso","amd64 10 minimal":"https://repo.almalinux.org/almalinux/10/isos/x86_64/AlmaLinux-10-latest-x86_64-minimal.iso","amd64 8 boot":"https://repo.almalinux.org/almalinux/8/isos/x86_64/AlmaLinux-8-latest-x86_64-boot.iso","amd64 8 dvd":"https://repo.almalinux.org/almalinux/8/isos/x86_64/AlmaLinux-8-latest-x86_64-dvd.iso","amd64 8 minimal":"https://repo.almalinux.org/almalinux/8/isos/x86_64/AlmaLinux-8-latest-x86_64-minimal.iso","amd64 9 boot":"https://repo.almalinux.org/almalinux/9/isos/x86_64/AlmaLinux-9-latest-x86_64-boot.iso","amd64 9 dvd":"https://repo.almalinux.org/almalinux/9/isos/x86_64/AlmaLinux-9-latest-x86_64-dvd.iso","amd64 9 minimal":"https://repo.almalinux.org/almalinux/9/isos/x86_64/AlmaLinux-9-latest-x86_64-minimal.iso","ppc64le 10 boot":"https://repo.almalinux.org/almalinux/10/isos/ppc64le/AlmaLinux-10-latest-ppc64le-boot.iso","ppc64le 10 dvd":"https://repo.almalinux.org/almalinux/10/isos/ppc64le/AlmaLinux-10-latest-ppc64le-dvd.iso","ppc64le 10 minimal":"https://repo.almalinux.org/almalinux/10/isos/ppc64le/AlmaLinux-10-latest-ppc64le-minimal.iso","ppc64le 8 boot":"https://repo.almalinux.org/almalinux/8/isos/ppc64le/AlmaLinux-8-latest-ppc64le-boot.iso","ppc64le 8 dvd":"https://repo.almalinux.org/almalinux/8/isos/ppc64le/AlmaLinux-8-latest-ppc64le-dvd.iso","ppc64le 8 minimal":"https://repo.almalinux.org/almalinux/8/isos/ppc64le/AlmaLinux-8-latest-ppc64le-minimal.iso","ppc64le 9 boot":"https://repo.almalinux.org/almalinux/9/isos/ppc64le/AlmaLinux-9-latest-ppc64le-boot.iso","ppc64le 9 dvd":"https://repo.almalinux.org/almalinux/9/isos/ppc64le/AlmaLinux-9-latest-ppc64le-dvd.iso","ppc64le 9 minimal":"https://repo.almalinux.org/almalinux/9/isos/ppc64le/AlmaLinux-9-latest-ppc64le-minimal.iso","s390x 10 boot":"https://repo.almalinux.org/almalinux/10/isos/s390x/AlmaLinux-10-latest-s390x-boot.iso","s390x 10 dvd":"https://repo.almalinux.org/almalinux/10/isos/s390x/AlmaLinux-10-latest-s390x-dvd.iso","s390x 10 minimal":"https://repo.almalinux.org/almalinux/10/isos/s390x/AlmaLinux-10-latest-s390x-minimal.iso","s390x 8 boot":"https://repo.almalinux.org/almalinux/8/isos/s390x/AlmaLinux-8-latest-s390x-boot.iso","s390x 8 dvd":"https://repo.almalinux.org/almalinux/8/isos/s390x/AlmaLinux-8-latest-s390x-dvd.iso","s390x 8 minimal":"https://repo.almalinux.org/almalinux/8/isos/s390x/AlmaLinux-8-latest-s390x-minimal.iso","s390x 9 boot":"https://repo.almalinux.org/almalinux/9/isos/s390x/AlmaLinux-9-latest-s390x-boot.iso","s390x 9 dvd":"https://repo.almalinux.org/almalinux/9/isos/s390x/AlmaLinux-9-latest-s390x-dvd.iso","s390x 9 minimal":"https://repo.almalinux.org/almalinux/9/isos/s390x/AlmaLinux-9-latest-s390x-minimal.iso"}},
|
||
"alpine": {"homepage":"https://alpinelinux.org/","releases":"v3.23 v3.22 v3.21 v3.20 v3.19 v3.18 v3.17 v3.16 v3.15 v3.14","editions":"","basedof":"-","architectures":"x86_64 x86 aarch64 armhf armv7 ppc64le loongarch64 riscv64 s390x","urls":{"aarch64 v3.14":"https://dl-cdn.alpinelinux.org/alpine/v3.14/releases/aarch64/alpine-virt-3.14.10-aarch64.iso","aarch64 v3.15":"https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/aarch64/alpine-virt-3.15.11-aarch64.iso","aarch64 v3.16":"https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/aarch64/alpine-virt-3.16.9-aarch64.iso","aarch64 v3.17":"https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/aarch64/alpine-virt-3.17.10-aarch64.iso","aarch64 v3.18":"https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/aarch64/alpine-virt-3.18.12-aarch64.iso","aarch64 v3.19":"https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/aarch64/alpine-virt-3.19.9-aarch64.iso","aarch64 v3.20":"https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/aarch64/alpine-virt-3.20.10-aarch64.iso","aarch64 v3.21":"https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/aarch64/alpine-virt-3.21.7","aarch64 v3.22":"https://dl-cdn.alpinelinux.org/alpine/v3.22/releases/aarch64/alpine-virt-3.22.4","aarch64 v3.23":"https://dl-cdn.alpinelinux.org/alpine/v3.23/releases/aarch64/alpine-virt-3.23.4","armhf v3.14":"https://dl-cdn.alpinelinux.org/alpine/v3.14/releases/armv7/alpine-virt-3.14.10-armv7.iso","armhf v3.15":"https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/armv7/alpine-virt-3.15.11-armv7.iso","armhf v3.16":"https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/armv7/alpine-virt-3.16.9-armv7.iso","armhf v3.17":"https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/armv7/alpine-virt-3.17.10-armv7.iso","armhf v3.18":"https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/armv7/alpine-virt-3.18.12-armv7.iso","armhf v3.19":"https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/armv7/alpine-virt-3.19.9-armv7.iso","armhf v3.20":"https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/armv7/alpine-virt-3.20.10-armv7.iso","armhf v3.21":"https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/armv7/alpine-virt-3.21.7","armhf v3.22":"https://dl-cdn.alpinelinux.org/alpine/v3.22/releases/armv7/alpine-virt-3.22.4","armhf v3.23":"https://dl-cdn.alpinelinux.org/alpine/v3.23/releases/armv7/alpine-virt-3.23.4","armv7 v3.14":"https://dl-cdn.alpinelinux.org/alpine/v3.14/releases/armv7/alpine-virt-3.14.10-armv7.iso","armv7 v3.15":"https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/armv7/alpine-virt-3.15.11-armv7.iso","armv7 v3.16":"https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/armv7/alpine-virt-3.16.9-armv7.iso","armv7 v3.17":"https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/armv7/alpine-virt-3.17.10-armv7.iso","armv7 v3.18":"https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/armv7/alpine-virt-3.18.12-armv7.iso","armv7 v3.19":"https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/armv7/alpine-virt-3.19.9-armv7.iso","armv7 v3.20":"https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/armv7/alpine-virt-3.20.10-armv7.iso","armv7 v3.21":"https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/armv7/alpine-virt-3.21.7","armv7 v3.22":"https://dl-cdn.alpinelinux.org/alpine/v3.22/releases/armv7/alpine-virt-3.22.4","armv7 v3.23":"https://dl-cdn.alpinelinux.org/alpine/v3.23/releases/armv7/alpine-virt-3.23.4","loongarch64 v3.14":"https://dl-cdn.alpinelinux.org/alpine/v3.14/releases/loongarch64/alpine-virt--loongarch64.iso","loongarch64 v3.15":"https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/loongarch64/alpine-virt--loongarch64.iso","loongarch64 v3.16":"https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/loongarch64/alpine-virt--loongarch64.iso","loongarch64 v3.17":"https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/loongarch64/alpine-virt--loongarch64.iso","loongarch64 v3.18":"https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/loongarch64/alpine-virt--loongarch64.iso","loongarch64 v3.19":"https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/loongarch64/alpine-virt--loongarch64.iso","loongarch64 v3.20":"https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/loongarch64/alpine-virt--loongarch64.iso","loongarch64 v3.21":"https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/loongarch64/alpine-virt--loongarch64.iso","loongarch64 v3.22":"https://dl-cdn.alpinelinux.org/alpine/v3.22/releases/loongarch64/alpine-virt--loongarch64.iso","loongarch64 v3.23":"https://dl-cdn.alpinelinux.org/alpine/v3.23/releases/loongarch64/alpine-virt--loongarch64.iso","ppc64le v3.14":"https://dl-cdn.alpinelinux.org/alpine/v3.14/releases/ppc64le/alpine-virt--ppc64le.iso","ppc64le v3.15":"https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/ppc64le/alpine-virt--ppc64le.iso","ppc64le v3.16":"https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/ppc64le/alpine-virt--ppc64le.iso","ppc64le v3.17":"https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/ppc64le/alpine-virt--ppc64le.iso","ppc64le v3.18":"https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/ppc64le/alpine-virt--ppc64le.iso","ppc64le v3.19":"https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/ppc64le/alpine-virt--ppc64le.iso","ppc64le v3.20":"https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/ppc64le/alpine-virt--ppc64le.iso","ppc64le v3.21":"https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/ppc64le/alpine-virt--ppc64le.iso","ppc64le v3.22":"https://dl-cdn.alpinelinux.org/alpine/v3.22/releases/ppc64le/alpine-virt--ppc64le.iso","ppc64le v3.23":"https://dl-cdn.alpinelinux.org/alpine/v3.23/releases/ppc64le/alpine-virt--ppc64le.iso","riscv64 v3.14":"https://dl-cdn.alpinelinux.org/alpine/v3.14/releases/riscv64/alpine-virt--riscv64.iso","riscv64 v3.15":"https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/riscv64/alpine-virt--riscv64.iso","riscv64 v3.16":"https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/riscv64/alpine-virt--riscv64.iso","riscv64 v3.17":"https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/riscv64/alpine-virt--riscv64.iso","riscv64 v3.18":"https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/riscv64/alpine-virt--riscv64.iso","riscv64 v3.19":"https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/riscv64/alpine-virt--riscv64.iso","riscv64 v3.20":"https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/riscv64/alpine-virt--riscv64.iso","riscv64 v3.21":"https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/riscv64/alpine-virt--riscv64.iso","riscv64 v3.22":"https://dl-cdn.alpinelinux.org/alpine/v3.22/releases/riscv64/alpine-virt--riscv64.iso","riscv64 v3.23":"https://dl-cdn.alpinelinux.org/alpine/v3.23/releases/riscv64/alpine-virt--riscv64.iso","s390x v3.14":"https://dl-cdn.alpinelinux.org/alpine/v3.14/releases/s390x/alpine-virt--s390x.iso","s390x v3.15":"https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/s390x/alpine-virt--s390x.iso","s390x v3.16":"https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/s390x/alpine-virt--s390x.iso","s390x v3.17":"https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/s390x/alpine-virt--s390x.iso","s390x v3.18":"https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/s390x/alpine-virt--s390x.iso","s390x v3.19":"https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/s390x/alpine-virt--s390x.iso","s390x v3.20":"https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/s390x/alpine-virt--s390x.iso","s390x v3.21":"https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/s390x/alpine-virt--s390x.iso","s390x v3.22":"https://dl-cdn.alpinelinux.org/alpine/v3.22/releases/s390x/alpine-virt--s390x.iso","s390x v3.23":"https://dl-cdn.alpinelinux.org/alpine/v3.23/releases/s390x/alpine-virt--s390x.iso","x86 v3.14":"https://dl-cdn.alpinelinux.org/alpine/v3.14/releases/x86/alpine-virt-3.14.10-x86.iso","x86 v3.15":"https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/x86/alpine-virt-3.15.11-x86.iso","x86 v3.16":"https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/x86/alpine-virt-3.16.9-x86.iso","x86 v3.17":"https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/x86/alpine-virt-3.17.10-x86.iso","x86 v3.18":"https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86/alpine-virt-3.18.12-x86.iso","x86 v3.19":"https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/x86/alpine-virt-3.19.9-x86.iso","x86 v3.20":"https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/x86/alpine-virt-3.20.10-x86.iso","x86 v3.21":"https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/x86/alpine-virt-3.21.7-x86.iso","x86 v3.22":"https://dl-cdn.alpinelinux.org/alpine/v3.22/releases/x86/alpine-virt-3.22.4-x86.iso","x86 v3.23":"https://dl-cdn.alpinelinux.org/alpine/v3.23/releases/x86/alpine-virt-3.23.4-x86.iso","x86_64 v3.14":"https://dl-cdn.alpinelinux.org/alpine/v3.14/releases/x86_64/alpine-virt-3.14.10-x86_64.iso","x86_64 v3.15":"https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/x86_64/alpine-virt-3.15.11-x86_64.iso","x86_64 v3.16":"https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/x86_64/alpine-virt-3.16.9-x86_64.iso","x86_64 v3.17":"https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/x86_64/alpine-virt-3.17.10-x86_64.iso","x86_64 v3.18":"https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.12-x86_64.iso","x86_64 v3.19":"https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/x86_64/alpine-virt-3.19.9-x86_64.iso","x86_64 v3.20":"https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/x86_64/alpine-virt-3.20.10-x86_64.iso","x86_64 v3.21":"https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/x86_64/alpine-virt-3.21.7-x86_64.iso","x86_64 v3.22":"https://dl-cdn.alpinelinux.org/alpine/v3.22/releases/x86_64/alpine-virt-3.22.4-x86_64.iso","x86_64 v3.23":"https://dl-cdn.alpinelinux.org/alpine/v3.23/releases/x86_64/alpine-virt-3.23.4-x86_64.iso"}},
|
||
"android": {"homepage":"https://www.android-x86.org","releases":"9.0 8.1 7.1","editions":"x86_64 x86","basedof":"-","architectures":"amd64","urls":{"amd64 7.1 x86":"https://mirrors.gigenet.com/OSDN/android-x86/67834/android-x86-7.1-r5.iso","amd64 7.1 x86_64":"https://mirrors.gigenet.com/OSDN/android-x86/67834/android-x86_64-7.1-r5.iso","amd64 8.1 x86":"https://mirrors.gigenet.com/OSDN/android-x86/69704/android-x86-8.1-r6.iso","amd64 8.1 x86_64":"https://mirrors.gigenet.com/OSDN/android-x86/69704/android-x86_64-8.1-r6.iso","amd64 9.0 x86":"https://mirrors.gigenet.com/OSDN/android-x86/71931/android-x86-9.0-r2.iso","amd64 9.0 x86_64":"https://mirrors.gigenet.com/OSDN/android-x86/71931/android-x86_64-9.0-r2.iso"}},
|
||
"antix": {"homepage":"https://antixlinux.com","releases":"26 25 23.2 23.1 23 22 21","editions":"net-sysv net-runit full-sysv full-runit core-sysv core-runit base-sysv base-runit","basedof":"Debian","architectures":"x86_64 386","urls":{"x86_64 21 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/runit-bullseye/antiX-21-runit_x64-base.iso","x86_64 21 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/antiX-21_x64-base.iso","x86_64 21 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/runit-bullseye/antiX-21-runit_x64-core.iso","x86_64 21 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/antiX-21_x64-core.iso","x86_64 21 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/runit-bullseye/antiX-21-runit_x64-full.iso","x86_64 21 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/antiX-21_x64-full.iso","x86_64 21 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/runit-bullseye/antiX-21-runit-net_x64-net.iso","x86_64 21 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/antiX-21-net_x64-net.iso","x86_64 22 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/runit-antiX-22/antiX-22-runit_x64-base.iso","x86_64 22 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/antiX-22_x64-base.iso","x86_64 22 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/runit-antiX-22/antiX-22-runit_x64-core.iso","x86_64 22 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/antiX-22_x64-core.iso","x86_64 22 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/runit-antiX-22/antiX-22-runit_x64-full.iso","x86_64 22 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/antiX-22_x64-full.iso","x86_64 22 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/runit-antiX-22/antiX-22-runit-net_x64-net.iso","x86_64 22 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/antiX-22-net_x64-net.iso","x86_64 23 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/runit-antiX-23/antiX-23-runit_x64-base.iso","x86_64 23 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/antiX-23_x64-base.iso","x86_64 23 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/runit-antiX-23/antiX-23-runit_x64-core.iso","x86_64 23 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/antiX-23_x64-core.iso","x86_64 23 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/runit-antiX-23/antiX-23-runit_x64-full.iso","x86_64 23 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/antiX-23_x64-full.iso","x86_64 23 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/runit-antiX-23/antiX-23-runit-net_x64-net.iso","x86_64 23 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/antiX-23-net_x64-net.iso","x86_64 23.1 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/runit-antiX-23.1/antiX-23.1-runit_x64-base.iso","x86_64 23.1 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/antiX-23.1_x64-base.iso","x86_64 23.1 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/runit-antiX-23.1/antiX-23.1-runit_x64-core.iso","x86_64 23.1 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/antiX-23.1_x64-core.iso","x86_64 23.1 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/runit-antiX-23.1/antiX-23.1-runit_x64-full.iso","x86_64 23.1 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/antiX-23.1_x64-full.iso","x86_64 23.1 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/runit-antiX-23.1/antiX-23.1-runit-net_x64-net.iso","x86_64 23.1 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/antiX-23.1-net_x64-net.iso","x86_64 23.2 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/runit-antiX-23.2/antiX-23.2-runit_x64-base.iso","x86_64 23.2 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/antiX-23.2_x64-base.iso","x86_64 23.2 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/runit-antiX-23.2/antiX-23.2-runit_x64-core.iso","x86_64 23.2 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/antiX-23.2_x64-core.iso","x86_64 23.2 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/runit-antiX-23.2/antiX-23.2-runit_x64-full.iso","x86_64 23.2 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/antiX-23.2_x64-full.iso","x86_64 23.2 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/runit-antiX-23.2/antiX-23.2-runit-net_x64-net.iso","x86_64 23.2 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/antiX-23.2-net_x64-net.iso","x86_64 25 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/runit-antiX-25/antiX-25-runit_x64-base.iso","x86_64 25 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/antiX-25_x64-base.iso","x86_64 25 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/runit-antiX-25/antiX-25-runit_x64-core.iso","x86_64 25 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/antiX-25_x64-core.iso","x86_64 25 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/runit-antiX-25/antiX-25-runit_x64-full.iso","x86_64 25 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/antiX-25_x64-full.iso","x86_64 25 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/runit-antiX-25/antiX-25-runit-net_x64-net.iso","x86_64 25 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/antiX-25-net_x64-net.iso","x86_64 26 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/runit-antiX-26/antiX-26-runit_x64-base.iso","x86_64 26 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/antiX-26_x64-base.iso","x86_64 26 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/runit-antiX-26/antiX-26-runit_x64-core.iso","x86_64 26 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/antiX-26_x64-core.iso","x86_64 26 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/runit-antiX-26/antiX-26-runit_x64-full.iso","x86_64 26 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/antiX-26_x64-full.iso","x86_64 26 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/runit-antiX-26/antiX-26-runit-net_x64-net.iso","x86_64 26 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/antiX-26-net_x64-net.iso","386 21 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/runit-bullseye/antiX-21-runit_386-base.iso","386 21 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/antiX-21_386-base.iso","386 21 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/runit-bullseye/antiX-21-runit_386-core.iso","386 21 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/antiX-21_386-core.iso","386 21 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/runit-bullseye/antiX-21-runit_386-full.iso","386 21 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/antiX-21_386-full.iso","386 21 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/runit-bullseye/antiX-21-runit-net_386-net.iso","386 21 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-21/antiX-21-net_386-net.iso","386 22 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/runit-antiX-22/antiX-22-runit_386-base.iso","386 22 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/antiX-22_386-base.iso","386 22 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/runit-antiX-22/antiX-22-runit_386-core.iso","386 22 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/antiX-22_386-core.iso","386 22 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/runit-antiX-22/antiX-22-runit_386-full.iso","386 22 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/antiX-22_386-full.iso","386 22 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/runit-antiX-22/antiX-22-runit-net_386-net.iso","386 22 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-22/antiX-22-net_386-net.iso","386 23 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/runit-antiX-23/antiX-23-runit_386-base.iso","386 23 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/antiX-23_386-base.iso","386 23 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/runit-antiX-23/antiX-23-runit_386-core.iso","386 23 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/antiX-23_386-core.iso","386 23 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/runit-antiX-23/antiX-23-runit_386-full.iso","386 23 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/antiX-23_386-full.iso","386 23 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/runit-antiX-23/antiX-23-runit-net_386-net.iso","386 23 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23/antiX-23-net_386-net.iso","386 23.1 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/runit-antiX-23.1/antiX-23.1-runit_386-base.iso","386 23.1 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/antiX-23.1_386-base.iso","386 23.1 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/runit-antiX-23.1/antiX-23.1-runit_386-core.iso","386 23.1 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/antiX-23.1_386-core.iso","386 23.1 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/runit-antiX-23.1/antiX-23.1-runit_386-full.iso","386 23.1 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/antiX-23.1_386-full.iso","386 23.1 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/runit-antiX-23.1/antiX-23.1-runit-net_386-net.iso","386 23.1 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.1/antiX-23.1-net_386-net.iso","386 23.2 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/runit-antiX-23.2/antiX-23.2-runit_386-base.iso","386 23.2 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/antiX-23.2_386-base.iso","386 23.2 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/runit-antiX-23.2/antiX-23.2-runit_386-core.iso","386 23.2 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/antiX-23.2_386-core.iso","386 23.2 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/runit-antiX-23.2/antiX-23.2-runit_386-full.iso","386 23.2 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/antiX-23.2_386-full.iso","386 23.2 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/runit-antiX-23.2/antiX-23.2-runit-net_386-net.iso","386 23.2 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/antiX-23.2-net_386-net.iso","386 25 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/runit-antiX-25/antiX-25-runit_386-base.iso","386 25 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/antiX-25_386-base.iso","386 25 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/runit-antiX-25/antiX-25-runit_386-core.iso","386 25 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/antiX-25_386-core.iso","386 25 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/runit-antiX-25/antiX-25-runit_386-full.iso","386 25 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/antiX-25_386-full.iso","386 25 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/runit-antiX-25/antiX-25-runit-net_386-net.iso","386 25 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-25/antiX-25-net_386-net.iso","386 26 base-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/runit-antiX-26/antiX-26-runit_386-base.iso","386 26 base-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/antiX-26_386-base.iso","386 26 core-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/runit-antiX-26/antiX-26-runit_386-core.iso","386 26 core-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/antiX-26_386-core.iso","386 26 full-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/runit-antiX-26/antiX-26-runit_386-full.iso","386 26 full-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/antiX-26_386-full.iso","386 26 net-runit":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/runit-antiX-26/antiX-26-runit-net_386-net.iso","386 26 net-sysv":"https://sourceforge.net/projects/antix-linux/files/Final/antiX-26/antiX-26-net_386-net.iso"}},
|
||
"archcraft": {"homepage":"https://archcraft.io","releases":"latest","editions":"","basedof":"Arch","architectures":"amd64","urls":{"amd64 latest":"https://unlimited.dl.sourceforge.net/project/archcraft/v26.02/archcraft-2026.02.02-x86_64.iso"}},
|
||
"archlinux": {"homepage":"https://archlinux.org","releases":"latest","editions":"","basedof":"-","architectures":"x86_64","urls":{"x86_64 latest":"https://mirror.rackspace.com/archlinux/iso/2026.04.01/archlinux-2026.04.01-x86_64.iso"}},
|
||
"athenaos": {"homepage":"https://athenaos.org","releases":"v23.11 v23.06.23","editions":"","basedof":"Arch","architectures":"amd64","urls":{"amd64 v23.06.23":"https://github.com/Athena-OS/athena/releases/download/v23.06.23/athena-rolling-x86_64.iso","amd64 v23.11":"https://github.com/Athena-OS/athena/releases/download/v23.11/athena-rolling-x86_64.iso"}},
|
||
"batocera": {"homepage":"https://batocera.org","releases":"41 40 39 38 37","editions":"","basedof":"-","architectures":"amd64","urls":{"amd64 37":"https://mirrors.o2switch.fr/batocera/x86_64/stable/37/batocera-x86_64-37-20230617.img.gz","amd64 38":"https://mirrors.o2switch.fr/batocera/x86_64/stable/38/batocera-x86_64-x86_64-38-20231014.img.gz","amd64 39":"https://mirrors.o2switch.fr/batocera/x86_64/stable/39/batocera-x86_64-x86_64-39-20240304.img.gz","amd64 40":"https://mirrors.o2switch.fr/batocera/x86_64/stable/40/batocera-x86_64-40-20240801.img.gz","amd64 41":"https://mirrors.o2switch.fr/batocera/x86_64/stable/41/batocera-x86_64-41-20250106.img.gz"}},
|
||
"bazzite": {"homepage":"https://bazzite.gg","releases":"latest","editions":"kde gnome","basedof":"Fedora SteamOS","architectures":"amd64","urls":{"amd64 latest gnome":"https://download.bazzite.gg/bazzite-gnome-stable-amd64.iso","amd64 latest kde":"https://download.bazzite.gg/bazzite-stable-amd64.iso"}},
|
||
"biglinux": {"homepage":"https://www.biglinux.com.br","releases":"2026-04-18","editions":"k619 k618 k612","basedof":"Manjaro","architectures":"amd64","urls":{"amd64 2026-04-18 k612":"https://iso.biglinux.com.br/biglinux_2026-04-18_k612.iso","amd64 2026-04-18 k618":"https://iso.biglinux.com.br/biglinux_2026-04-18_k618.iso","amd64 2026-04-18 k619":"https://iso.biglinux.com.br/biglinux_2026-04-18_k619.iso"}},
|
||
"blendos": {"homepage":"https://blendos.co","releases":"23.06","editions":"","basedof":"Arch","architectures":"amd64","urls":{"amd64 23.06":"https://images.blendos.co/track/gnome/blendOS-23.06-x86_64-gnome.iso"}},
|
||
"bodhi": {"homepage":"https://www.bodhilinux.com","releases":"7.0.0","editions":"s76 standard hwe apppack","basedof":"Debian Ubuntu","architectures":"amd64","urls":{"amd64 7.0.0 apppack":"https://sourceforge.net/projects/bodhilinux/files/7.0.0/bodhi-7.0.0-64-apppack.iso","amd64 7.0.0 hwe":"https://sourceforge.net/projects/bodhilinux/files/7.0.0/bodhi-7.0.0-64-hwe.iso","amd64 7.0.0 standard":"https://sourceforge.net/projects/bodhilinux/files/7.0.0/bodhi-7.0.0-64.iso","amd64 7.0.0 s76":"https://sourceforge.net/projects/bodhilinux/files/7.0.0/bodhi-7.0.0-64-s76.iso"}},
|
||
"bunsenlabs": {"homepage":"https://www.bunsenlabs.org","releases":"boron","editions":"","basedof":"Debian","architectures":"amd64","urls":{"amd64 boron":"https://ddl.bunsenlabs.org/ddl/boron-1-240123-amd64.hybrid.iso"}},
|
||
"cachyos": {"homepage":"https://cachyos.org","releases":"latest","editions":"handheld desktop","basedof":"Arch","architectures":"amd64","urls":{"amd64 latest desktop":"https://cdn77.cachyos.org/ISO/desktop/260308/cachyos-desktop-linux-260308.iso","amd64 latest handheld":"https://cdn77.cachyos.org/ISO/handheld/260308/cachyos-handheld-linux-260308.iso"}},
|
||
"centos-stream": {"homepage":"https://www.centos.org/centos-stream","releases":"9 10","editions":"dvd1 boot","basedof":"Fedora RHEL","architectures":"amd64","urls":{"amd64 10 boot":"https://linuxsoft.cern.ch/centos-stream/10-stream/BaseOS/x86_64/iso/CentOS-Stream-10-latest-x86_64-boot.iso","amd64 10 dvd1":"https://linuxsoft.cern.ch/centos-stream/10-stream/BaseOS/x86_64/iso/CentOS-Stream-10-latest-x86_64-dvd1.iso","amd64 9 boot":"https://linuxsoft.cern.ch/centos-stream/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-boot.iso","amd64 9 dvd1":"https://linuxsoft.cern.ch/centos-stream/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso"}},
|
||
"cereus": {"homepage":"https://sourceforge.net/projects/cereus-linux","releases":"latest","editions":"xfce musl-xfce musl-lxqt musl-base lxqt base","basedof":"Void","architectures":"amd64","urls":{"amd64 latest base":"https://sourceforge.net/projects/cereus-linux/files/isos/beta/2023.02.19/base/cereus-beta-live-x86_64-musl-base-2023.02.17.iso","amd64 latest lxqt":"https://sourceforge.net/projects/cereus-linux/files/isos/beta/2023.02.19/base/cereus-beta-live-x86_64-musl-base-2023.02.17.iso","amd64 latest musl-base":"https://sourceforge.net/projects/cereus-linux/files/isos/beta/2023.02.19/base/cereus-beta-live-x86_64-musl-base-2023.02.17.iso","amd64 latest musl-lxqt":"https://sourceforge.net/projects/cereus-linux/files/isos/beta/2023.02.19/base/cereus-beta-live-x86_64-musl-base-2023.02.17.iso","amd64 latest musl-xfce":"https://sourceforge.net/projects/cereus-linux/files/isos/beta/2023.02.19/base/cereus-beta-live-x86_64-musl-base-2023.02.17.iso","amd64 latest xfce":"https://sourceforge.net/projects/cereus-linux/files/isos/beta/2023.02.19/base/cereus-beta-live-x86_64-musl-base-2023.02.17.iso"}},
|
||
"chimeralinux": {"homepage":"https://chimera-linux.org","releases":"latest","editions":"gnome base","basedof":"-","architectures":"amd64","urls":{"amd64 latest base":"https://repo.chimera-linux.org/live/latest/chimera-linux-x86_64-LIVE-20251220-base.iso","amd64 latest gnome":"https://repo.chimera-linux.org/live/latest/chimera-linux-x86_64-LIVE-20251220-gnome.iso"}},
|
||
"crunchbang++": {"homepage":"https://www.crunchbangplusplus.org","releases":"9.0 12.0 11.2 10.1","editions":"","basedof":"Debian","architectures":"amd64","urls":{"amd64 10.1":"https://github.com/CBPP/cbpp/releases/download/v10/cbpp-10.1-amd64-20190713.iso","amd64 11.2":"https://github.com/CBPP/cbpp/releases/download/v11.2/cbpp-11.2-amd64-20230514.iso","amd64 12.0":"https://github.com/CBPP/cbpp/releases/download/v12.0/cbpp-12.0-amd64-20230611.iso","amd64 9.0":"https://github.com/CBPP/cbpp/releases/download/v9/cbpp-9.0-amd64-20170621.iso"}},
|
||
"debian": {"homepage":"https://www.debian.org","releases":"13.4.0 12.13.0 11.11.0","editions":"xfce standard netinst mate lxqt lxde kde gnome cinnamon","basedof":"-","architectures":"amd64","urls":{"amd64 11.11.0 cinnamon":"https://cdimage.debian.org/cdimage/archive/11.11.0-live/amd64/iso-hybrid/debian-live-11.11.0-amd64-cinnamon.iso","amd64 11.11.0 gnome":"https://cdimage.debian.org/cdimage/archive/11.11.0-live/amd64/iso-hybrid/debian-live-11.11.0-amd64-gnome.iso","amd64 11.11.0 kde":"https://cdimage.debian.org/cdimage/archive/11.11.0-live/amd64/iso-hybrid/debian-live-11.11.0-amd64-kde.iso","amd64 11.11.0 lxde":"https://cdimage.debian.org/cdimage/archive/11.11.0-live/amd64/iso-hybrid/debian-live-11.11.0-amd64-lxde.iso","amd64 11.11.0 lxqt":"https://cdimage.debian.org/cdimage/archive/11.11.0-live/amd64/iso-hybrid/debian-live-11.11.0-amd64-lxqt.iso","amd64 11.11.0 mate":"https://cdimage.debian.org/cdimage/archive/11.11.0-live/amd64/iso-hybrid/debian-live-11.11.0-amd64-mate.iso","amd64 11.11.0 netinst":"https://cdimage.debian.org/cdimage/archive/11.11.0/amd64/iso-cd/debian-11.11.0-amd64-netinst.iso","amd64 11.11.0 standard":"https://cdimage.debian.org/cdimage/archive/11.11.0-live/amd64/iso-hybrid/debian-live-11.11.0-amd64-standard.iso","amd64 11.11.0 xfce":"https://cdimage.debian.org/cdimage/archive/11.11.0-live/amd64/iso-hybrid/debian-live-11.11.0-amd64-xfce.iso","amd64 12.13.0 cinnamon":"https://cdimage.debian.org/cdimage/archive/12.13.0-live/amd64/iso-hybrid/debian-live-12.13.0-amd64-cinnamon.iso","amd64 12.13.0 gnome":"https://cdimage.debian.org/cdimage/archive/12.13.0-live/amd64/iso-hybrid/debian-live-12.13.0-amd64-gnome.iso","amd64 12.13.0 kde":"https://cdimage.debian.org/cdimage/archive/12.13.0-live/amd64/iso-hybrid/debian-live-12.13.0-amd64-kde.iso","amd64 12.13.0 lxde":"https://cdimage.debian.org/cdimage/archive/12.13.0-live/amd64/iso-hybrid/debian-live-12.13.0-amd64-lxde.iso","amd64 12.13.0 lxqt":"https://cdimage.debian.org/cdimage/archive/12.13.0-live/amd64/iso-hybrid/debian-live-12.13.0-amd64-lxqt.iso","amd64 12.13.0 mate":"https://cdimage.debian.org/cdimage/archive/12.13.0-live/amd64/iso-hybrid/debian-live-12.13.0-amd64-mate.iso","amd64 12.13.0 netinst":"https://cdimage.debian.org/cdimage/archive/12.13.0/amd64/iso-cd/debian-12.13.0-amd64-netinst.iso","amd64 12.13.0 standard":"https://cdimage.debian.org/cdimage/archive/12.13.0-live/amd64/iso-hybrid/debian-live-12.13.0-amd64-standard.iso","amd64 12.13.0 xfce":"https://cdimage.debian.org/cdimage/archive/12.13.0-live/amd64/iso-hybrid/debian-live-12.13.0-amd64-xfce.iso","amd64 13.4.0 cinnamon":"https://cdimage.debian.org/debian-cd/13.4.0-live/amd64/iso-hybrid/debian-live-13.4.0-amd64-cinnamon.iso","amd64 13.4.0 gnome":"https://cdimage.debian.org/debian-cd/13.4.0-live/amd64/iso-hybrid/debian-live-13.4.0-amd64-gnome.iso","amd64 13.4.0 kde":"https://cdimage.debian.org/debian-cd/13.4.0-live/amd64/iso-hybrid/debian-live-13.4.0-amd64-kde.iso","amd64 13.4.0 lxde":"https://cdimage.debian.org/debian-cd/13.4.0-live/amd64/iso-hybrid/debian-live-13.4.0-amd64-lxde.iso","amd64 13.4.0 lxqt":"https://cdimage.debian.org/debian-cd/13.4.0-live/amd64/iso-hybrid/debian-live-13.4.0-amd64-lxqt.iso","amd64 13.4.0 mate":"https://cdimage.debian.org/debian-cd/13.4.0-live/amd64/iso-hybrid/debian-live-13.4.0-amd64-mate.iso","amd64 13.4.0 netinst":"https://cdimage.debian.org/debian-cd/13.4.0/amd64/iso-cd/debian-13.4.0-amd64-netinst.iso","amd64 13.4.0 standard":"https://cdimage.debian.org/debian-cd/13.4.0-live/amd64/iso-hybrid/debian-live-13.4.0-amd64-standard.iso","amd64 13.4.0 xfce":"https://cdimage.debian.org/debian-cd/13.4.0-live/amd64/iso-hybrid/debian-live-13.4.0-amd64-xfce.iso"}},
|
||
"deepin": {"homepage":"https://www.deepin.org","releases":"25.1.0 25.0.10 25.0.1 23.1 20.9","editions":"","basedof":"Debian","architectures":"amd64","urls":{"amd64 20.9":"https://cdimage.deepin.com/releases/20.9/deepin-desktop-community-20.9-amd64.iso","amd64 23.1":"https://cdimage.deepin.com/releases/23.1/amd64/deepin-desktop-community-23.1-amd64.iso","amd64 25.0.1":"https://cdimage.deepin.com/releases/25.0.1/amd64/deepin-desktop-community-25.0.1-amd64.iso","amd64 25.0.10":"https://cdimage.deepin.com/releases/25.0.10/amd64/deepin-desktop-community-25.0.10-amd64.iso","amd64 25.1.0":"https://cdimage.deepin.com/releases/25.1.0/amd64/deepin-desktop-community-25.1.0-amd64.iso"}},
|
||
"devuan": {"homepage":"https://www.devuan.org","releases":"chimaera excalibur daedalus","editions":"","basedof":"Debian","architectures":"amd64","urls":{"amd64 daedalus":"https://files.devuan.org/devuan_daedalus/desktop-live/devuan_daedalus_5.0.0_amd64_desktop-live.iso","amd64 excalibur":"https://files.devuan.org/devuan_excalibur/desktop-live/devuan_excalibur_6.0.0_amd64_desktop-live.iso","amd64 chimaera":"https://files.devuan.org/devuan_chimaera/desktop-live/devuan_chimaera_4.0.3_amd64_desktop-live.iso"}},
|
||
"dietpi": {"homepage":"https://dietpi.com","releases":"uefi bios","editions":"Trixie Forky Bookworm","basedof":"Debian","architectures":"amd64","urls":{"amd64 bios Bookworm":"https://dietpi.com/downloads/images/DietPi_VM-x86_64-Bookworm_Installer.iso","amd64 bios Forky":"https://dietpi.com/downloads/images/DietPi_VM-x86_64-Forky_Installer.iso","amd64 bios Trixie":"https://dietpi.com/downloads/images/DietPi_VM-x86_64-Trixie_Installer.iso","amd64 uefi Bookworm":"https://dietpi.com/downloads/images/DietPi_VM-UEFI-x86_64-Bookworm_Installer.iso","amd64 uefi Forky":"https://dietpi.com/downloads/images/DietPi_VM-UEFI-x86_64-Forky_Installer.iso","amd64 uefi Trixie":"https://dietpi.com/downloads/images/DietPi_VM-UEFI-x86_64-Trixie_Installer.iso"}},
|
||
"dragonflybsd": {"homepage":"https://www.dragonflybsd.org","releases":"6.4.2 6.4.1 6.4.0 6.2.2 6.2.1 6.0.1 6.0.0 5.8.3 5.8.2 5.8.1 5.8.0 5.6.3 5.6.2 5.6.1 5.6.0 5.4.3 5.4.2 5.4.1 5.4.0 5.2.2 5.2.1 5.2.0 5.0.2 5.0.1 5.0.0","editions":"","basedof":"FreeBSD","architectures":"amd64","urls":{"amd64 5.0.0":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.0.0_REL.iso.bz2","amd64 5.0.1":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.0.1_REL.iso.bz2","amd64 5.0.2":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.0.2_REL.iso.bz2","amd64 5.2.0":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.2.0_REL.iso.bz2","amd64 5.2.1":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.2.1_REL.iso.bz2","amd64 5.2.2":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.2.2_REL.iso.bz2","amd64 5.4.0":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.4.0_REL.iso.bz2","amd64 5.4.1":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.4.1_REL.iso.bz2","amd64 5.4.2":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.4.2_REL.iso.bz2","amd64 5.4.3":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.4.3_REL.iso.bz2","amd64 5.6.0":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.6.0_REL.iso.bz2","amd64 5.6.1":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.6.1_REL.iso.bz2","amd64 5.6.2":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.6.2_REL.iso.bz2","amd64 5.6.3":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.6.3_REL.iso.bz2","amd64 5.8.0":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.8.0_REL.iso.bz2","amd64 5.8.1":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.8.1_REL.iso.bz2","amd64 5.8.2":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.8.2_REL.iso.bz2","amd64 5.8.3":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.8.3_REL.iso.bz2","amd64 6.0.0":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-6.0.0_REL.iso.bz2","amd64 6.0.1":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-6.0.1_REL.iso.bz2","amd64 6.2.1":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-6.2.1_REL.iso.bz2","amd64 6.2.2":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-6.2.2_REL.iso.bz2","amd64 6.4.0":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-6.4.0_REL.iso.bz2","amd64 6.4.1":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-6.4.1_REL.iso.bz2","amd64 6.4.2":"http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-6.4.2_REL.iso.bz2"}},
|
||
"dsl": {"homepage":"https://www.damnsmalllinux.org/","releases":"2024.rc7","editions":"lz4 cdrom","basedof":"Antix","architectures":"amd64","urls":{"amd64 2024.rc7 cdrom":"https://www.damnsmalllinux.org/download/dsl-2024.rc7.iso","amd64 2024.rc7 lz4":"https://www.damnsmalllinux.org/download/dsl-2024.rc7.lz4.iso"}},
|
||
"edubuntu": {"homepage":"https://www.edubuntu.org","releases":"25.10 24.04 daily-live","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 daily-live":"https://cdimage.ubuntu.com/edubuntu/daily-live/current/resolute-desktop-amd64.iso","amd64 24.04":"https://cdimage.ubuntu.com/edubuntu/releases/24.04/release/edubuntu-24.04.3-desktop-amd64.iso","amd64 25.10":"https://cdimage.ubuntu.com/edubuntu/releases/25.10/release/edubuntu-25.10-desktop-amd64.iso"}},
|
||
"elementary": {"homepage":"https://elementary.io","releases":"8.1.1 8.1.0 8.0.2 8.0.1 8.0.0 7.1.1 7.1.0 7.0.0 6.1.0 6.0.4","editions":"","basedof":"Debian Ubuntu","architectures":"amd64","urls":{"amd64 6.0.4":"https://ams3.dl.elementary.io/download/MTc3NjYxNTI1OAo=/elementaryos-6.0.4-stable..iso","amd64 6.1.0":"https://ams3.dl.elementary.io/download/MTc3NjYxNTI1OAo=/elementaryos-6.1.0-stable..iso","amd64 7.0.0":"https://ams3.dl.elementary.io/download/MTc3NjYxNTI1OAo=/elementaryos-7.0.0-stable..iso","amd64 7.1.0":"https://ams3.dl.elementary.io/download/MTc3NjYxNTI1OAo=/elementaryos-7.1.0-stable..iso","amd64 7.1.1":"https://ams3.dl.elementary.io/download/MTc3NjYxNTI1OAo=/elementaryos-7.1.1-stable..iso","amd64 8.0.0":"https://ams3.dl.elementary.io/download/MTc3NjYxNTI1OAo=/elementaryos-8.0.0-stable..iso","amd64 8.0.1":"https://ams3.dl.elementary.io/download/MTc3NjYxNTI1OAo=/elementaryos-8.0.1-stable..iso","amd64 8.0.2":"https://ams3.dl.elementary.io/download/MTc3NjYxNTI1OAo=/elementaryos-8.0.2-stable..iso","amd64 8.1.0":"https://ams3.dl.elementary.io/download/MTc3NjYxNTI1OAo=/elementaryos-8.1.0-stable..iso","amd64 8.1.1":"https://ams3.dl.elementary.io/download/MTc3NjYxNTI1OAo=/elementaryos-8.1.1-stable..iso"}},
|
||
"endeavouros": {"homepage":"https://endeavouros.com","releases":"titan-2026.03.06 mercury-2025.02.08 mercury-neo-2025.03.19 gemini-2024.04.20 ganymede-neo-2026.01.12","editions":"","basedof":"Arch","architectures":"amd64","urls":{"amd64 ganymede-neo-2026.01.12":"https://mirror.alpix.eu/endeavouros/iso/EndeavourOS_Ganymede-Neo-2026.01.12.iso","amd64 gemini-2024.04.20":"https://mirror.alpix.eu/endeavouros/iso/EndeavourOS_Gemini-2024.04.20.iso","amd64 mercury-neo-2025.03.19":"https://mirror.alpix.eu/endeavouros/iso/EndeavourOS_Mercury-Neo-2025.03.19.iso","amd64 mercury-2025.02.08":"https://mirror.alpix.eu/endeavouros/iso/EndeavourOS_Mercury-2025.02.08.iso","amd64 titan-2026.03.06":"https://mirror.alpix.eu/endeavouros/iso/EndeavourOS_Titan-2026.03.06.iso"}},
|
||
"endless": {"homepage":"https://www.endlessos.org/os","releases":"6.0.8 6.0.7 6.0.6 6.0.5 6.0.4","editions":"pt_BR fr es en base","basedof":"Debian","architectures":"amd64","urls":{"amd64 6.0.4 base":"https://images-dl.endlessm.com/release/6.0.4/eos-amd64-amd64/base/eos-eos6.0-amd64-amd64.241023-183516.base.iso","amd64 6.0.4 en":"https://images-dl.endlessm.com/release/6.0.4/eos-amd64-amd64/en/eos-eos6.0-amd64-amd64.241023-200926.en.iso","amd64 6.0.4 es":"https://images-dl.endlessm.com/release/6.0.4/eos-amd64-amd64/es/eos-eos6.0-amd64-amd64.241023-184649.es.iso","amd64 6.0.4 fr":"https://images-dl.endlessm.com/release/6.0.4/eos-amd64-amd64/fr/eos-eos6.0-amd64-amd64.241023-191212.fr.iso","amd64 6.0.4 pt_BR":"https://images-dl.endlessm.com/release/6.0.4/eos-amd64-amd64/pt_BR/eos-eos6.0-amd64-amd64.241023-191427.pt_BR.iso","amd64 6.0.5 base":"https://images-dl.endlessm.com/release/6.0.5/eos-amd64-amd64/base/eos-eos6.0-amd64-amd64.241023-183516.base.iso","amd64 6.0.5 en":"https://images-dl.endlessm.com/release/6.0.5/eos-amd64-amd64/en/eos-eos6.0-amd64-amd64.241023-200926.en.iso","amd64 6.0.5 es":"https://images-dl.endlessm.com/release/6.0.5/eos-amd64-amd64/es/eos-eos6.0-amd64-amd64.241023-184649.es.iso","amd64 6.0.5 fr":"https://images-dl.endlessm.com/release/6.0.5/eos-amd64-amd64/fr/eos-eos6.0-amd64-amd64.241023-191212.fr.iso","amd64 6.0.5 pt_BR":"https://images-dl.endlessm.com/release/6.0.5/eos-amd64-amd64/pt_BR/eos-eos6.0-amd64-amd64.241023-191427.pt_BR.iso","amd64 6.0.6 base":"https://images-dl.endlessm.com/release/6.0.6/eos-amd64-amd64/base/eos-eos6.0-amd64-amd64.241023-183516.base.iso","amd64 6.0.6 en":"https://images-dl.endlessm.com/release/6.0.6/eos-amd64-amd64/en/eos-eos6.0-amd64-amd64.241023-200926.en.iso","amd64 6.0.6 es":"https://images-dl.endlessm.com/release/6.0.6/eos-amd64-amd64/es/eos-eos6.0-amd64-amd64.241023-184649.es.iso","amd64 6.0.6 fr":"https://images-dl.endlessm.com/release/6.0.6/eos-amd64-amd64/fr/eos-eos6.0-amd64-amd64.241023-191212.fr.iso","amd64 6.0.6 pt_BR":"https://images-dl.endlessm.com/release/6.0.6/eos-amd64-amd64/pt_BR/eos-eos6.0-amd64-amd64.241023-191427.pt_BR.iso","amd64 6.0.7 base":"https://images-dl.endlessm.com/release/6.0.7/eos-amd64-amd64/base/eos-eos6.0-amd64-amd64.241023-183516.base.iso","amd64 6.0.7 en":"https://images-dl.endlessm.com/release/6.0.7/eos-amd64-amd64/en/eos-eos6.0-amd64-amd64.241023-200926.en.iso","amd64 6.0.7 es":"https://images-dl.endlessm.com/release/6.0.7/eos-amd64-amd64/es/eos-eos6.0-amd64-amd64.241023-184649.es.iso","amd64 6.0.7 fr":"https://images-dl.endlessm.com/release/6.0.7/eos-amd64-amd64/fr/eos-eos6.0-amd64-amd64.241023-191212.fr.iso","amd64 6.0.7 pt_BR":"https://images-dl.endlessm.com/release/6.0.7/eos-amd64-amd64/pt_BR/eos-eos6.0-amd64-amd64.241023-191427.pt_BR.iso","amd64 6.0.8 base":"https://images-dl.endlessm.com/release/6.0.8/eos-amd64-amd64/base/eos-eos6.0-amd64-amd64.241023-183516.base.iso","amd64 6.0.8 en":"https://images-dl.endlessm.com/release/6.0.8/eos-amd64-amd64/en/eos-eos6.0-amd64-amd64.241023-200926.en.iso","amd64 6.0.8 es":"https://images-dl.endlessm.com/release/6.0.8/eos-amd64-amd64/es/eos-eos6.0-amd64-amd64.241023-184649.es.iso","amd64 6.0.8 fr":"https://images-dl.endlessm.com/release/6.0.8/eos-amd64-amd64/fr/eos-eos6.0-amd64-amd64.241023-191212.fr.iso","amd64 6.0.8 pt_BR":"https://images-dl.endlessm.com/release/6.0.8/eos-amd64-amd64/pt_BR/eos-eos6.0-amd64-amd64.241023-191427.pt_BR.iso"}},
|
||
"freebsd": {"homepage":"https://www.freebsd.org","releases":"15.0 14.4 14.3 13.5","editions":"dvd1 disc1","basedof":"-","architectures":"amd64","urls":{"amd64 13.5 disc1":"https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/13.5/FreeBSD-13.5-RELEASE-amd64-disc1.iso","amd64 13.5 dvd1":"https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/13.5/FreeBSD-13.5-RELEASE-amd64-dvd1.iso","amd64 14.3 disc1":"https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/14.3/FreeBSD-14.3-RELEASE-amd64-disc1.iso","amd64 14.3 dvd1":"https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/14.3/FreeBSD-14.3-RELEASE-amd64-dvd1.iso","amd64 14.4 disc1":"https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/14.4/FreeBSD-14.4-RELEASE-amd64-disc1.iso","amd64 14.4 dvd1":"https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/14.4/FreeBSD-14.4-RELEASE-amd64-dvd1.iso","amd64 15.0 disc1":"https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/15.0/FreeBSD-15.0-RELEASE-amd64-disc1.iso","amd64 15.0 dvd1":"https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/15.0/FreeBSD-15.0-RELEASE-amd64-dvd1.iso"}},
|
||
"freedos": {"homepage":"https://freedos.org","releases":"1.3 1.2","editions":"","basedof":"-","architectures":"amd64","urls":{"amd64 1.2":"https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/official/FD12CD.iso","amd64 1.3":"https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.3/official/FD13-LiveCD.zip"}},
|
||
"fvoid": {"homepage":"https://sourceforge.net/projects/f-void","releases":"latest","editions":"","basedof":"Void","architectures":"amd64","urls":{"amd64 latest":"https://sourceforge.net/projects/f-void/files/28_03_2024/fvoid-live-x86_64-20240328-lxqt.iso"}},
|
||
"gabeeos": {"homepage":"https://sourceforge.net/projects/gabeeoslinux/","releases":"latest","editions":"Qtile i3-gaps Hyprland","basedof":"Void","architectures":"amd64","urls":{"amd64 latest Hyprland":"https://sourceforge.net/projects/gabeeoslinux/files/Distro/Hyprland/gabeeOSLinux-Hyprland-live-x86_64-6.12.60_1-20251205.iso/","amd64 latest i3-gaps":"https://sourceforge.net/projects/gabeeoslinux/files/Distro/i3-gaps/gabeeOSLinux-i3-gaps-live-x86_64-6.12.58_1-20251120.iso","amd64 latest Qtile":"https://sourceforge.net/projects/gabeeoslinux/files/Distro/Qtile/Release-2025/gabeeOSLinux-Qtile-live-x86_64-6.12.58_1-20251119.iso"}},
|
||
"garuda": {"homepage":"https://garudalinux.org","releases":"latest","editions":"xfce sway mokka kde-lite i3 hyprland gnome dr460nized-gaming dr460nized cinnamon","basedof":"Arch","architectures":"amd64","urls":{"amd64 latest cinnamon":"https://iso.builds.garudalinux.org/iso/latest/garuda/cinnamon/latest.iso","amd64 latest dr460nized-gaming":"https://iso.builds.garudalinux.org/iso/latest/garuda/dr460nized-gaming/latest.iso","amd64 latest dr460nized":"https://iso.builds.garudalinux.org/iso/latest/garuda/dr460nized/latest.iso","amd64 latest gnome":"https://iso.builds.garudalinux.org/iso/latest/garuda/gnome/latest.iso","amd64 latest hyprland":"https://iso.builds.garudalinux.org/iso/latest/garuda/hyprland/latest.iso","amd64 latest i3":"https://iso.builds.garudalinux.org/iso/latest/garuda/i3/latest.iso","amd64 latest kde-lite":"https://iso.builds.garudalinux.org/iso/latest/garuda/kde-lite/latest.iso","amd64 latest mokka":"https://iso.builds.garudalinux.org/iso/latest/garuda/mokka/latest.iso","amd64 latest sway":"https://iso.builds.garudalinux.org/iso/latest/garuda/sway/latest.iso","amd64 latest xfce":"https://iso.builds.garudalinux.org/iso/latest/garuda/xfce/latest.iso"}},
|
||
"gentoo": {"homepage":"https://www.gentoo.org","releases":"latest","editions":"minimal livegui","basedof":"-","architectures":"amd64","urls":{"amd64 latest livegui":"https://mirror.bytemark.co.uk/gentoo/releases/amd64/autobuilds/","amd64 latest minimal":"https://mirror.bytemark.co.uk/gentoo/releases/amd64/autobuilds/"}},
|
||
"ghostbsd": {"homepage":"https://www.ghostbsd.org","releases":"25.01-R14.2p1 24.10.1 24.07.3","editions":"xfce mate","basedof":"FreeBSD","architectures":"amd64","urls":{"amd64 24.07.3 mate":"https://download.ghostbsd.org/releases/amd64/24.07.3/GhostBSD-24.07.3.iso","amd64 24.07.3 xfce":"https://download.ghostbsd.org/releases/amd64/24.07.3/GhostBSD-24.07.3-XFCE.iso","amd64 24.10.1 mate":"https://download.ghostbsd.org/releases/amd64/24.10.1/GhostBSD-24.10.1.iso","amd64 24.10.1 xfce":"https://download.ghostbsd.org/releases/amd64/24.10.1/GhostBSD-24.10.1-XFCE.iso","amd64 25.01-R14.2p1 mate":"https://download.ghostbsd.org/releases/amd64/25.01-R14.2p1/GhostBSD-25.01-R14.2p1.iso","amd64 25.01-R14.2p1 xfce":"https://download.ghostbsd.org/releases/amd64/25.01-R14.2p1/GhostBSD-25.01-R14.2p1-XFCE.iso"}},
|
||
"gnomeos": {"homepage":"https://os.gnome.org","releases":"50.0 50.rc 50.beta 50.alpha 49.0 49.rc 49.beta 49.alpha.1 48.0 48.rc 48.beta 48.alpha 47.0 47.rc 47.beta 47.alpha 46.0 46.rc 46.beta 46.alpha 45.rc 45.beta 44.0 44.rc 44.beta 43.0 43.beta 43.alpha 42.0 42.rc 42.beta 41.0 41.rc 41.beta 40.0 40.rc 40.beta 3.38.1 3.38.0 nightly","editions":"","basedof":"-","architectures":"amd64","urls":{"amd64 nightly":"https://1270333429.rsc.cdn77.org/nightly/1034435/gnome_os_1034435-x86_64.iso","amd64 3.38.0":"https://download.gnome.org/gnomeos/3.38.0/gnome_os_installer.iso","amd64 3.38.1":"https://download.gnome.org/gnomeos/3.38.1/gnome_os_installer.iso","amd64 40.beta":"https://download.gnome.org/gnomeos/40.beta/gnome_os_installer_40.beta.iso","amd64 40.rc":"https://download.gnome.org/gnomeos/40.rc/gnome_os_installer_40.rc.iso","amd64 40.0":"https://download.gnome.org/gnomeos/40.0/gnome_os_installer_40.0.iso","amd64 41.beta":"https://download.gnome.org/gnomeos/41.beta/gnome_os_installer_41.beta.iso","amd64 41.rc":"https://download.gnome.org/gnomeos/41.rc/gnome_os_installer_41.rc.iso","amd64 41.0":"https://download.gnome.org/gnomeos/41.0/gnome_os_installer_41.0.iso","amd64 42.beta":"https://download.gnome.org/gnomeos/42.beta/gnome_os_installer_42.beta.iso","amd64 42.rc":"https://download.gnome.org/gnomeos/42.rc/gnome_os_installer_42.rc.iso","amd64 42.0":"https://download.gnome.org/gnomeos/42.0/gnome_os_installer_42.0.iso","amd64 43.alpha":"https://download.gnome.org/gnomeos/43.alpha/gnome_os_installer_43.alpha.iso","amd64 43.beta":"https://download.gnome.org/gnomeos/43.beta/gnome_os_installer_43.beta.iso","amd64 43.0":"https://download.gnome.org/gnomeos/43.0/gnome_os_installer_43.0.iso","amd64 44.beta":"https://download.gnome.org/gnomeos/44.beta/gnome_os_installer_44.beta.iso","amd64 44.rc":"https://download.gnome.org/gnomeos/44.rc/gnome_os_installer_44.rc.iso","amd64 44.0":"https://download.gnome.org/gnomeos/44.0/gnome_os_installer_44.0.iso","amd64 45.beta":"https://download.gnome.org/gnomeos/45.beta/gnome_os_installer_45.beta.iso","amd64 45.rc":"https://download.gnome.org/gnomeos/45.rc/gnome_os_installer_45.rc.iso","amd64 46.alpha":"https://download.gnome.org/gnomeos/46.alpha/gnome_os_installer_46.alpha.iso","amd64 46.beta":"https://download.gnome.org/gnomeos/46.beta/gnome_os_installer_46.beta.iso","amd64 46.rc":"https://download.gnome.org/gnomeos/46.rc/gnome_os_installer_46.rc.iso","amd64 46.0":"https://download.gnome.org/gnomeos/46.0/gnome_os_installer_46.iso","amd64 47.alpha":"https://download.gnome.org/gnomeos/47.alpha/gnome_os_installer_47.alpha.iso","amd64 47.beta":"https://download.gnome.org/gnomeos/47.beta/gnome_os_installer_47.beta.iso","amd64 47.rc":"https://download.gnome.org/gnomeos/47.rc/gnome_os_installer_47.rc.iso","amd64 47.0":"https://download.gnome.org/gnomeos/47.0/gnome_os_installer_47.0.iso","amd64 48.alpha":"https://download.gnome.org/gnomeos/48.alpha/gnome_os_installer_48.alpha.8.iso","amd64 48.beta":"https://download.gnome.org/gnomeos/48.beta/gnome_os_installer_48.beta.iso","amd64 48.rc":"https://download.gnome.org/gnomeos/48.rc/gnome_os_installer_48.rc.iso","amd64 48.0":"https://download.gnome.org/gnomeos/48.0/gnome_os_installer_48.0.iso","amd64 49.alpha.1":"https://download.gnome.org/gnomeos/49.alpha.1/gnome_os_installer_49.alpha.1.iso","amd64 49.beta":"https://download.gnome.org/gnomeos/49.beta/gnome_os_installer_49.beta.iso","amd64 49.rc":"https://download.gnome.org/gnomeos/49.rc/gnome_os_installer_49.rc.iso","amd64 49.0":"https://download.gnome.org/gnomeos/49.0/gnome_os_installer_49.0.iso","amd64 50.alpha":"https://download.gnome.org/gnomeos/50.alpha/gnome_os_installer_50.alpha.iso","amd64 50.beta":"https://download.gnome.org/gnomeos/50.beta/gnome_os_installer_50.beta.iso","amd64 50.rc":"https://download.gnome.org/gnomeos/50.rc/gnome_os_installer_50.rc.iso","amd64 50.0":"https://download.gnome.org/gnomeos/50.0/gnome_os_installer_50.0.iso"}},
|
||
"guix": {"homepage":"https://guix.gnu.org","releases":"1.5.0 1.4.0 1.3.0","editions":"","basedof":"-","architectures":"amd64","urls":{"amd64 1.3.0":"https://ftpmirror.gnu.org/gnu/guix//guix-system-install-1.3.0.x86_64-linux.iso","amd64 1.4.0":"https://ftpmirror.gnu.org/gnu/guix//guix-system-install-1.4.0.x86_64-linux.iso","amd64 1.5.0":"https://ftpmirror.gnu.org/gnu/guix//guix-system-install-1.5.0.x86_64-linux.iso"}},
|
||
"haiku": {"homepage":"https://www.haiku-os.org","releases":"r1beta5 r1beta4 r1beta3","editions":"x86_64 x86_gcc2h","basedof":"-","architectures":"amd64","urls":{"amd64 r1beta3 x86_gcc2h":"http://mirror.rit.edu/haiku/r1beta3/haiku-r1beta3-x86_gcc2h-anyboot.iso","amd64 r1beta3 x86_64":"http://mirror.rit.edu/haiku/r1beta3/haiku-r1beta3-x86_64-anyboot.iso","amd64 r1beta4 x86_gcc2h":"http://mirror.rit.edu/haiku/r1beta4/haiku-r1beta4-x86_gcc2h-anyboot.iso","amd64 r1beta4 x86_64":"http://mirror.rit.edu/haiku/r1beta4/haiku-r1beta4-x86_64-anyboot.iso","amd64 r1beta5 x86_gcc2h":"http://mirror.rit.edu/haiku/r1beta5/haiku-r1beta5-x86_gcc2h-anyboot.iso","amd64 r1beta5 x86_64":"http://mirror.rit.edu/haiku/r1beta5/haiku-r1beta5-x86_64-anyboot.iso"}},
|
||
"kali": {"homepage":"https://www.kali.org","releases":"kali-weekly current","editions":"","basedof":"Debian","architectures":"amd64","urls":{"amd64 current":"https://cdimage.kali.org/current/kali-linux-2026.1-installer-amd64.iso","amd64 kali-weekly":"https://cdimage.kali.org/kali-weekly/kali-linux-2026-W16-installer-amd64.iso"}},
|
||
"kdeneon": {"homepage":"https://neon.kde.org","releases":"user unstable testing developer","editions":"","basedof":"Debian Ubuntu","architectures":"amd64","urls":{"amd64 developer":"https://files.kde.org/neon/images/developer/current/neon-unstable-developer-20250901-0038.iso","amd64 testing":"https://files.kde.org/neon/images/testing/current/neon-testing-20260414-0434.iso","amd64 unstable":"https://files.kde.org/neon/images/unstable/current/neon-unstable-20260419-1150.iso","amd64 user":"https://files.kde.org/neon/images/user/current/neon-user-20260409-1329.iso"}},
|
||
"kodachi": {"homepage":"https://www.digi77.com/linux-kodachi/","releases":"latest","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 latest":"https://sourceforge.net/projects/linuxkodachi/files/kodachi-desktop/linux-kodachi-xfce-9.0.1-amd64.iso.md5"}},
|
||
"kolibrios": {"homepage":"http://kolibrios.org","releases":"latest","editions":"ru_RU it_IT es_ES en_US","basedof":"-","architectures":"amd64","urls":{"amd64 latest en_US":"http://builds.kolibrios.org/en_US/latest-iso.7z","amd64 latest es_ES":"http://builds.kolibrios.org/es_ES/latest-iso.7z","amd64 latest it_IT":"http://builds.kolibrios.org/it_IT/kolibrios-0.7.7.0%2B8797-9f5dd6c-iso.7z","amd64 latest ru_RU":"http://builds.kolibrios.org/ru_RU/latest-iso.7z"}},
|
||
"kubuntu": {"homepage":"https://kubuntu.org","releases":"25.10 24.04 22.04 20.04 18.04 16.04 daily-live","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 daily-live":"https://cdimage.ubuntu.com/kubuntu/daily-live/current/resolute-desktop-amd64.iso","amd64 16.04":"https://cdimage.ubuntu.com/kubuntu/releases/16.04/release/kubuntu-16.04.6-desktop-amd64.iso","amd64 18.04":"https://cdimage.ubuntu.com/kubuntu/releases/18.04/release/kubuntu-18.04.5-desktop-amd64.iso","amd64 20.04":"https://cdimage.ubuntu.com/kubuntu/releases/20.04/release/kubuntu-20.04.6-desktop-amd64.iso","amd64 22.04":"https://cdimage.ubuntu.com/kubuntu/releases/22.04/release/kubuntu-22.04.5-desktop-amd64.iso","amd64 24.04":"https://cdimage.ubuntu.com/kubuntu/releases/24.04/release/kubuntu-24.04.3-desktop-amd64.iso","amd64 25.10":"https://cdimage.ubuntu.com/kubuntu/releases/25.10/release/kubuntu-25.10-desktop-amd64.iso"}},
|
||
"linuxlite": {"homepage":"https://www.linuxliteos.com","releases":"6.6 6.4 6.2 6.0","editions":"","basedof":"Debian Ubuntu","architectures":"amd64","urls":{"amd64 6.0":"https://sourceforge.net/projects/linux-lite/files/6.0/linux-lite-6.0-64bit.iso","amd64 6.2":"https://sourceforge.net/projects/linux-lite/files/6.2/linux-lite-6.2-64bit.iso","amd64 6.4":"https://sourceforge.net/projects/linux-lite/files/6.4/linux-lite-6.4-64bit.iso","amd64 6.6":"https://sourceforge.net/projects/linux-lite/files/6.6/linux-lite-6.6-64bit.iso"}},
|
||
"linuxmint": {"homepage":"https://linuxmint.com","releases":"21.1 20.3 20.2 20.1 19.3 19.2 19.1 18.3 18.2 18.1","editions":"xfce mate cinnamon","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 18.1 cinnamon":"https://pub.linuxmint.io/stable/18.1/linuxmint-18.1-cinnamon-64bit.iso","amd64 18.1 mate":"https://pub.linuxmint.io/stable/18.1/linuxmint-18.1-mate-64bit.iso","amd64 18.1 xfce":"https://pub.linuxmint.io/stable/18.1/linuxmint-18.1-xfce-64bit.iso","amd64 18.2 cinnamon":"https://pub.linuxmint.io/stable/18.2/linuxmint-18.2-cinnamon-64bit.iso","amd64 18.2 mate":"https://pub.linuxmint.io/stable/18.2/linuxmint-18.2-mate-64bit.iso","amd64 18.2 xfce":"https://pub.linuxmint.io/stable/18.2/linuxmint-18.2-xfce-64bit.iso","amd64 18.3 cinnamon":"https://pub.linuxmint.io/stable/18.3/linuxmint-18.3-cinnamon-64bit.iso","amd64 18.3 mate":"https://pub.linuxmint.io/stable/18.3/linuxmint-18.3-mate-64bit.iso","amd64 18.3 xfce":"https://pub.linuxmint.io/stable/18.3/linuxmint-18.3-xfce-64bit.iso","amd64 19.1 cinnamon":"https://pub.linuxmint.io/stable/19.1/linuxmint-19.1-cinnamon-64bit.iso","amd64 19.1 mate":"https://pub.linuxmint.io/stable/19.1/linuxmint-19.1-mate-64bit.iso","amd64 19.1 xfce":"https://pub.linuxmint.io/stable/19.1/linuxmint-19.1-xfce-64bit.iso","amd64 19.2 cinnamon":"https://pub.linuxmint.io/stable/19.2/linuxmint-19.2-cinnamon-64bit.iso","amd64 19.2 mate":"https://pub.linuxmint.io/stable/19.2/linuxmint-19.2-mate-64bit.iso","amd64 19.2 xfce":"https://pub.linuxmint.io/stable/19.2/linuxmint-19.2-xfce-64bit.iso","amd64 19.3 cinnamon":"https://pub.linuxmint.io/stable/19.3/linuxmint-19.3-cinnamon-64bit.iso","amd64 19.3 mate":"https://pub.linuxmint.io/stable/19.3/linuxmint-19.3-mate-64bit.iso","amd64 19.3 xfce":"https://pub.linuxmint.io/stable/19.3/linuxmint-19.3-xfce-64bit.iso","amd64 20.1 cinnamon":"https://pub.linuxmint.io/stable/20.1/linuxmint-20.1-cinnamon-64bit.iso","amd64 20.1 mate":"https://pub.linuxmint.io/stable/20.1/linuxmint-20.1-mate-64bit.iso","amd64 20.1 xfce":"https://pub.linuxmint.io/stable/20.1/linuxmint-20.1-xfce-64bit.iso","amd64 20.2 cinnamon":"https://pub.linuxmint.io/stable/20.2/linuxmint-20.2-cinnamon-64bit.iso","amd64 20.2 mate":"https://pub.linuxmint.io/stable/20.2/linuxmint-20.2-mate-64bit.iso","amd64 20.2 xfce":"https://pub.linuxmint.io/stable/20.2/linuxmint-20.2-xfce-64bit.iso","amd64 20.3 cinnamon":"https://pub.linuxmint.io/stable/20.3/linuxmint-20.3-cinnamon-64bit.iso","amd64 20.3 mate":"https://pub.linuxmint.io/stable/20.3/linuxmint-20.3-mate-64bit.iso","amd64 20.3 xfce":"https://pub.linuxmint.io/stable/20.3/linuxmint-20.3-xfce-64bit.iso","amd64 21.1 cinnamon":"https://pub.linuxmint.io/stable/21.1/linuxmint-21.1-cinnamon-64bit.iso","amd64 21.1 mate":"https://pub.linuxmint.io/stable/21.1/linuxmint-21.1-mate-64bit.iso","amd64 21.1 xfce":"https://pub.linuxmint.io/stable/21.1/linuxmint-21.1-xfce-64bit.iso"}},
|
||
"lmde": {"homepage":"https://www.linuxmint.com/download_lmde.php","releases":"7 6 5 4 3 2","editions":"cinnamon","basedof":"Debian","architectures":"amd64","urls":{"amd64 2 cinnamon":"https://pub.linuxmint.io/debian/lmde-2-cinnamon-64bit.iso","amd64 3 cinnamon":"https://pub.linuxmint.io/debian/lmde-3-cinnamon-64bit.iso","amd64 4 cinnamon":"https://pub.linuxmint.io/debian/lmde-4-cinnamon-64bit.iso","amd64 5 cinnamon":"https://pub.linuxmint.io/debian/lmde-5-cinnamon-64bit.iso","amd64 6 cinnamon":"https://pub.linuxmint.io/debian/lmde-6-cinnamon-64bit.iso","amd64 7 cinnamon":"https://pub.linuxmint.io/debian/lmde-7-cinnamon-64bit.iso"}},
|
||
"loc-os": {"homepage":"https://loc-os.com","releases":"latest","editions":"xfce lxde kde","basedof":"Debian","architectures":"amd64","urls":{"amd64 latest kde":"https://sourceforge.net/projects/loc-os/files/Loc-OS%2023/Loc-OS-23-KDE-x86_64.iso","amd64 latest lxde":"https://sourceforge.net/projects/loc-os/files/Loc-OS%2023/Loc-OS-23-LXDE-x86_64.iso","amd64 latest xfce":"https://sourceforge.net/projects/loc-os/files/Loc-OS%2023/Loc-OS-23-XFCE-x86_64.iso"}},
|
||
"lubuntu": {"homepage":"https://lubuntu.me","releases":"25.10 24.04 22.04 20.04 18.04 16.04 daily-live","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 daily-live":"https://cdimage.ubuntu.com/lubuntu/daily-live/current/resolute-desktop-amd64.iso","amd64 16.04":"https://cdimage.ubuntu.com/lubuntu/releases/16.04/release/lubuntu-16.04.6-desktop-amd64.iso","amd64 18.04":"https://cdimage.ubuntu.com/lubuntu/releases/18.04/release/lubuntu-18.04.5-desktop-amd64.iso","amd64 20.04":"https://cdimage.ubuntu.com/lubuntu/releases/20.04/release/lubuntu-20.04.5-desktop-amd64.iso","amd64 22.04":"https://cdimage.ubuntu.com/lubuntu/releases/22.04/release/lubuntu-22.04.5-desktop-amd64.iso","amd64 24.04":"https://cdimage.ubuntu.com/lubuntu/releases/24.04/release/lubuntu-24.04.3-desktop-amd64.iso","amd64 25.10":"https://cdimage.ubuntu.com/lubuntu/releases/25.10/release/lubuntu-25.10-desktop-amd64.iso"}},
|
||
"maboxlinux": {"homepage":"https://maboxlinux.org","releases":"latest","editions":"","basedof":"Manjaro","architectures":"amd64","urls":{"amd64 latest":"https://unlimited.dl.sourceforge.net/project/mabox-linux/26.03/linux66/mabox-linux-26.03-Istredd-260331-linux66.iso"}},
|
||
"macos": {"homepage":"https://www.apple.com/macos","releases":"ventura sonoma monterey mojave catalina big-sur","editions":"","basedof":"-","architectures":"amd64","urls":{"amd64 big-sur":"http://oscdn.apple.com/content/downloads/41/28/071-71279/5djpevqmc2w0ti2c4n1m8mkz7fm791t1ic/RecoveryImage/BaseSystem.dmg","amd64 catalina":"http://oscdn.apple.com/content/downloads/59/10/001-43312/oifium3yx72dhc4po3r65zfwblslmce191/RecoveryImage/BaseSystem.dmg","amd64 mojave":"http://oscdn.apple.com/content/downloads/04/36/041-94410/ge73si0bd3fdsdkfibykjgrlcfuzy1q9yx/RecoveryImage/BaseSystem.dmg","amd64 monterey":"http://oscdn.apple.com/content/downloads/59/11/012-51692/z29q5x5plswit63bvyxmubthavua9gbxic/RecoveryImage/BaseSystem.dmg","amd64 sonoma":"http://oscdn.apple.com/content/downloads/04/11/082-33203/orvwro1v8xhjrakr7tvl5hu1s1ew3epxne/RecoveryImage/BaseSystem.dmg","amd64 ventura":"http://oscdn.apple.com/content/downloads/60/43/042-01871/sbembiob0hs1o92jfofalts02ux0x8rsra/RecoveryImage/BaseSystem.dmg"}},
|
||
"manjaro": {"homepage":"https://manjaro.org","releases":"xfce sway plasma i3 gnome cinnamon","editions":"","basedof":"Arch","architectures":"amd64","urls":{"amd64 cinnamon":"https://download.manjaro.org/cinnamon/25.0.3/manjaro-cinnamon-25.0.3-250609-linux612.iso","amd64 gnome":"https://download.manjaro.org/gnome/26.0.4/manjaro-gnome-26.0.4-260327-linux618.iso","amd64 i3":"https://download.manjaro.org/i3/25.0.3/manjaro-i3-25.0.3-250609-linux612.iso","amd64 plasma":"https://download.manjaro.org/kde/26.0.4/manjaro-kde-26.0.4-260327-linux618.iso","amd64 sway":"https://manjaro-sway.download/download?file=manjaro-sway-26.0.0-260215-linux612.iso","amd64 xfce":"https://download.manjaro.org/xfce/26.0.4/manjaro-xfce-26.0.4-260327-linux618.iso"}},
|
||
"miyolinux": {"homepage":"https://sourceforge.net/projects/miyolinux/","releases":"2022","editions":"Openbox MATE Kwin JWM Deboot-Ceres","basedof":"Devuan","architectures":"amd64"},
|
||
"mxlinux": {"homepage":"https://mxlinux.org","releases":"25.1","editions":"Xfce KDE Fluxbox","basedof":"Debian Antix","architectures":"amd64","urls":{"amd64 25.1 Fluxbox":"https://sourceforge.net/projects/mx-linux/files/Final/Fluxbox/MX-25.1_fluxbox_x64.iso","amd64 25.1 KDE":"https://sourceforge.net/projects/mx-linux/files/Final/KDE/MX-25.1_KDE_x64.iso","amd64 25.1 Xfce":"https://sourceforge.net/projects/mx-linux/files/Final/Xfce/MX-25.1_x64.iso"}},
|
||
"netboot": {"homepage":"https://netboot.xyz","releases":"latest","editions":"","basedof":"iPXE","architectures":"amd64","urls":{"amd64 latest":"https://boot.netboot.xyz/ipxe/netboot.xyz.iso"}},
|
||
"netbsd": {"homepage":"https://www.netbsd.org","releases":"9.4 9.3 9.2 9.1 9.0 10.1 10.0","editions":"","basedof":"-","architectures":"amd64","urls":{"amd64 10.0":"https://cdn.netbsd.org/pub/NetBSD/NetBSD-10.0/images/NetBSD-10.0-amd64.iso","amd64 10.1":"https://cdn.netbsd.org/pub/NetBSD/NetBSD-10.1/images/NetBSD-10.1-amd64.iso","amd64 9.0":"https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/images/NetBSD-9.0-amd64.iso","amd64 9.1":"https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.1/images/NetBSD-9.1-amd64.iso","amd64 9.2":"https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/images/NetBSD-9.2-amd64.iso","amd64 9.3":"https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3/images/NetBSD-9.3-amd64.iso","amd64 9.4":"https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.4/images/NetBSD-9.4-amd64.iso"}},
|
||
"nitrux": {"homepage":"https://nxos.org","releases":"latest","editions":"","basedof":"Debian Ubuntu","architectures":"amd64","urls":{"amd64 latest":"https://sourceforge.net/projects/nitruxos/files/Release/ISO/nitrux-contemporary-cachy-nvopen-f47306db-amd64.iso"}},
|
||
"nixos": {"homepage":"https://nixos.org","releases":"25.05 24.05 unstable","editions":"plasma minimal gnome","basedof":"-","architectures":"amd64","urls":{"amd64 unstable gnome":"https://channels.nixos.org/nixos-unstable/latest-nixos-gnome-x86_64-linux.iso","amd64 unstable minimal":"https://channels.nixos.org/nixos-unstable/latest-nixos-minimal-x86_64-linux.iso","amd64 unstable plasma":"https://channels.nixos.org/nixos-unstable/latest-nixos-plasma6-x86_64-linux.iso","amd64 24.05 gnome":"https://channels.nixos.org/nixos-24.05/latest-nixos-gnome-x86_64-linux.iso","amd64 24.05 minimal":"https://channels.nixos.org/nixos-24.05/latest-nixos-minimal-x86_64-linux.iso","amd64 24.05 plasma":"https://channels.nixos.org/nixos-24.05/latest-nixos-plasma6-x86_64-linux.iso","amd64 25.05 gnome":"https://channels.nixos.org/nixos-25.05/latest-nixos-gnome-x86_64-linux.iso","amd64 25.05 minimal":"https://channels.nixos.org/nixos-25.05/latest-nixos-minimal-x86_64-linux.iso","amd64 25.05 plasma":"https://channels.nixos.org/nixos-25.05/latest-nixos-plasma6-x86_64-linux.iso"}},
|
||
"nwg-shell": {"homepage":"https://nwg-piotr.github.io/nwg-shell","releases":"2025.07.01 2025.06.08","editions":"","basedof":"Arch","architectures":"amd64","urls":{"amd64 2025.06.08":"https://sourceforge.net/projects/nwg-iso/files/nwg-live-2025.06.08-x86_64.iso","amd64 2025.07.01":"https://sourceforge.net/projects/nwg-iso/files/nwg-live-2025.07.01-x86_64.iso"}},
|
||
"openbsd": {"homepage":"https://www.openbsd.org","releases":"7.8 7.7 7.6 7.5 7.4 7.3 7.2 7.1 7.0 6.9 6.8","editions":"","basedof":"-","architectures":"amd64","urls":{"amd64 6.8":"https://mirror.leaseweb.com/pub/OpenBSD/6.8/amd64/install68.iso","amd64 6.9":"https://mirror.leaseweb.com/pub/OpenBSD/6.9/amd64/install69.iso","amd64 7.0":"https://mirror.leaseweb.com/pub/OpenBSD/7.0/amd64/install70.iso","amd64 7.1":"https://mirror.leaseweb.com/pub/OpenBSD/7.1/amd64/install71.iso","amd64 7.2":"https://mirror.leaseweb.com/pub/OpenBSD/7.2/amd64/install72.iso","amd64 7.3":"https://mirror.leaseweb.com/pub/OpenBSD/7.3/amd64/install73.iso","amd64 7.4":"https://mirror.leaseweb.com/pub/OpenBSD/7.4/amd64/install74.iso","amd64 7.5":"https://mirror.leaseweb.com/pub/OpenBSD/7.5/amd64/install75.iso","amd64 7.6":"https://mirror.leaseweb.com/pub/OpenBSD/7.6/amd64/install76.iso","amd64 7.7":"https://mirror.leaseweb.com/pub/OpenBSD/7.7/amd64/install77.iso","amd64 7.8":"https://mirror.leaseweb.com/pub/OpenBSD/7.8/amd64/install78.iso"}},
|
||
"openindiana": {"homepage":"https://www.openindiana.org","releases":"20251026 20250606 20250402 20241026 20240426","editions":"text minimal gui","basedof":"Solaris OPenSolaris","architectures":"amd64","urls":{"amd64 20240426 gui":"https://dlc.openindiana.org/isos/hipster/20240426/OI-hipster-gui-20240426.iso","amd64 20240426 minimal":"https://dlc.openindiana.org/isos/hipster/20240426/OI-hipster-minimal-20240426.iso","amd64 20240426 text":"https://dlc.openindiana.org/isos/hipster/20240426/OI-hipster-text-20240426.iso","amd64 20241026 gui":"https://dlc.openindiana.org/isos/hipster/20241026/OI-hipster-gui-20241026.iso","amd64 20241026 minimal":"https://dlc.openindiana.org/isos/hipster/20241026/OI-hipster-minimal-20241026.iso","amd64 20241026 text":"https://dlc.openindiana.org/isos/hipster/20241026/OI-hipster-text-20241026.iso","amd64 20250402 gui":"https://dlc.openindiana.org/isos/hipster/20250402/OI-hipster-gui-20250402.iso","amd64 20250402 minimal":"https://dlc.openindiana.org/isos/hipster/20250402/OI-hipster-minimal-20250402.iso","amd64 20250402 text":"https://dlc.openindiana.org/isos/hipster/20250402/OI-hipster-text-20250402.iso","amd64 20250606 gui":"https://dlc.openindiana.org/isos/hipster/20250606/OI-hipster-gui-20250606.iso","amd64 20250606 minimal":"https://dlc.openindiana.org/isos/hipster/20250606/OI-hipster-minimal-20250606.iso","amd64 20250606 text":"https://dlc.openindiana.org/isos/hipster/20250606/OI-hipster-text-20250606.iso","amd64 20251026 gui":"https://dlc.openindiana.org/isos/hipster/20251026/OI-hipster-gui-20251026.iso","amd64 20251026 minimal":"https://dlc.openindiana.org/isos/hipster/20251026/OI-hipster-minimal-20251026.iso","amd64 20251026 text":"https://dlc.openindiana.org/isos/hipster/20251026/OI-hipster-text-20251026.iso"}},
|
||
"opensuse": {"homepage":"https://www.opensuse.org","releases":"15.6 15.5 15.4 15.3 15.2 15.1 15.0 tumbleweed microos aeon","editions":"","basedof":"-","architectures":"amd64","urls":{"amd64 aeon":"https://mirrorcache.opensuse.org/tumbleweed/appliances/iso/opensuse-aeon.x86_64.iso","amd64 microos":"https://download.opensuse.org/tumbleweed/iso/openSUSE-MicroOS-DVD-x86_64-Current.iso","amd64 tumbleweed":"https://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso","amd64 15.0":"https://download.opensuse.org/distribution/leap/15.0/iso/openSUSE-Leap-15.0-DVD-x86_64.iso","amd64 15.1":"https://download.opensuse.org/distribution/leap/15.1/iso/openSUSE-Leap-15.1-DVD-x86_64.iso","amd64 15.2":"https://download.opensuse.org/distribution/leap/15.2/iso/openSUSE-Leap-15.2-DVD-x86_64-Current.iso","amd64 15.3":"https://download.opensuse.org/distribution/leap/15.3/iso/openSUSE-Leap-15.3-DVD-x86_64-Current.iso","amd64 15.4":"https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4-DVD-x86_64-Current.iso","amd64 15.5":"https://download.opensuse.org/distribution/leap/15.5/iso/openSUSE-Leap-15.5-DVD-x86_64-Current.iso","amd64 15.6":"https://download.opensuse.org/distribution/leap/15.6/iso/openSUSE-Leap-15.6-DVD-x86_64-Current.iso"}},
|
||
"oraclelinux": {"homepage":"https://www.oracle.com/linux","releases":"9.3 9.2 9.1 9.0 8.9 8.8 8.7 8.6 8.5 8.4 7.9 7.8 7.7","editions":"","basedof":"RHEL","architectures":"amd64","urls":{"amd64 7.7":"https://yum.oracle.com/ISOS/OracleLinux/OL7/u7/x86_64/OracleLinux-R7-U7-Server-x86_64-dvd.iso","amd64 7.8":"https://yum.oracle.com/ISOS/OracleLinux/OL7/u8/x86_64/OracleLinux-R7-U8-Server-x86_64-dvd.iso","amd64 7.9":"https://yum.oracle.com/ISOS/OracleLinux/OL7/u9/x86_64/OracleLinux-R7-U9-Server-x86_64-dvd.iso","amd64 8.4":"https://yum.oracle.com/ISOS/OracleLinux/OL8/u4/x86_64/OracleLinux-R8-U4-x86_64-dvd.iso","amd64 8.5":"https://yum.oracle.com/ISOS/OracleLinux/OL8/u5/x86_64/OracleLinux-R8-U5-x86_64-dvd.iso","amd64 8.6":"https://yum.oracle.com/ISOS/OracleLinux/OL8/u6/x86_64/OracleLinux-R8-U6-x86_64-dvd.iso","amd64 8.7":"https://yum.oracle.com/ISOS/OracleLinux/OL8/u7/x86_64/OracleLinux-R8-U7-x86_64-dvd.iso","amd64 8.8":"https://yum.oracle.com/ISOS/OracleLinux/OL8/u8/x86_64/OracleLinux-R8-U8-x86_64-dvd.iso","amd64 8.9":"https://yum.oracle.com/ISOS/OracleLinux/OL8/u9/x86_64/OracleLinux-R8-U9-x86_64-dvd.iso","amd64 9.0":"https://yum.oracle.com/ISOS/OracleLinux/OL9/u0/x86_64/OracleLinux-R9-U0-x86_64-dvd.iso","amd64 9.1":"https://yum.oracle.com/ISOS/OracleLinux/OL9/u1/x86_64/OracleLinux-R9-U1-x86_64-dvd.iso","amd64 9.2":"https://yum.oracle.com/ISOS/OracleLinux/OL9/u2/x86_64/OracleLinux-R9-U2-x86_64-dvd.iso","amd64 9.3":"https://yum.oracle.com/ISOS/OracleLinux/OL9/u3/x86_64/OracleLinux-R9-U3-x86_64-dvd.iso"}},
|
||
"parrotsec": {"homepage":"https://www.parrotsec.org","releases":"7.1 7.0 6.4","editions":"security htb home","basedof":"Debian","architectures":"amd64","urls":{"amd64 6.4 home":"https://download.parrot.sh/parrot/iso/6.4/Parrot-home-6.4_amd64.iso","amd64 6.4 htb":"https://download.parrot.sh/parrot/iso/6.4/Parrot-htb-6.4_amd64.iso","amd64 6.4 security":"https://download.parrot.sh/parrot/iso/6.4/Parrot-security-6.4_amd64.iso","amd64 7.0 home":"https://download.parrot.sh/parrot/iso/7.0/Parrot-home-7.0_amd64.iso","amd64 7.0 htb":"https://download.parrot.sh/parrot/iso/7.0/Parrot-htb-7.0_amd64.iso","amd64 7.0 security":"https://download.parrot.sh/parrot/iso/7.0/Parrot-security-7.0_amd64.iso","amd64 7.1 home":"https://download.parrot.sh/parrot/iso/7.1/Parrot-home-7.1_amd64.iso","amd64 7.1 htb":"https://download.parrot.sh/parrot/iso/7.1/Parrot-htb-7.1_amd64.iso","amd64 7.1 security":"https://download.parrot.sh/parrot/iso/7.1/Parrot-security-7.1_amd64.iso"}},
|
||
"pbpuppy": {"homepage":"https://sourceforge.net/projects/pb-gh-releases","releases":"260401 260301","editions":"VoidPup64 TrixiePup64Wayland TrixiePup64Retro S15Pup64 ResolutePup64-alpha BookwormPup64-ghtest","basedof":"Void,Ubuntu,Debian,Slackware","architectures":"amd64","urls":{"amd64 260301 BookwormPup64-ghtest":"https://sourceforge.net/projects/pb-gh-releases/files/VoidPup64_release/VoidPup64-22.02-260301.iso","amd64 260301 ResolutePup64-alpha":"https://sourceforge.net/projects/pb-gh-releases/files/VoidPup64_release/VoidPup64-22.02-260301.iso","amd64 260301 S15Pup64":"https://sourceforge.net/projects/pb-gh-releases/files/VoidPup64_release/VoidPup64-22.02-260301.iso","amd64 260301 TrixiePup64Retro":"https://sourceforge.net/projects/pb-gh-releases/files/VoidPup64_release/VoidPup64-22.02-260301.iso","amd64 260301 TrixiePup64Wayland":"https://sourceforge.net/projects/pb-gh-releases/files/VoidPup64_release/VoidPup64-22.02-260301.iso","amd64 260301 VoidPup64":"https://sourceforge.net/projects/pb-gh-releases/files/VoidPup64_release/VoidPup64-22.02-260301.iso","amd64 260401 BookwormPup64-ghtest":"https://sourceforge.net/projects/pb-gh-releases/files/VoidPup64_release/VoidPup64-22.02-260401.iso","amd64 260401 ResolutePup64-alpha":"https://sourceforge.net/projects/pb-gh-releases/files/VoidPup64_release/VoidPup64-22.02-260401.iso","amd64 260401 S15Pup64":"https://sourceforge.net/projects/pb-gh-releases/files/VoidPup64_release/VoidPup64-22.02-260401.iso","amd64 260401 TrixiePup64Retro":"https://sourceforge.net/projects/pb-gh-releases/files/VoidPup64_release/VoidPup64-22.02-260401.iso","amd64 260401 TrixiePup64Wayland":"https://sourceforge.net/projects/pb-gh-releases/files/VoidPup64_release/VoidPup64-22.02-260401.iso","amd64 260401 VoidPup64":"https://sourceforge.net/projects/pb-gh-releases/files/VoidPup64_release/VoidPup64-22.02-260401.iso"}},
|
||
"peppermint": {"homepage":"https://peppermintos.com","releases":"latest","editions":"devuan-xfce devuan-gnome debian-xfce debian-gnome","basedof":"Devuan","architectures":"amd64","urls":{"amd64 latest debian-gnome":"https://sourceforge.net/projects/peppermintos/files/isos/Gnome_FlashBack/PeppermintOS-Debian_64_gfb.iso","amd64 latest debian-xfce":"https://sourceforge.net/projects/peppermintos/files/isos/XFCE/PeppermintOS-Debian-64.iso","amd64 latest devuan-gnome":"https://sourceforge.net/projects/peppermintos/files/isos/Gnome_FlashBack/PeppermintOS-devuan_64_gfb.iso","amd64 latest devuan-xfce":"https://sourceforge.net/projects/peppermintos/files/isos/XFCE/PeppermintOS-devuan_64_xfce.iso"}},
|
||
"popos": {"homepage":"https://pop.system76.com","releases":"24.04 22.04 20.04","editions":"nvidia intel","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 20.04 intel":"https://iso.pop-os.org/20.04/amd64/intel/39/pop-os_20.04_amd64_intel_39.iso","amd64 20.04 nvidia":"https://iso.pop-os.org/20.04/amd64/nvidia/39/pop-os_20.04_amd64_nvidia_39.iso","amd64 22.04 intel":"https://iso.pop-os.org/22.04/amd64/intel/58/pop-os_22.04_amd64_intel_58.iso","amd64 22.04 nvidia":"https://iso.pop-os.org/22.04/amd64/nvidia/58/pop-os_22.04_amd64_nvidia_58.iso","amd64 24.04 intel":"https://iso.pop-os.org/24.04/amd64/intel/20/pop-os_24.04_amd64_intel_20.iso","amd64 24.04 nvidia":"https://iso.pop-os.org/24.04/amd64/nvidia/23/pop-os_24.04_amd64_nvidia_23.iso"}},
|
||
"porteus": {"homepage":"http://www.porteus.org","releases":"5.1 5.01 5.0 4.0 3.2.2 3.2","editions":"xfce openbox mate lxqt lxde kde cinnamon","basedof":"Slackware","architectures":"amd64","urls":{"amd64 3.2 cinnamon":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2/Porteus-CINNAMON-v3.2-x86_64.iso","amd64 3.2 kde":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2/Porteus-KDE-v3.2-x86_64.iso","amd64 3.2 lxde":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2/Porteus-LXDE-v3.2-x86_64.iso","amd64 3.2 lxqt":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2/Porteus-LXQT-v3.2-x86_64.iso","amd64 3.2 mate":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2/Porteus-MATE-v3.2-x86_64.iso","amd64 3.2 openbox":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2/Porteus-OPENBOX-v3.2-x86_64.iso","amd64 3.2 xfce":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2/Porteus-XFCE-v3.2-x86_64.iso","amd64 3.2.2 cinnamon":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2.2/Porteus-CINNAMON-v3.2.2-x86_64.iso","amd64 3.2.2 kde":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2.2/Porteus-KDE-v3.2.2-x86_64.iso","amd64 3.2.2 lxde":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2.2/Porteus-LXDE-v3.2.2-x86_64.iso","amd64 3.2.2 lxqt":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2.2/Porteus-LXQT-v3.2.2-x86_64.iso","amd64 3.2.2 mate":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2.2/Porteus-MATE-v3.2.2-x86_64.iso","amd64 3.2.2 openbox":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2.2/Porteus-OPENBOX-v3.2.2-x86_64.iso","amd64 3.2.2 xfce":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v3.2.2/Porteus-XFCE-v3.2.2-x86_64.iso","amd64 4.0 cinnamon":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v4.0/Porteus-CINNAMON-v4.0-x86_64.iso","amd64 4.0 kde":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v4.0/Porteus-KDE-v4.0-x86_64.iso","amd64 4.0 lxde":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v4.0/Porteus-LXDE-v4.0-x86_64.iso","amd64 4.0 lxqt":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v4.0/Porteus-LXQT-v4.0-x86_64.iso","amd64 4.0 mate":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v4.0/Porteus-MATE-v4.0-x86_64.iso","amd64 4.0 openbox":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v4.0/Porteus-OPENBOX-v4.0-x86_64.iso","amd64 4.0 xfce":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v4.0/Porteus-XFCE-v4.0-x86_64.iso","amd64 5.0 cinnamon":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.0/Porteus-CINNAMON-v5.0-x86_64.iso","amd64 5.0 kde":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.0/Porteus-KDE-v5.0-x86_64.iso","amd64 5.0 lxde":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.0/Porteus-LXDE-v5.0-x86_64.iso","amd64 5.0 lxqt":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.0/Porteus-LXQT-v5.0-x86_64.iso","amd64 5.0 mate":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.0/Porteus-MATE-v5.0-x86_64.iso","amd64 5.0 openbox":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.0/Porteus-OPENBOX-v5.0-x86_64.iso","amd64 5.0 xfce":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.0/Porteus-XFCE-v5.0-x86_64.iso","amd64 5.01 cinnamon":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.01/Porteus-CINNAMON-v5.01-x86_64.iso","amd64 5.01 kde":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.01/Porteus-KDE-v5.01-x86_64.iso","amd64 5.01 lxde":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.01/Porteus-LXDE-v5.01-x86_64.iso","amd64 5.01 lxqt":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.01/Porteus-LXQT-v5.01-x86_64.iso","amd64 5.01 mate":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.01/Porteus-MATE-v5.01-x86_64.iso","amd64 5.01 openbox":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.01/Porteus-OPENBOX-v5.01-x86_64.iso","amd64 5.01 xfce":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.01/Porteus-XFCE-v5.01-x86_64.iso","amd64 5.1 cinnamon":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.1/Porteus-CINNAMON-v5.1-x86_64.iso","amd64 5.1 kde":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.1/Porteus-KDE-v5.1-x86_64.iso","amd64 5.1 lxde":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.1/Porteus-LXDE-v5.1-x86_64.iso","amd64 5.1 lxqt":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.1/Porteus-LXQT-v5.1-x86_64.iso","amd64 5.1 mate":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.1/Porteus-MATE-v5.1-x86_64.iso","amd64 5.1 openbox":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.1/Porteus-OPENBOX-v5.1-x86_64.iso","amd64 5.1 xfce":"https://ftp.nluug.nl/os/Linux/distr/porteus/x86_64/Porteus-v5.1/Porteus-XFCE-v5.1-x86_64.iso"}},
|
||
"primtux": {"homepage":"https://primtux.fr","releases":"7","editions":"2022-10","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 7 2022-10":"https://sourceforge.net/projects/primtux/files/Distribution/PrimTux7-amd64-2022-10.iso"}},
|
||
"proxmox-ve": {"homepage":"https://proxmox.com/en/proxmox-virtual-environment","releases":"9.1-1 9.0-1 8.4-1 7.4-1 6.4-1 5.4-1","editions":"","basedof":"Debian","architectures":"amd64","urls":{"amd64 5.4-1":"https://enterprise.proxmox.com/iso/proxmox-ve_5.4-1.iso","amd64 6.4-1":"https://enterprise.proxmox.com/iso/proxmox-ve_6.4-1.iso","amd64 7.4-1":"https://enterprise.proxmox.com/iso/proxmox-ve_7.4-1.iso","amd64 8.4-1":"https://enterprise.proxmox.com/iso/proxmox-ve_8.4-1.iso","amd64 9.0-1":"https://enterprise.proxmox.com/iso/proxmox-ve_9.0-1.iso","amd64 9.1-1":"https://enterprise.proxmox.com/iso/proxmox-ve_9.1-1.iso"}},
|
||
"pureos": {"homepage":"https://www.pureos.net","releases":"10.3","editions":"plasma gnome","basedof":"Debian","architectures":"amd64","urls":{"amd64 10.3 gnome":"https://downloads.puri.sm/byzantium/gnome/2023-06-14/pureos-10.3-gnome-live-20230614_amd64.iso","amd64 10.3 plasma":"https://downloads.puri.sm/byzantium/plasma/2023-06-14/pureos-10.3-plasma-live-20230614_amd64.iso"}},
|
||
"reactos": {"homepage":"https://reactos.org","releases":"latest","editions":"","basedof":"-","architectures":"amd64","urls":{"amd64 latest":"https://unlimited.dl.sourceforge.net/project/reactos/ReactOS/0.4.15/ReactOS-0.4.15-release-1-gdbb43bbaeb2-x86-iso.zip?viasf=1"}},
|
||
"rebornos": {"homepage":"https://rebornos.org","releases":"latest","editions":"","basedof":"Arch","architectures":"amd64","urls":{"amd64 latest":"https://cdn.soulharsh007.dev/RebornOS-ISO/rebornos_iso-2026.01.22-x86_64.iso"}},
|
||
"redox-os": {"homepage":"https://www.redox-os.org","releases":"livedisk harddrive","editions":"server desktop demo","basedof":"-","architectures":"x86_64 aarch64 i586 i686 riscv64gc","urls":{"aarch64 harddrive demo":"https://static.redox-os.org/img/aarch64/redox_demo_aarch64_2026-04-18_338_harddrive.img.zst","aarch64 harddrive desktop":"https://static.redox-os.org/img/aarch64/redox_desktop_aarch64_2026-04-18_338_harddrive.img.zst","aarch64 harddrive server":"https://static.redox-os.org/img/aarch64/redox_server_aarch64_2026-04-18_338_harddrive.img.zst","aarch64 livedisk demo":"https://static.redox-os.org/img/aarch64/redox_demo_aarch64_2026-04-18_338_livedisk.iso.zst","aarch64 livedisk desktop":"https://static.redox-os.org/img/aarch64/redox_desktop_aarch64_2026-04-18_338_livedisk.iso.zst","aarch64 livedisk server":"https://static.redox-os.org/img/aarch64/redox_server_aarch64_2026-04-18_338_livedisk.iso.zst","i586 harddrive demo":"https://static.redox-os.org/img/i586/redox_demo_i586_2026-01-25_236_harddrive.img.zst","i586 harddrive desktop":"https://static.redox-os.org/img/i586/redox_desktop_i586_2026-01-25_236_harddrive.img.zst","i586 harddrive server":"https://static.redox-os.org/img/i586/redox_server_i586_2026-01-25_236_harddrive.img.zst","i586 livedisk demo":"https://static.redox-os.org/img/i586/redox_demo_i586_2026-01-25_236_redox-live.iso.zst","i586 livedisk desktop":"https://static.redox-os.org/img/i586/redox_desktop_i586_2026-01-25_236_redox-live.iso.zst","i586 livedisk server":"https://static.redox-os.org/img/i586/redox_server_i586_2026-01-25_236_redox-live.iso.zst","i686 harddrive demo":"https://static.redox-os.org/img/i686/redox_demo_i686_2025-10-28_141_harddrive.img.zst","i686 harddrive desktop":"https://static.redox-os.org/img/i686/redox_desktop_i686_2025-10-28_141_harddrive.img.zst","i686 harddrive server":"https://static.redox-os.org/img/i686/redox_server_i686_2025-10-28_141_harddrive.img.zst","i686 livedisk demo":"https://static.redox-os.org/img/i686/redox_demo_i686_2025-10-28_141_redox-live.iso.zst","i686 livedisk desktop":"https://static.redox-os.org/img/i686/redox_desktop_i686_2025-10-28_141_redox-live.iso.zst","i686 livedisk server":"https://static.redox-os.org/img/i686/redox_server_i686_2025-10-28_141_redox-live.iso.zst","riscv64gc harddrive demo":"https://static.redox-os.org/img/riscv64gc/redox_demo_riscv64gc_2026-01-25_236_harddrive.img.zst","riscv64gc harddrive desktop":"https://static.redox-os.org/img/riscv64gc/redox_desktop_riscv64gc_2026-01-25_236_harddrive.img.zst","riscv64gc harddrive server":"https://static.redox-os.org/img/riscv64gc/redox_server_riscv64gc_2026-01-25_236_harddrive.img.zst","riscv64gc livedisk demo":"https://static.redox-os.org/img/riscv64gc/redox_demo_riscv64gc_2026-01-25_236_redox-live.iso.zst","riscv64gc livedisk desktop":"https://static.redox-os.org/img/riscv64gc/redox_desktop_riscv64gc_2026-01-25_236_redox-live.iso.zst","riscv64gc livedisk server":"https://static.redox-os.org/img/riscv64gc/redox_server_riscv64gc_2026-01-25_236_redox-live.iso.zst","x86_64 harddrive demo":"https://static.redox-os.org/img/x86_64/redox_demo_x86_64_2026-04-16_334_harddrive.img.zst","x86_64 harddrive desktop":"https://static.redox-os.org/img/x86_64/redox_desktop_x86_64_2026-04-16_334_harddrive.img.zst","x86_64 harddrive server":"https://static.redox-os.org/img/x86_64/redox_server_x86_64_2026-04-16_334_harddrive.img.zst","x86_64 livedisk demo":"https://static.redox-os.org/img/x86_64/redox_demo_x86_64_2026-04-16_334_livedisk.iso.zst","x86_64 livedisk desktop":"https://static.redox-os.org/img/x86_64/redox_desktop_x86_64_2026-04-16_334_livedisk.iso.zst","x86_64 livedisk server":"https://static.redox-os.org/img/x86_64/redox_server_x86_64_2026-04-16_334_livedisk.iso.zst"}},
|
||
"rhino": {"homepage":"https://rhinolinux.org/","releases":"2025.1","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 2025.1":"https://sourceforge.net/projects/rhino-linux-builder/files/2025.1/Rhino-Linux-2025.1-amd64.iso"}},
|
||
"rockylinux": {"homepage":"https://rockylinux.org","releases":"9.7/ 9.6/ 9.5/ 9.4/ 9.3/ 9.2/ 9.1/ 9.0/ 8.9/ 8.8/ 8.7/ 8.6/ 8.5/ 8.4/ 8.10/","editions":"minimal dvd boot","basedof":"RHEL","architectures":"amd64 aarch64 ppc64le riscv64 s390x","urls":{"aarch64 8.10/ boot":"https://download.rockylinux.org/pub/rocky/8.10//isos/aarch64/Rocky-8.10/-aarch64-boot.iso","aarch64 8.10/ dvd":"https://download.rockylinux.org/pub/rocky/8.10//isos/aarch64/Rocky-8.10/-aarch64-dvd1.iso","aarch64 8.10/ minimal":"https://download.rockylinux.org/pub/rocky/8.10//isos/aarch64/Rocky-8.10/-aarch64-minimal.iso","aarch64 8.4/ boot":"https://download.rockylinux.org/pub/rocky/8.4//isos/aarch64/Rocky-8.4/-aarch64-boot.iso","aarch64 8.4/ dvd":"https://download.rockylinux.org/pub/rocky/8.4//isos/aarch64/Rocky-8.4/-aarch64-dvd1.iso","aarch64 8.4/ minimal":"https://download.rockylinux.org/pub/rocky/8.4//isos/aarch64/Rocky-8.4/-aarch64-minimal.iso","aarch64 8.5/ boot":"https://download.rockylinux.org/pub/rocky/8.5//isos/aarch64/Rocky-8.5/-aarch64-boot.iso","aarch64 8.5/ dvd":"https://download.rockylinux.org/pub/rocky/8.5//isos/aarch64/Rocky-8.5/-aarch64-dvd1.iso","aarch64 8.5/ minimal":"https://download.rockylinux.org/pub/rocky/8.5//isos/aarch64/Rocky-8.5/-aarch64-minimal.iso","aarch64 8.6/ boot":"https://download.rockylinux.org/pub/rocky/8.6//isos/aarch64/Rocky-8.6/-aarch64-boot.iso","aarch64 8.6/ dvd":"https://download.rockylinux.org/pub/rocky/8.6//isos/aarch64/Rocky-8.6/-aarch64-dvd1.iso","aarch64 8.6/ minimal":"https://download.rockylinux.org/pub/rocky/8.6//isos/aarch64/Rocky-8.6/-aarch64-minimal.iso","aarch64 8.7/ boot":"https://download.rockylinux.org/pub/rocky/8.7//isos/aarch64/Rocky-8.7/-aarch64-boot.iso","aarch64 8.7/ dvd":"https://download.rockylinux.org/pub/rocky/8.7//isos/aarch64/Rocky-8.7/-aarch64-dvd1.iso","aarch64 8.7/ minimal":"https://download.rockylinux.org/pub/rocky/8.7//isos/aarch64/Rocky-8.7/-aarch64-minimal.iso","aarch64 8.8/ boot":"https://download.rockylinux.org/pub/rocky/8.8//isos/aarch64/Rocky-8.8/-aarch64-boot.iso","aarch64 8.8/ dvd":"https://download.rockylinux.org/pub/rocky/8.8//isos/aarch64/Rocky-8.8/-aarch64-dvd1.iso","aarch64 8.8/ minimal":"https://download.rockylinux.org/pub/rocky/8.8//isos/aarch64/Rocky-8.8/-aarch64-minimal.iso","aarch64 8.9/ boot":"https://download.rockylinux.org/pub/rocky/8.9//isos/aarch64/Rocky-8.9/-aarch64-boot.iso","aarch64 8.9/ dvd":"https://download.rockylinux.org/pub/rocky/8.9//isos/aarch64/Rocky-8.9/-aarch64-dvd1.iso","aarch64 8.9/ minimal":"https://download.rockylinux.org/pub/rocky/8.9//isos/aarch64/Rocky-8.9/-aarch64-minimal.iso","aarch64 9.0/ boot":"https://download.rockylinux.org/pub/rocky/9.0//isos/aarch64/Rocky-9.0/-aarch64-boot.iso","aarch64 9.0/ dvd":"https://download.rockylinux.org/pub/rocky/9.0//isos/aarch64/Rocky-9.0/-aarch64-dvd.iso","aarch64 9.0/ minimal":"https://download.rockylinux.org/pub/rocky/9.0//isos/aarch64/Rocky-9.0/-aarch64-minimal.iso","aarch64 9.1/ boot":"https://download.rockylinux.org/pub/rocky/9.1//isos/aarch64/Rocky-9.1/-aarch64-boot.iso","aarch64 9.1/ dvd":"https://download.rockylinux.org/pub/rocky/9.1//isos/aarch64/Rocky-9.1/-aarch64-dvd.iso","aarch64 9.1/ minimal":"https://download.rockylinux.org/pub/rocky/9.1//isos/aarch64/Rocky-9.1/-aarch64-minimal.iso","aarch64 9.2/ boot":"https://download.rockylinux.org/pub/rocky/9.2//isos/aarch64/Rocky-9.2/-aarch64-boot.iso","aarch64 9.2/ dvd":"https://download.rockylinux.org/pub/rocky/9.2//isos/aarch64/Rocky-9.2/-aarch64-dvd.iso","aarch64 9.2/ minimal":"https://download.rockylinux.org/pub/rocky/9.2//isos/aarch64/Rocky-9.2/-aarch64-minimal.iso","aarch64 9.3/ boot":"https://download.rockylinux.org/pub/rocky/9.3//isos/aarch64/Rocky-9.3/-aarch64-boot.iso","aarch64 9.3/ dvd":"https://download.rockylinux.org/pub/rocky/9.3//isos/aarch64/Rocky-9.3/-aarch64-dvd.iso","aarch64 9.3/ minimal":"https://download.rockylinux.org/pub/rocky/9.3//isos/aarch64/Rocky-9.3/-aarch64-minimal.iso","aarch64 9.4/ boot":"https://download.rockylinux.org/pub/rocky/9.4//isos/aarch64/Rocky-9.4/-aarch64-boot.iso","aarch64 9.4/ dvd":"https://download.rockylinux.org/pub/rocky/9.4//isos/aarch64/Rocky-9.4/-aarch64-dvd.iso","aarch64 9.4/ minimal":"https://download.rockylinux.org/pub/rocky/9.4//isos/aarch64/Rocky-9.4/-aarch64-minimal.iso","aarch64 9.5/ boot":"https://download.rockylinux.org/pub/rocky/9.5//isos/aarch64/Rocky-9.5/-aarch64-boot.iso","aarch64 9.5/ dvd":"https://download.rockylinux.org/pub/rocky/9.5//isos/aarch64/Rocky-9.5/-aarch64-dvd.iso","aarch64 9.5/ minimal":"https://download.rockylinux.org/pub/rocky/9.5//isos/aarch64/Rocky-9.5/-aarch64-minimal.iso","aarch64 9.6/ boot":"https://download.rockylinux.org/pub/rocky/9.6//isos/aarch64/Rocky-9.6/-aarch64-boot.iso","aarch64 9.6/ dvd":"https://download.rockylinux.org/pub/rocky/9.6//isos/aarch64/Rocky-9.6/-aarch64-dvd.iso","aarch64 9.6/ minimal":"https://download.rockylinux.org/pub/rocky/9.6//isos/aarch64/Rocky-9.6/-aarch64-minimal.iso","aarch64 9.7/ boot":"https://download.rockylinux.org/pub/rocky/9.7//isos/aarch64/Rocky-9.7/-aarch64-boot.iso","aarch64 9.7/ dvd":"https://download.rockylinux.org/pub/rocky/9.7//isos/aarch64/Rocky-9.7/-aarch64-dvd.iso","aarch64 9.7/ minimal":"https://download.rockylinux.org/pub/rocky/9.7//isos/aarch64/Rocky-9.7/-aarch64-minimal.iso","amd64 8.10/ boot":"https://download.rockylinux.org/pub/rocky/8.10//isos/x86_64/Rocky-8.10/-x86_64-boot.iso","amd64 8.10/ dvd":"https://download.rockylinux.org/pub/rocky/8.10//isos/x86_64/Rocky-8.10/-x86_64-dvd1.iso","amd64 8.10/ minimal":"https://download.rockylinux.org/pub/rocky/8.10//isos/x86_64/Rocky-8.10/-x86_64-minimal.iso","amd64 8.4/ boot":"https://download.rockylinux.org/pub/rocky/8.4//isos/x86_64/Rocky-8.4/-x86_64-boot.iso","amd64 8.4/ dvd":"https://download.rockylinux.org/pub/rocky/8.4//isos/x86_64/Rocky-8.4/-x86_64-dvd1.iso","amd64 8.4/ minimal":"https://download.rockylinux.org/pub/rocky/8.4//isos/x86_64/Rocky-8.4/-x86_64-minimal.iso","amd64 8.5/ boot":"https://download.rockylinux.org/pub/rocky/8.5//isos/x86_64/Rocky-8.5/-x86_64-boot.iso","amd64 8.5/ dvd":"https://download.rockylinux.org/pub/rocky/8.5//isos/x86_64/Rocky-8.5/-x86_64-dvd1.iso","amd64 8.5/ minimal":"https://download.rockylinux.org/pub/rocky/8.5//isos/x86_64/Rocky-8.5/-x86_64-minimal.iso","amd64 8.6/ boot":"https://download.rockylinux.org/pub/rocky/8.6//isos/x86_64/Rocky-8.6/-x86_64-boot.iso","amd64 8.6/ dvd":"https://download.rockylinux.org/pub/rocky/8.6//isos/x86_64/Rocky-8.6/-x86_64-dvd1.iso","amd64 8.6/ minimal":"https://download.rockylinux.org/pub/rocky/8.6//isos/x86_64/Rocky-8.6/-x86_64-minimal.iso","amd64 8.7/ boot":"https://download.rockylinux.org/pub/rocky/8.7//isos/x86_64/Rocky-8.7/-x86_64-boot.iso","amd64 8.7/ dvd":"https://download.rockylinux.org/pub/rocky/8.7//isos/x86_64/Rocky-8.7/-x86_64-dvd1.iso","amd64 8.7/ minimal":"https://download.rockylinux.org/pub/rocky/8.7//isos/x86_64/Rocky-8.7/-x86_64-minimal.iso","amd64 8.8/ boot":"https://download.rockylinux.org/pub/rocky/8.8//isos/x86_64/Rocky-8.8/-x86_64-boot.iso","amd64 8.8/ dvd":"https://download.rockylinux.org/pub/rocky/8.8//isos/x86_64/Rocky-8.8/-x86_64-dvd1.iso","amd64 8.8/ minimal":"https://download.rockylinux.org/pub/rocky/8.8//isos/x86_64/Rocky-8.8/-x86_64-minimal.iso","amd64 8.9/ boot":"https://download.rockylinux.org/pub/rocky/8.9//isos/x86_64/Rocky-8.9/-x86_64-boot.iso","amd64 8.9/ dvd":"https://download.rockylinux.org/pub/rocky/8.9//isos/x86_64/Rocky-8.9/-x86_64-dvd1.iso","amd64 8.9/ minimal":"https://download.rockylinux.org/pub/rocky/8.9//isos/x86_64/Rocky-8.9/-x86_64-minimal.iso","amd64 9.0/ boot":"https://download.rockylinux.org/pub/rocky/9.0//isos/x86_64/Rocky-9.0/-x86_64-boot.iso","amd64 9.0/ dvd":"https://download.rockylinux.org/pub/rocky/9.0//isos/x86_64/Rocky-9.0/-x86_64-dvd.iso","amd64 9.0/ minimal":"https://download.rockylinux.org/pub/rocky/9.0//isos/x86_64/Rocky-9.0/-x86_64-minimal.iso","amd64 9.1/ boot":"https://download.rockylinux.org/pub/rocky/9.1//isos/x86_64/Rocky-9.1/-x86_64-boot.iso","amd64 9.1/ dvd":"https://download.rockylinux.org/pub/rocky/9.1//isos/x86_64/Rocky-9.1/-x86_64-dvd.iso","amd64 9.1/ minimal":"https://download.rockylinux.org/pub/rocky/9.1//isos/x86_64/Rocky-9.1/-x86_64-minimal.iso","amd64 9.2/ boot":"https://download.rockylinux.org/pub/rocky/9.2//isos/x86_64/Rocky-9.2/-x86_64-boot.iso","amd64 9.2/ dvd":"https://download.rockylinux.org/pub/rocky/9.2//isos/x86_64/Rocky-9.2/-x86_64-dvd.iso","amd64 9.2/ minimal":"https://download.rockylinux.org/pub/rocky/9.2//isos/x86_64/Rocky-9.2/-x86_64-minimal.iso","amd64 9.3/ boot":"https://download.rockylinux.org/pub/rocky/9.3//isos/x86_64/Rocky-9.3/-x86_64-boot.iso","amd64 9.3/ dvd":"https://download.rockylinux.org/pub/rocky/9.3//isos/x86_64/Rocky-9.3/-x86_64-dvd.iso","amd64 9.3/ minimal":"https://download.rockylinux.org/pub/rocky/9.3//isos/x86_64/Rocky-9.3/-x86_64-minimal.iso","amd64 9.4/ boot":"https://download.rockylinux.org/pub/rocky/9.4//isos/x86_64/Rocky-9.4/-x86_64-boot.iso","amd64 9.4/ dvd":"https://download.rockylinux.org/pub/rocky/9.4//isos/x86_64/Rocky-9.4/-x86_64-dvd.iso","amd64 9.4/ minimal":"https://download.rockylinux.org/pub/rocky/9.4//isos/x86_64/Rocky-9.4/-x86_64-minimal.iso","amd64 9.5/ boot":"https://download.rockylinux.org/pub/rocky/9.5//isos/x86_64/Rocky-9.5/-x86_64-boot.iso","amd64 9.5/ dvd":"https://download.rockylinux.org/pub/rocky/9.5//isos/x86_64/Rocky-9.5/-x86_64-dvd.iso","amd64 9.5/ minimal":"https://download.rockylinux.org/pub/rocky/9.5//isos/x86_64/Rocky-9.5/-x86_64-minimal.iso","amd64 9.6/ boot":"https://download.rockylinux.org/pub/rocky/9.6//isos/x86_64/Rocky-9.6/-x86_64-boot.iso","amd64 9.6/ dvd":"https://download.rockylinux.org/pub/rocky/9.6//isos/x86_64/Rocky-9.6/-x86_64-dvd.iso","amd64 9.6/ minimal":"https://download.rockylinux.org/pub/rocky/9.6//isos/x86_64/Rocky-9.6/-x86_64-minimal.iso","amd64 9.7/ boot":"https://download.rockylinux.org/pub/rocky/9.7//isos/x86_64/Rocky-9.7/-x86_64-boot.iso","amd64 9.7/ dvd":"https://download.rockylinux.org/pub/rocky/9.7//isos/x86_64/Rocky-9.7/-x86_64-dvd.iso","amd64 9.7/ minimal":"https://download.rockylinux.org/pub/rocky/9.7//isos/x86_64/Rocky-9.7/-x86_64-minimal.iso","ppc64le 8.10/ boot":"https://download.rockylinux.org/pub/rocky/8.10//isos/ppc64le/Rocky-8.10/-ppc64le-boot.iso","ppc64le 8.10/ dvd":"https://download.rockylinux.org/pub/rocky/8.10//isos/ppc64le/Rocky-8.10/-ppc64le-dvd1.iso","ppc64le 8.10/ minimal":"https://download.rockylinux.org/pub/rocky/8.10//isos/ppc64le/Rocky-8.10/-ppc64le-minimal.iso","ppc64le 8.4/ boot":"https://download.rockylinux.org/pub/rocky/8.4//isos/ppc64le/Rocky-8.4/-ppc64le-boot.iso","ppc64le 8.4/ dvd":"https://download.rockylinux.org/pub/rocky/8.4//isos/ppc64le/Rocky-8.4/-ppc64le-dvd1.iso","ppc64le 8.4/ minimal":"https://download.rockylinux.org/pub/rocky/8.4//isos/ppc64le/Rocky-8.4/-ppc64le-minimal.iso","ppc64le 8.5/ boot":"https://download.rockylinux.org/pub/rocky/8.5//isos/ppc64le/Rocky-8.5/-ppc64le-boot.iso","ppc64le 8.5/ dvd":"https://download.rockylinux.org/pub/rocky/8.5//isos/ppc64le/Rocky-8.5/-ppc64le-dvd1.iso","ppc64le 8.5/ minimal":"https://download.rockylinux.org/pub/rocky/8.5//isos/ppc64le/Rocky-8.5/-ppc64le-minimal.iso","ppc64le 8.6/ boot":"https://download.rockylinux.org/pub/rocky/8.6//isos/ppc64le/Rocky-8.6/-ppc64le-boot.iso","ppc64le 8.6/ dvd":"https://download.rockylinux.org/pub/rocky/8.6//isos/ppc64le/Rocky-8.6/-ppc64le-dvd1.iso","ppc64le 8.6/ minimal":"https://download.rockylinux.org/pub/rocky/8.6//isos/ppc64le/Rocky-8.6/-ppc64le-minimal.iso","ppc64le 8.7/ boot":"https://download.rockylinux.org/pub/rocky/8.7//isos/ppc64le/Rocky-8.7/-ppc64le-boot.iso","ppc64le 8.7/ dvd":"https://download.rockylinux.org/pub/rocky/8.7//isos/ppc64le/Rocky-8.7/-ppc64le-dvd1.iso","ppc64le 8.7/ minimal":"https://download.rockylinux.org/pub/rocky/8.7//isos/ppc64le/Rocky-8.7/-ppc64le-minimal.iso","ppc64le 8.8/ boot":"https://download.rockylinux.org/pub/rocky/8.8//isos/ppc64le/Rocky-8.8/-ppc64le-boot.iso","ppc64le 8.8/ dvd":"https://download.rockylinux.org/pub/rocky/8.8//isos/ppc64le/Rocky-8.8/-ppc64le-dvd1.iso","ppc64le 8.8/ minimal":"https://download.rockylinux.org/pub/rocky/8.8//isos/ppc64le/Rocky-8.8/-ppc64le-minimal.iso","ppc64le 8.9/ boot":"https://download.rockylinux.org/pub/rocky/8.9//isos/ppc64le/Rocky-8.9/-ppc64le-boot.iso","ppc64le 8.9/ dvd":"https://download.rockylinux.org/pub/rocky/8.9//isos/ppc64le/Rocky-8.9/-ppc64le-dvd1.iso","ppc64le 8.9/ minimal":"https://download.rockylinux.org/pub/rocky/8.9//isos/ppc64le/Rocky-8.9/-ppc64le-minimal.iso","ppc64le 9.0/ boot":"https://download.rockylinux.org/pub/rocky/9.0//isos/ppc64le/Rocky-9.0/-ppc64le-boot.iso","ppc64le 9.0/ dvd":"https://download.rockylinux.org/pub/rocky/9.0//isos/ppc64le/Rocky-9.0/-ppc64le-dvd.iso","ppc64le 9.0/ minimal":"https://download.rockylinux.org/pub/rocky/9.0//isos/ppc64le/Rocky-9.0/-ppc64le-minimal.iso","ppc64le 9.1/ boot":"https://download.rockylinux.org/pub/rocky/9.1//isos/ppc64le/Rocky-9.1/-ppc64le-boot.iso","ppc64le 9.1/ dvd":"https://download.rockylinux.org/pub/rocky/9.1//isos/ppc64le/Rocky-9.1/-ppc64le-dvd.iso","ppc64le 9.1/ minimal":"https://download.rockylinux.org/pub/rocky/9.1//isos/ppc64le/Rocky-9.1/-ppc64le-minimal.iso","ppc64le 9.2/ boot":"https://download.rockylinux.org/pub/rocky/9.2//isos/ppc64le/Rocky-9.2/-ppc64le-boot.iso","ppc64le 9.2/ dvd":"https://download.rockylinux.org/pub/rocky/9.2//isos/ppc64le/Rocky-9.2/-ppc64le-dvd.iso","ppc64le 9.2/ minimal":"https://download.rockylinux.org/pub/rocky/9.2//isos/ppc64le/Rocky-9.2/-ppc64le-minimal.iso","ppc64le 9.3/ boot":"https://download.rockylinux.org/pub/rocky/9.3//isos/ppc64le/Rocky-9.3/-ppc64le-boot.iso","ppc64le 9.3/ dvd":"https://download.rockylinux.org/pub/rocky/9.3//isos/ppc64le/Rocky-9.3/-ppc64le-dvd.iso","ppc64le 9.3/ minimal":"https://download.rockylinux.org/pub/rocky/9.3//isos/ppc64le/Rocky-9.3/-ppc64le-minimal.iso","ppc64le 9.4/ boot":"https://download.rockylinux.org/pub/rocky/9.4//isos/ppc64le/Rocky-9.4/-ppc64le-boot.iso","ppc64le 9.4/ dvd":"https://download.rockylinux.org/pub/rocky/9.4//isos/ppc64le/Rocky-9.4/-ppc64le-dvd.iso","ppc64le 9.4/ minimal":"https://download.rockylinux.org/pub/rocky/9.4//isos/ppc64le/Rocky-9.4/-ppc64le-minimal.iso","ppc64le 9.5/ boot":"https://download.rockylinux.org/pub/rocky/9.5//isos/ppc64le/Rocky-9.5/-ppc64le-boot.iso","ppc64le 9.5/ dvd":"https://download.rockylinux.org/pub/rocky/9.5//isos/ppc64le/Rocky-9.5/-ppc64le-dvd.iso","ppc64le 9.5/ minimal":"https://download.rockylinux.org/pub/rocky/9.5//isos/ppc64le/Rocky-9.5/-ppc64le-minimal.iso","ppc64le 9.6/ boot":"https://download.rockylinux.org/pub/rocky/9.6//isos/ppc64le/Rocky-9.6/-ppc64le-boot.iso","ppc64le 9.6/ dvd":"https://download.rockylinux.org/pub/rocky/9.6//isos/ppc64le/Rocky-9.6/-ppc64le-dvd.iso","ppc64le 9.6/ minimal":"https://download.rockylinux.org/pub/rocky/9.6//isos/ppc64le/Rocky-9.6/-ppc64le-minimal.iso","ppc64le 9.7/ boot":"https://download.rockylinux.org/pub/rocky/9.7//isos/ppc64le/Rocky-9.7/-ppc64le-boot.iso","ppc64le 9.7/ dvd":"https://download.rockylinux.org/pub/rocky/9.7//isos/ppc64le/Rocky-9.7/-ppc64le-dvd.iso","ppc64le 9.7/ minimal":"https://download.rockylinux.org/pub/rocky/9.7//isos/ppc64le/Rocky-9.7/-ppc64le-minimal.iso","riscv64 8.10/ boot":"https://download.rockylinux.org/pub/rocky/8.10//isos/riscv64/Rocky-8.10/-riscv64-boot.iso","riscv64 8.10/ dvd":"https://download.rockylinux.org/pub/rocky/8.10//isos/riscv64/Rocky-8.10/-riscv64-dvd1.iso","riscv64 8.10/ minimal":"https://download.rockylinux.org/pub/rocky/8.10//isos/riscv64/Rocky-8.10/-riscv64-minimal.iso","riscv64 8.4/ boot":"https://download.rockylinux.org/pub/rocky/8.4//isos/riscv64/Rocky-8.4/-riscv64-boot.iso","riscv64 8.4/ dvd":"https://download.rockylinux.org/pub/rocky/8.4//isos/riscv64/Rocky-8.4/-riscv64-dvd1.iso","riscv64 8.4/ minimal":"https://download.rockylinux.org/pub/rocky/8.4//isos/riscv64/Rocky-8.4/-riscv64-minimal.iso","riscv64 8.5/ boot":"https://download.rockylinux.org/pub/rocky/8.5//isos/riscv64/Rocky-8.5/-riscv64-boot.iso","riscv64 8.5/ dvd":"https://download.rockylinux.org/pub/rocky/8.5//isos/riscv64/Rocky-8.5/-riscv64-dvd1.iso","riscv64 8.5/ minimal":"https://download.rockylinux.org/pub/rocky/8.5//isos/riscv64/Rocky-8.5/-riscv64-minimal.iso","riscv64 8.6/ boot":"https://download.rockylinux.org/pub/rocky/8.6//isos/riscv64/Rocky-8.6/-riscv64-boot.iso","riscv64 8.6/ dvd":"https://download.rockylinux.org/pub/rocky/8.6//isos/riscv64/Rocky-8.6/-riscv64-dvd1.iso","riscv64 8.6/ minimal":"https://download.rockylinux.org/pub/rocky/8.6//isos/riscv64/Rocky-8.6/-riscv64-minimal.iso","riscv64 8.7/ boot":"https://download.rockylinux.org/pub/rocky/8.7//isos/riscv64/Rocky-8.7/-riscv64-boot.iso","riscv64 8.7/ dvd":"https://download.rockylinux.org/pub/rocky/8.7//isos/riscv64/Rocky-8.7/-riscv64-dvd1.iso","riscv64 8.7/ minimal":"https://download.rockylinux.org/pub/rocky/8.7//isos/riscv64/Rocky-8.7/-riscv64-minimal.iso","riscv64 8.8/ boot":"https://download.rockylinux.org/pub/rocky/8.8//isos/riscv64/Rocky-8.8/-riscv64-boot.iso","riscv64 8.8/ dvd":"https://download.rockylinux.org/pub/rocky/8.8//isos/riscv64/Rocky-8.8/-riscv64-dvd1.iso","riscv64 8.8/ minimal":"https://download.rockylinux.org/pub/rocky/8.8//isos/riscv64/Rocky-8.8/-riscv64-minimal.iso","riscv64 8.9/ boot":"https://download.rockylinux.org/pub/rocky/8.9//isos/riscv64/Rocky-8.9/-riscv64-boot.iso","riscv64 8.9/ dvd":"https://download.rockylinux.org/pub/rocky/8.9//isos/riscv64/Rocky-8.9/-riscv64-dvd1.iso","riscv64 8.9/ minimal":"https://download.rockylinux.org/pub/rocky/8.9//isos/riscv64/Rocky-8.9/-riscv64-minimal.iso","riscv64 9.0/ boot":"https://download.rockylinux.org/pub/rocky/9.0//isos/riscv64/Rocky-9.0/-riscv64-boot.iso","riscv64 9.0/ dvd":"https://download.rockylinux.org/pub/rocky/9.0//isos/riscv64/Rocky-9.0/-riscv64-dvd.iso","riscv64 9.0/ minimal":"https://download.rockylinux.org/pub/rocky/9.0//isos/riscv64/Rocky-9.0/-riscv64-minimal.iso","riscv64 9.1/ boot":"https://download.rockylinux.org/pub/rocky/9.1//isos/riscv64/Rocky-9.1/-riscv64-boot.iso","riscv64 9.1/ dvd":"https://download.rockylinux.org/pub/rocky/9.1//isos/riscv64/Rocky-9.1/-riscv64-dvd.iso","riscv64 9.1/ minimal":"https://download.rockylinux.org/pub/rocky/9.1//isos/riscv64/Rocky-9.1/-riscv64-minimal.iso","riscv64 9.2/ boot":"https://download.rockylinux.org/pub/rocky/9.2//isos/riscv64/Rocky-9.2/-riscv64-boot.iso","riscv64 9.2/ dvd":"https://download.rockylinux.org/pub/rocky/9.2//isos/riscv64/Rocky-9.2/-riscv64-dvd.iso","riscv64 9.2/ minimal":"https://download.rockylinux.org/pub/rocky/9.2//isos/riscv64/Rocky-9.2/-riscv64-minimal.iso","riscv64 9.3/ boot":"https://download.rockylinux.org/pub/rocky/9.3//isos/riscv64/Rocky-9.3/-riscv64-boot.iso","riscv64 9.3/ dvd":"https://download.rockylinux.org/pub/rocky/9.3//isos/riscv64/Rocky-9.3/-riscv64-dvd.iso","riscv64 9.3/ minimal":"https://download.rockylinux.org/pub/rocky/9.3//isos/riscv64/Rocky-9.3/-riscv64-minimal.iso","riscv64 9.4/ boot":"https://download.rockylinux.org/pub/rocky/9.4//isos/riscv64/Rocky-9.4/-riscv64-boot.iso","riscv64 9.4/ dvd":"https://download.rockylinux.org/pub/rocky/9.4//isos/riscv64/Rocky-9.4/-riscv64-dvd.iso","riscv64 9.4/ minimal":"https://download.rockylinux.org/pub/rocky/9.4//isos/riscv64/Rocky-9.4/-riscv64-minimal.iso","riscv64 9.5/ boot":"https://download.rockylinux.org/pub/rocky/9.5//isos/riscv64/Rocky-9.5/-riscv64-boot.iso","riscv64 9.5/ dvd":"https://download.rockylinux.org/pub/rocky/9.5//isos/riscv64/Rocky-9.5/-riscv64-dvd.iso","riscv64 9.5/ minimal":"https://download.rockylinux.org/pub/rocky/9.5//isos/riscv64/Rocky-9.5/-riscv64-minimal.iso","riscv64 9.6/ boot":"https://download.rockylinux.org/pub/rocky/9.6//isos/riscv64/Rocky-9.6/-riscv64-boot.iso","riscv64 9.6/ dvd":"https://download.rockylinux.org/pub/rocky/9.6//isos/riscv64/Rocky-9.6/-riscv64-dvd.iso","riscv64 9.6/ minimal":"https://download.rockylinux.org/pub/rocky/9.6//isos/riscv64/Rocky-9.6/-riscv64-minimal.iso","riscv64 9.7/ boot":"https://download.rockylinux.org/pub/rocky/9.7//isos/riscv64/Rocky-9.7/-riscv64-boot.iso","riscv64 9.7/ dvd":"https://download.rockylinux.org/pub/rocky/9.7//isos/riscv64/Rocky-9.7/-riscv64-dvd.iso","riscv64 9.7/ minimal":"https://download.rockylinux.org/pub/rocky/9.7//isos/riscv64/Rocky-9.7/-riscv64-minimal.iso","s390x 8.10/ boot":"https://download.rockylinux.org/pub/rocky/8.10//isos/s390x/Rocky-8.10/-s390x-boot.iso","s390x 8.10/ dvd":"https://download.rockylinux.org/pub/rocky/8.10//isos/s390x/Rocky-8.10/-s390x-dvd1.iso","s390x 8.10/ minimal":"https://download.rockylinux.org/pub/rocky/8.10//isos/s390x/Rocky-8.10/-s390x-minimal.iso","s390x 8.4/ boot":"https://download.rockylinux.org/pub/rocky/8.4//isos/s390x/Rocky-8.4/-s390x-boot.iso","s390x 8.4/ dvd":"https://download.rockylinux.org/pub/rocky/8.4//isos/s390x/Rocky-8.4/-s390x-dvd1.iso","s390x 8.4/ minimal":"https://download.rockylinux.org/pub/rocky/8.4//isos/s390x/Rocky-8.4/-s390x-minimal.iso","s390x 8.5/ boot":"https://download.rockylinux.org/pub/rocky/8.5//isos/s390x/Rocky-8.5/-s390x-boot.iso","s390x 8.5/ dvd":"https://download.rockylinux.org/pub/rocky/8.5//isos/s390x/Rocky-8.5/-s390x-dvd1.iso","s390x 8.5/ minimal":"https://download.rockylinux.org/pub/rocky/8.5//isos/s390x/Rocky-8.5/-s390x-minimal.iso","s390x 8.6/ boot":"https://download.rockylinux.org/pub/rocky/8.6//isos/s390x/Rocky-8.6/-s390x-boot.iso","s390x 8.6/ dvd":"https://download.rockylinux.org/pub/rocky/8.6//isos/s390x/Rocky-8.6/-s390x-dvd1.iso","s390x 8.6/ minimal":"https://download.rockylinux.org/pub/rocky/8.6//isos/s390x/Rocky-8.6/-s390x-minimal.iso","s390x 8.7/ boot":"https://download.rockylinux.org/pub/rocky/8.7//isos/s390x/Rocky-8.7/-s390x-boot.iso","s390x 8.7/ dvd":"https://download.rockylinux.org/pub/rocky/8.7//isos/s390x/Rocky-8.7/-s390x-dvd1.iso","s390x 8.7/ minimal":"https://download.rockylinux.org/pub/rocky/8.7//isos/s390x/Rocky-8.7/-s390x-minimal.iso","s390x 8.8/ boot":"https://download.rockylinux.org/pub/rocky/8.8//isos/s390x/Rocky-8.8/-s390x-boot.iso","s390x 8.8/ dvd":"https://download.rockylinux.org/pub/rocky/8.8//isos/s390x/Rocky-8.8/-s390x-dvd1.iso","s390x 8.8/ minimal":"https://download.rockylinux.org/pub/rocky/8.8//isos/s390x/Rocky-8.8/-s390x-minimal.iso","s390x 8.9/ boot":"https://download.rockylinux.org/pub/rocky/8.9//isos/s390x/Rocky-8.9/-s390x-boot.iso","s390x 8.9/ dvd":"https://download.rockylinux.org/pub/rocky/8.9//isos/s390x/Rocky-8.9/-s390x-dvd1.iso","s390x 8.9/ minimal":"https://download.rockylinux.org/pub/rocky/8.9//isos/s390x/Rocky-8.9/-s390x-minimal.iso","s390x 9.0/ boot":"https://download.rockylinux.org/pub/rocky/9.0//isos/s390x/Rocky-9.0/-s390x-boot.iso","s390x 9.0/ dvd":"https://download.rockylinux.org/pub/rocky/9.0//isos/s390x/Rocky-9.0/-s390x-dvd.iso","s390x 9.0/ minimal":"https://download.rockylinux.org/pub/rocky/9.0//isos/s390x/Rocky-9.0/-s390x-minimal.iso","s390x 9.1/ boot":"https://download.rockylinux.org/pub/rocky/9.1//isos/s390x/Rocky-9.1/-s390x-boot.iso","s390x 9.1/ dvd":"https://download.rockylinux.org/pub/rocky/9.1//isos/s390x/Rocky-9.1/-s390x-dvd.iso","s390x 9.1/ minimal":"https://download.rockylinux.org/pub/rocky/9.1//isos/s390x/Rocky-9.1/-s390x-minimal.iso","s390x 9.2/ boot":"https://download.rockylinux.org/pub/rocky/9.2//isos/s390x/Rocky-9.2/-s390x-boot.iso","s390x 9.2/ dvd":"https://download.rockylinux.org/pub/rocky/9.2//isos/s390x/Rocky-9.2/-s390x-dvd.iso","s390x 9.2/ minimal":"https://download.rockylinux.org/pub/rocky/9.2//isos/s390x/Rocky-9.2/-s390x-minimal.iso","s390x 9.3/ boot":"https://download.rockylinux.org/pub/rocky/9.3//isos/s390x/Rocky-9.3/-s390x-boot.iso","s390x 9.3/ dvd":"https://download.rockylinux.org/pub/rocky/9.3//isos/s390x/Rocky-9.3/-s390x-dvd.iso","s390x 9.3/ minimal":"https://download.rockylinux.org/pub/rocky/9.3//isos/s390x/Rocky-9.3/-s390x-minimal.iso","s390x 9.4/ boot":"https://download.rockylinux.org/pub/rocky/9.4//isos/s390x/Rocky-9.4/-s390x-boot.iso","s390x 9.4/ dvd":"https://download.rockylinux.org/pub/rocky/9.4//isos/s390x/Rocky-9.4/-s390x-dvd.iso","s390x 9.4/ minimal":"https://download.rockylinux.org/pub/rocky/9.4//isos/s390x/Rocky-9.4/-s390x-minimal.iso","s390x 9.5/ boot":"https://download.rockylinux.org/pub/rocky/9.5//isos/s390x/Rocky-9.5/-s390x-boot.iso","s390x 9.5/ dvd":"https://download.rockylinux.org/pub/rocky/9.5//isos/s390x/Rocky-9.5/-s390x-dvd.iso","s390x 9.5/ minimal":"https://download.rockylinux.org/pub/rocky/9.5//isos/s390x/Rocky-9.5/-s390x-minimal.iso","s390x 9.6/ boot":"https://download.rockylinux.org/pub/rocky/9.6//isos/s390x/Rocky-9.6/-s390x-boot.iso","s390x 9.6/ dvd":"https://download.rockylinux.org/pub/rocky/9.6//isos/s390x/Rocky-9.6/-s390x-dvd.iso","s390x 9.6/ minimal":"https://download.rockylinux.org/pub/rocky/9.6//isos/s390x/Rocky-9.6/-s390x-minimal.iso","s390x 9.7/ boot":"https://download.rockylinux.org/pub/rocky/9.7//isos/s390x/Rocky-9.7/-s390x-boot.iso","s390x 9.7/ dvd":"https://download.rockylinux.org/pub/rocky/9.7//isos/s390x/Rocky-9.7/-s390x-dvd.iso","s390x 9.7/ minimal":"https://download.rockylinux.org/pub/rocky/9.7//isos/s390x/Rocky-9.7/-s390x-minimal.iso"}},
|
||
"siduction": {"homepage":"https://siduction.org","releases":"latest","editions":"xorg xfce nox lxqt kde","basedof":"Debian","architectures":"amd64","urls":{"amd64 latest kde":"https://mirror.math.princeton.edu/pub/siduction/iso/Shine_on/kde/siduction-2025.1.0-Shine_on-kde-amd64-202503241412.iso","amd64 latest lxqt":"https://mirror.math.princeton.edu/pub/siduction/iso/Shine_on/lxqt/siduction-2024.1.0-Shine_on-lxqt-amd64-202412261736.iso","amd64 latest nox":"https://mirror.math.princeton.edu/pub/siduction/iso/Shine_on/nox/siduction-2024.1.0-Shine_on-nox-amd64-202412261752.iso","amd64 latest xfce":"https://mirror.math.princeton.edu/pub/siduction/iso/Shine_on/xfce/siduction-2024.1.0-Shine_on-xfce-amd64-202412261728.iso","amd64 latest xorg":"https://mirror.math.princeton.edu/pub/siduction/iso/Shine_on/xorg/siduction-2024.1.0-Shine_on-xorg-amd64-202412261745.iso"}},
|
||
"slackware": {"homepage":"http://www.slackware.com","releases":"15.0 14.2 14.1 14.0 13.37","editions":"","basedof":"-","architectures":"amd64","urls":{"amd64 13.37":"https://mirrors.slackware.com/slackware/slackware-iso/slackware64-13.37-iso/slackware64-13.37-install-dvd.iso","amd64 14.0":"https://mirrors.slackware.com/slackware/slackware-iso/slackware64-14.0-iso/slackware64-14.0-install-dvd.iso","amd64 14.1":"https://mirrors.slackware.com/slackware/slackware-iso/slackware64-14.1-iso/slackware64-14.1-install-dvd.iso","amd64 14.2":"https://mirrors.slackware.com/slackware/slackware-iso/slackware64-14.2-iso/slackware64-14.2-install-dvd.iso","amd64 15.0":"https://mirrors.slackware.com/slackware/slackware-iso/slackware64-15.0-iso/slackware64-15.0-install-dvd.iso"}},
|
||
"slax": {"homepage":"https://www.slax.org","releases":"latest","editions":"slackware debian","basedof":"Debian Slackware","architectures":"amd64","urls":{"amd64 latest debian":"https://ftp.fi.muni.cz/pub/linux/slax/Slax-12.x/slax-64bit-debian-12.2.0.iso","amd64 latest slackware":"https://ftp.fi.muni.cz/pub/linux/slax/Slax-15.x/slax-64bit-slackware-15.0.4.iso"}},
|
||
"slint": {"homepage":"https://slint.fr","releases":"15.0-5","editions":"","basedof":"Slackware","architectures":"amd64","urls":{"amd64 15.0-5":"https://slackware.uk/slint/x86_64/slint-15.0/iso/slint64-15.0-5.iso"}},
|
||
"slitaz": {"homepage":"https://www.slitaz.org","releases":"preinit loram core64 core-5in1 core","editions":"","basedof":"-","architectures":"amd64","urls":{"amd64 core":"http://mirror.slitaz.org/iso/rolling/slitaz-rolling-core.iso","amd64 core-5in1":"http://mirror.slitaz.org/iso/rolling/slitaz-rolling-core-5in1.iso","amd64 core64":"http://mirror.slitaz.org/iso/rolling/slitaz-rolling-core64.iso","amd64 loram":"http://mirror.slitaz.org/iso/rolling/slitaz-rolling-loram.iso","amd64 preinit":"http://mirror.slitaz.org/iso/rolling/slitaz-rolling-preinit.iso"}},
|
||
"solus": {"homepage":"https://getsol.us","releases":"2026-04-18 2025-11-29 2025-01-26 2024-10-14","editions":"Xfce Plasma GNOME Budgie","basedof":"-","architectures":"amd64","urls":{"amd64 2024-10-14 Budgie":"https://downloads.getsol.us/isos/2024-10-14/Solus-Budgie-Release-2024-10-14.iso","amd64 2024-10-14 GNOME":"https://downloads.getsol.us/isos/2024-10-14/Solus-GNOME-Release-2024-10-14.iso","amd64 2024-10-14 Plasma":"https://downloads.getsol.us/isos/2024-10-14/Solus-Plasma-Release-2024-10-14.iso","amd64 2024-10-14 Xfce":"https://downloads.getsol.us/isos/2024-10-14/Solus-Xfce-Release-2024-10-14.iso","amd64 2025-01-26 Budgie":"https://downloads.getsol.us/isos/2025-01-26/Solus-Budgie-Release-2025-01-26.iso","amd64 2025-01-26 GNOME":"https://downloads.getsol.us/isos/2025-01-26/Solus-GNOME-Release-2025-01-26.iso","amd64 2025-01-26 Plasma":"https://downloads.getsol.us/isos/2025-01-26/Solus-Plasma-Release-2025-01-26.iso","amd64 2025-01-26 Xfce":"https://downloads.getsol.us/isos/2025-01-26/Solus-Xfce-Release-2025-01-26.iso","amd64 2025-11-29 Budgie":"https://downloads.getsol.us/isos/2025-11-29/Solus-Budgie-Release-2025-11-29.iso","amd64 2025-11-29 GNOME":"https://downloads.getsol.us/isos/2025-11-29/Solus-GNOME-Release-2025-11-29.iso","amd64 2025-11-29 Plasma":"https://downloads.getsol.us/isos/2025-11-29/Solus-Plasma-Release-2025-11-29.iso","amd64 2025-11-29 Xfce":"https://downloads.getsol.us/isos/2025-11-29/Solus-Xfce-Release-2025-11-29.iso","amd64 2026-04-18 Budgie":"https://downloads.getsol.us/isos/2026-04-18/Solus-Budgie-Release-2026-04-18.iso","amd64 2026-04-18 GNOME":"https://downloads.getsol.us/isos/2026-04-18/Solus-GNOME-Release-2026-04-18.iso","amd64 2026-04-18 Plasma":"https://downloads.getsol.us/isos/2026-04-18/Solus-Plasma-Release-2026-04-18.iso","amd64 2026-04-18 Xfce":"https://downloads.getsol.us/isos/2026-04-18/Solus-Xfce-Release-2026-04-18.iso"}},
|
||
"sparkylinux": {"homepage":"https://sparkylinux.org","releases":"8.2","editions":"xfce minimalgui minimalcli mate lxqt kde","basedof":"Debian","architectures":"amd64","urls":{"amd64 8.2 kde":"https://sourceforge.net/projects/sparkylinux/files/kde/sparkylinux-8.2-x86_64-kde.iso","amd64 8.2 lxqt":"https://sourceforge.net/projects/sparkylinux/files/lxqt/sparkylinux-8.2-x86_64-lxqt.iso","amd64 8.2 mate":"https://sourceforge.net/projects/sparkylinux/files/mate/sparkylinux-8.2-x86_64-mate.iso","amd64 8.2 minimalcli":"https://sourceforge.net/projects/sparkylinux/files/cli/sparkylinux-8.2-x86_64-minimalcli.iso","amd64 8.2 minimalgui":"https://sourceforge.net/projects/sparkylinux/files/base/sparkylinux-8.2-x86_64-minimalgui.iso","amd64 8.2 xfce":"https://sourceforge.net/projects/sparkylinux/files/xfce/sparkylinux-8.2-x86_64-xfce.iso"}},
|
||
"spirallinux": {"homepage":"https://spirallinux.github.io","releases":"latest","editions":"XFCE Plasma Mate LXQt Gnome Cinnamon Builder Budgie","basedof":"Debian","architectures":"amd64","urls":{"amd64 latest Budgie":"https://sourceforge.net/projects/spirallinux/files/12.231005/SpiralLinux_Budgie_12.231005_x86-64.iso","amd64 latest Builder":"https://sourceforge.net/projects/spirallinux/files/12.231005/SpiralLinux_Builder_12.231005_x86-64.iso","amd64 latest Cinnamon":"https://sourceforge.net/projects/spirallinux/files/12.231005/SpiralLinux_Cinnamon_12.231005_x86-64.iso","amd64 latest Gnome":"https://sourceforge.net/projects/spirallinux/files/12.231005/SpiralLinux_Gnome_12.231005_x86-64.iso","amd64 latest LXQt":"https://sourceforge.net/projects/spirallinux/files/12.231005/SpiralLinux_LXQt_12.231005_x86-64.iso","amd64 latest Mate":"https://sourceforge.net/projects/spirallinux/files/12.231005/SpiralLinux_Mate_12.231005_x86-64.iso","amd64 latest Plasma":"https://sourceforge.net/projects/spirallinux/files/12.231005/SpiralLinux_Plasma_12.231005_x86-64.iso","amd64 latest XFCE":"https://sourceforge.net/projects/spirallinux/files/12.231005/SpiralLinux_XFCE_12.231005_x86-64.iso"}},
|
||
"tails": {"homepage":"https://tails.net","releases":"stable","editions":"","basedof":"Debian","architectures":"amd64","urls":{"amd64 stable":"https://download.tails.net/tails/stable/tails-amd64-7.6.2/tails-amd64-7.6.2.iso"}},
|
||
"tinycore": {"homepage":"http://www.tinycorelinux.net","releases":"15 14","editions":"TinyCorePure64 TinyCore CorePure64 CorePlus Core","basedof":"-","architectures":"amd64","urls":{"amd64 14 Core":"https://distro.ibiblio.org/tinycorelinux/14.x/x86/release/Core-14.0.iso","amd64 14 CorePlus":"https://distro.ibiblio.org/tinycorelinux/14.x/x86/release/CorePlus-14.0.iso","amd64 14 CorePure64":"https://distro.ibiblio.org/tinycorelinux/14.x/x86_64/release/CorePure64-14.0.iso","amd64 14 TinyCore":"https://distro.ibiblio.org/tinycorelinux/14.x/x86/release/TinyCore-14.0.iso","amd64 14 TinyCorePure64":"https://distro.ibiblio.org/tinycorelinux/14.x/x86_64/release/TinyCorePure64-14.0.iso","amd64 15 Core":"https://distro.ibiblio.org/tinycorelinux/15.x/x86/release/Core-15.0.iso","amd64 15 CorePlus":"https://distro.ibiblio.org/tinycorelinux/15.x/x86/release/CorePlus-15.0.iso","amd64 15 CorePure64":"https://distro.ibiblio.org/tinycorelinux/15.x/x86_64/release/CorePure64-15.0.iso","amd64 15 TinyCore":"https://distro.ibiblio.org/tinycorelinux/15.x/x86/release/TinyCore-15.0.iso","amd64 15 TinyCorePure64":"https://distro.ibiblio.org/tinycorelinux/15.x/x86_64/release/TinyCorePure64-15.0.iso"}},
|
||
"trisquel": {"homepage":"https://trisquel.info","releases":"11.0 10.0.1","editions":"sugar mate lxde kde","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 10.0.1 kde":"https://mirrors.ocf.berkeley.edu/trisquel-images/triskel_10.0.1_amd64.iso","amd64 10.0.1 lxde":"https://mirrors.ocf.berkeley.edu/trisquel-images/trisquel-mini_10.0.1_amd64.iso","amd64 10.0.1 mate":"https://mirrors.ocf.berkeley.edu/trisquel-images/trisquel_10.0.1_amd64.iso","amd64 10.0.1 sugar":"https://mirrors.ocf.berkeley.edu/trisquel-images/trisquel-sugar_10.0.1_amd64.iso","amd64 11.0 kde":"https://mirrors.ocf.berkeley.edu/trisquel-images/triskel_11.0_amd64.iso","amd64 11.0 lxde":"https://mirrors.ocf.berkeley.edu/trisquel-images/trisquel-mini_11.0_amd64.iso","amd64 11.0 mate":"https://mirrors.ocf.berkeley.edu/trisquel-images/trisquel_11.0_amd64.iso","amd64 11.0 sugar":"https://mirrors.ocf.berkeley.edu/trisquel-images/trisquel-sugar_11.0_amd64.iso"}},
|
||
"truenas-core": {"homepage":"https://www.truenas.com/truenas-core","releases":"13","editions":"","basedof":"FreeBSD","architectures":"amd64"},
|
||
"truenas-scale": {"homepage":"https://www.truenas.com/truenas-scale","releases":"24","editions":"","basedof":"Debian","architectures":"amd64"},
|
||
"tuxedo-os": {"homepage":"https://www.tuxedocomputers.com","releases":"current","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 current":"https://os.tuxedocomputers.com/TUXEDO-OS_current.iso"}},
|
||
"ubuntu": {"homepage":"https://ubuntu.com","releases":"25.10 24.04 22.04 20.04 18.04 16.04 14.04 daily-live","editions":"","basedof":"Debian","architectures":"amd64","urls":{"amd64 daily-live":"https://cdimage.ubuntu.com/ubuntu/daily-live/current/resolute-desktop-amd64.iso","amd64 14.04":"https://releases.ubuntu.com/14.04/ubuntu-14.04.6-desktop-amd64.iso","amd64 16.04":"https://releases.ubuntu.com/16.04/ubuntu-16.04.7-desktop-amd64.iso","amd64 18.04":"https://releases.ubuntu.com/18.04/ubuntu-18.04.6-desktop-amd64.iso","amd64 20.04":"https://releases.ubuntu.com/20.04/ubuntu-20.04.6-desktop-amd64.iso","amd64 22.04":"https://releases.ubuntu.com/22.04/ubuntu-22.04.5-desktop-amd64.iso","amd64 24.04":"https://releases.ubuntu.com/24.04/ubuntu-24.04.3-desktop-amd64.iso","amd64 25.10":"https://releases.ubuntu.com/25.10/ubuntu-25.10-desktop-amd64.iso"}},
|
||
"ubuntu-budgie": {"homepage":"https://ubuntubudgie.org","releases":"25.10 24.04 22.04 20.04 18.04 daily-live","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 daily-live":"https://cdimage.ubuntu.com/ubuntu-budgie/daily-live/current/resolute-desktop-amd64.iso","amd64 18.04":"https://cdimage.ubuntu.com/ubuntu-budgie/releases/18.04/release/ubuntu-budgie-18.04.5-desktop-amd64.iso","amd64 20.04":"https://cdimage.ubuntu.com/ubuntu-budgie/releases/20.04/release/ubuntu-budgie-20.04.6-desktop-amd64.iso","amd64 22.04":"https://cdimage.ubuntu.com/ubuntu-budgie/releases/22.04/release/ubuntu-budgie-22.04.5-desktop-amd64.iso","amd64 24.04":"https://cdimage.ubuntu.com/ubuntu-budgie/releases/24.04/release/ubuntu-budgie-24.04.3-desktop-amd64.iso","amd64 25.10":"https://cdimage.ubuntu.com/ubuntu-budgie/releases/25.10/release/ubuntu-budgie-25.10-desktop-amd64.iso"}},
|
||
"ubuntu-cinnamon": {"homepage":"https://ubuntucinnamon.org","releases":"25.10 24.04 daily-live","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 daily-live":"https://cdimage.ubuntu.com/ubuntucinnamon/daily-live/current/resolute-desktop-amd64.iso","amd64 24.04":"https://cdimage.ubuntu.com/ubuntucinnamon/releases/24.04/release/ubuntucinnamon-24.04.3-desktop-amd64.iso","amd64 25.10":"https://cdimage.ubuntu.com/ubuntucinnamon/releases/25.10/release/ubuntucinnamon-25.10-desktop-amd64.iso"}},
|
||
"ubuntu-kylin": {"homepage":"https://ubuntukylin.com","releases":"25.10 24.04 22.04 20.04 18.04 16.04 daily-live","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 daily-live":"https://cdimage.ubuntu.com/ubuntukylin/daily-live/current/resolute-desktop-amd64.iso","amd64 16.04":"https://cdimage.ubuntu.com/ubuntukylin/releases/16.04/release/ubuntukylin-16.04.7-desktop-amd64.iso","amd64 18.04":"https://cdimage.ubuntu.com/ubuntukylin/releases/18.04/release/ubuntukylin-18.04.5-desktop-amd64.iso","amd64 20.04":"https://cdimage.ubuntu.com/ubuntukylin/releases/20.04/release/ubuntukylin-20.04.6-desktop-amd64.iso","amd64 22.04":"https://cdimage.ubuntu.com/ubuntukylin/releases/22.04/release/ubuntukylin-22.04.5-desktop-amd64.iso","amd64 24.04":"https://cdimage.ubuntu.com/ubuntukylin/releases/24.04/release/ubuntukylin-24.04.3-desktop-amd64.iso","amd64 25.10":"https://cdimage.ubuntu.com/ubuntukylin/releases/25.10/release/ubuntukylin-25.10-desktop-amd64.iso"}},
|
||
"ubuntu-mate": {"homepage":"https://ubuntu-mate.org","releases":"25.10 24.04 22.04 20.04 18.04 16.04 daily-live","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 daily-live":"https://cdimage.ubuntu.com/ubuntu-mate/daily-live/current/resolute-desktop-amd64.iso","amd64 16.04":"https://cdimage.ubuntu.com/ubuntu-mate/releases/16.04/release/ubuntu-mate-16.04.6-desktop-amd64.iso","amd64 18.04":"https://cdimage.ubuntu.com/ubuntu-mate/releases/18.04/release/ubuntu-mate-18.04.5-desktop-amd64.iso","amd64 20.04":"https://cdimage.ubuntu.com/ubuntu-mate/releases/20.04/release/ubuntu-mate-20.04.6-desktop-amd64.iso","amd64 22.04":"https://cdimage.ubuntu.com/ubuntu-mate/releases/22.04/release/ubuntu-mate-22.04.5-desktop-amd64.iso","amd64 24.04":"https://cdimage.ubuntu.com/ubuntu-mate/releases/24.04/release/ubuntu-mate-24.04.3-desktop-amd64.iso","amd64 25.10":"https://cdimage.ubuntu.com/ubuntu-mate/releases/25.10/release/ubuntu-mate-25.10-desktop-amd64.iso"}},
|
||
"ubuntu-server": {"homepage":"https://ubuntu.com/server","releases":"26.04 25.10 24.04 22.04 20.04 18.04 16.04 14.04 ubuntu-24.04.4-live-server-amd64.iso daily-live","editions":"","basedof":"Debian","architectures":"amd64 ubuntu-24.04.4-live-server-amd64.iso","urls":{"amd64 daily-live":"https://cdimage.ubuntu.com/ubuntu-server/daily-live/current/resolute-live-server-amd64.iso","amd64 14.04":"https://releases.ubuntu.com/14.04/ubuntu-14.04.6-server-amd64.iso","amd64 16.04":"https://releases.ubuntu.com/16.04/ubuntu-16.04.7-server-amd64.iso","amd64 18.04":"https://releases.ubuntu.com/18.04/ubuntu-18.04.6-live-server-amd64.iso","amd64 20.04":"https://releases.ubuntu.com/20.04/ubuntu-20.04.6-live-server-amd64.iso","amd64 22.04":"https://releases.ubuntu.com/22.04/ubuntu-22.04.5-live-server-amd64.iso","amd64 24.04":"https://releases.ubuntu.com/24.04/ubuntu-24.04.3-live-server-amd64.iso","amd64 25.10":"https://releases.ubuntu.com/25.10/ubuntu-25.10-live-server-amd64.iso","amd64 26.04":"https://releases.ubuntu.com/26.04/ubuntu-26.04-beta-live-server-amd64.iso"}},
|
||
"ubuntu-unity": {"homepage":"https://ubuntuunity.org","releases":"25.10 24.04 daily-live","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 daily-live":"https://cdimage.ubuntu.com/ubuntu-unity/daily-live/current/resolute-desktop-amd64.iso","amd64 24.04":"https://cdimage.ubuntu.com/ubuntu-unity/releases/24.04/release/ubuntu-unity-24.04.3-desktop-amd64.iso"}},
|
||
"ubuntustudio": {"homepage":"https://ubuntustudio.org","releases":"25.10 24.04 22.04 20.04 18.04 16.04 is","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 16.04":"https://cdimage.ubuntu.com/ubuntustudio/releases/16.04/release/ubuntustudio-16.04.5-dvd-amd64.iso","amd64 18.04":"https://cdimage.ubuntu.com/ubuntustudio/releases/18.04/release/ubuntustudio-18.04-dvd-amd64.iso","amd64 20.04":"https://cdimage.ubuntu.com/ubuntustudio/releases/20.04/release/ubuntustudio-20.04.5-dvd-amd64.iso","amd64 22.04":"https://cdimage.ubuntu.com/ubuntustudio/releases/22.04/release/ubuntustudio-22.04.5-dvd-amd64.iso","amd64 24.04":"https://cdimage.ubuntu.com/ubuntustudio/releases/24.04/release/ubuntustudio-24.04.3-dvd-amd64.iso","amd64 25.10":"https://cdimage.ubuntu.com/ubuntustudio/releases/25.10/release/ubuntustudio-25.10-desktop-amd64.iso"}},
|
||
"vanillaos": {"homepage":"https://vanillaos.org","releases":"22.10-r8 22.10-r7.5 22.10-r7 22.10-r6 22.10-r5 22.10-r4 22.10-r3 22.10-r2 22.10-r1 22.10","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 22.10":"https://github.com/Vanilla-OS/live-iso/releases/download/22.10-r8/VanillaOS-22.10-all.20230226.iso","amd64 22.10-r1":"https://github.com/Vanilla-OS/live-iso/releases/download/22.10-r1/VanillaOS-22.10-all.20221230.iso","amd64 22.10-r2":"https://github.com/Vanilla-OS/live-iso/releases/download/22.10-r2/VanillaOS-22.10-all.20221231.iso","amd64 22.10-r3":"https://github.com/Vanilla-OS/live-iso/releases/download/22.10-r3/VanillaOS-22.10-all.20230105.iso","amd64 22.10-r4":"https://github.com/Vanilla-OS/live-iso/releases/download/22.10-r4/VanillaOS-22.10-all.20230115.iso","amd64 22.10-r5":"https://github.com/Vanilla-OS/live-iso/releases/download/22.10-r5/VanillaOS-22.10-all.20230116.iso","amd64 22.10-r6":"https://github.com/Vanilla-OS/live-iso/releases/download/22.10-r6/VanillaOS-22.10-all.20230123.iso","amd64 22.10-r7":"https://github.com/Vanilla-OS/live-iso/releases/download/22.10-r7.5/VanillaOS-22.10-all.20230214.iso","amd64 22.10-r7.5":"https://github.com/Vanilla-OS/live-iso/releases/download/22.10-r7.5/VanillaOS-22.10-all.20230214.iso","amd64 22.10-r8":"https://github.com/Vanilla-OS/live-iso/releases/download/22.10-r8/VanillaOS-22.10-all.20230226.iso"}},
|
||
"ventoy": {"homepage":"https://www.ventoy.net","releases":"1.1.11 1.1.10 1.1.09 1.1.08 1.1.07 1.1.06 1.1.05 1.1.04 1.1.02 1.1.01 1.1.00 1.0.99 1.0.98 1.0.97 1.0.96 1.0.95 1.0.94 1.0.93 1.0.91 1.0.90","editions":"","basedof":"Void","architectures":"amd64","urls":{"amd64 1.0.90":"https://github.com/ventoy/Ventoy/releases/download/v1.0.90/ventoy-1.0.90-livecd.iso","amd64 1.0.91":"https://github.com/ventoy/Ventoy/releases/download/v1.0.91/ventoy-1.0.91-livecd.iso","amd64 1.0.93":"https://github.com/ventoy/Ventoy/releases/download/v1.0.93/ventoy-1.0.93-livecd.iso","amd64 1.0.94":"https://github.com/ventoy/Ventoy/releases/download/v1.0.94/ventoy-1.0.94-livecd.iso","amd64 1.0.95":"https://github.com/ventoy/Ventoy/releases/download/v1.0.95/ventoy-1.0.95-livecd.iso","amd64 1.0.96":"https://github.com/ventoy/Ventoy/releases/download/v1.0.96/ventoy-1.0.96-livecd.iso","amd64 1.0.97":"https://github.com/ventoy/Ventoy/releases/download/v1.0.97/ventoy-1.0.97-livecd.iso","amd64 1.0.98":"https://github.com/ventoy/Ventoy/releases/download/v1.0.98/ventoy-1.0.98-livecd.iso","amd64 1.0.99":"https://github.com/ventoy/Ventoy/releases/download/v1.0.99/ventoy-1.0.99-livecd.iso","amd64 1.1.00":"https://github.com/ventoy/Ventoy/releases/download/v1.1.00/ventoy-1.1.00-livecd.iso","amd64 1.1.01":"https://github.com/ventoy/Ventoy/releases/download/v1.1.01/ventoy-1.1.01-livecd.iso","amd64 1.1.02":"https://github.com/ventoy/Ventoy/releases/download/v1.1.02/ventoy-1.1.02-livecd.iso","amd64 1.1.04":"https://github.com/ventoy/Ventoy/releases/download/v1.1.04/ventoy-1.1.04-livecd.iso","amd64 1.1.05":"https://github.com/ventoy/Ventoy/releases/download/v1.1.05/ventoy-1.1.05-livecd.iso","amd64 1.1.06":"https://github.com/ventoy/Ventoy/releases/download/v1.1.06/ventoy-1.1.06-livecd.iso","amd64 1.1.07":"https://github.com/ventoy/Ventoy/releases/download/v1.1.07/ventoy-1.1.07-livecd.iso","amd64 1.1.08":"https://github.com/ventoy/Ventoy/releases/download/v1.1.08/ventoy-1.1.08-livecd.iso","amd64 1.1.09":"https://github.com/ventoy/Ventoy/releases/download/v1.1.09/ventoy-1.1.09-livecd.iso","amd64 1.1.10":"https://github.com/ventoy/Ventoy/releases/download/v1.1.10/ventoy-1.1.10-livecd.iso","amd64 1.1.11":"https://github.com/ventoy/Ventoy/releases/download/v1.1.11/ventoy-1.1.11-livecd.iso"}},
|
||
"vxlinux": {"homepage":"https://vxlinux.org","releases":"4.2","editions":"","basedof":"Void","architectures":"amd64","urls":{"amd64 4.2":"https://mega.nz/folder/SxwFTCTZ#s_qwDWrSWr7ZSTBVJC9Q_g/file/vx-4.2.iso"}},
|
||
"windows": {"homepage":"https://www.microsoft.com/en-us/windows","releases":"11 10","editions":"","basedof":"-","architectures":"amd64"},
|
||
"windows-server": {"homepage":"https://www.microsoft.com/en-us/windows-server","releases":"2022 2019 2016","editions":"","basedof":"-","architectures":"amd64"},
|
||
"xubuntu": {"homepage":"https://xubuntu.org","releases":"25.10 24.04 22.04 20.04 18.04 16.04 daily-live","editions":"","basedof":"Ubuntu","architectures":"amd64","urls":{"amd64 daily-live":"https://cdimage.ubuntu.com/xubuntu/daily-live/current/resolute-desktop-amd64.iso","amd64 16.04":"https://cdimage.ubuntu.com/xubuntu/releases/16.04/release/xubuntu-16.04.6-desktop-amd64.iso","amd64 18.04":"https://cdimage.ubuntu.com/xubuntu/releases/18.04/release/xubuntu-18.04.5-desktop-amd64.iso","amd64 20.04":"https://cdimage.ubuntu.com/xubuntu/releases/20.04/release/xubuntu-20.04.6-desktop-amd64.iso","amd64 22.04":"https://cdimage.ubuntu.com/xubuntu/releases/22.04/release/xubuntu-22.04.5-desktop-amd64.iso","amd64 24.04":"https://cdimage.ubuntu.com/xubuntu/releases/24.04/release/xubuntu-24.04.3-desktop-amd64.iso","amd64 25.10":"https://cdimage.ubuntu.com/xubuntu/releases/25.10/release/xubuntu-25.10-desktop-amd64.iso"}}
|
||
};
|
||
window._dwData = {
|
||
"abalinux": {"pretty":"Abalinux","homepage":"https://espazoabalar.edu.xunta.gal/maqueta-abalar-libre","basedof":"Debian (Stable)","description":"Abalinux is a Debian-based Linux distribution developed by the government of the autonomous community of Galicia in Spain and localised into Galician. It is primarily intended for use in educational facilities in the region, but it is also suitable for general desktop deployments.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Education, Live Medium","dw_url":"https://distrowatch.com/abalinux"},
|
||
"abeiros": {"pretty":"AbeirOS","homepage":"https://abeiros.sourceforge.io","basedof":"Void","description":"AbeirOS is a Void-based Linux distribution featuring a vanilla KDE Plasma desktop.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/abeiros"},
|
||
"ac": {"pretty":"Accessible-Coconut","homepage":"https://zendalona.com/accessible-coconut","basedof":"Debian, Ubuntu (LTS)","description":"Accessible-Coconut (AC) is a community driven GNU/Linux distribution which is completely accessible for persons with visual impairments. It is derived from Ubuntu MATE. The project's goal is to develop an eyes-free desktop environment.","dw_arch":"x86_64","dw_desktop":"MATE","dw_category":"Live Medium, Specialist","dw_url":"https://distrowatch.com/ac"},
|
||
"acoros": {"pretty":"AçorOS","homepage":"https://sourceforge.net/projects/acor-os","basedof":"Debian (Stable)","description":"AçorOS is a set of minimalist live Linux distributions based on Debian's 'Stable' branch. Created in collaboration with the developers of Peppermint Linux, AçorOS offers four separate images with Cinnamon, LXQt, Openbox and Xfce user interfaces.","dw_arch":"aarch64, i386, x86_64","dw_desktop":"Cinnamon, LXQt, Openbox, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/acoros"},
|
||
"acreetionos": {"pretty":"AcreetionOS","homepage":"https://acreetionos.org","basedof":"Arch","description":"AcreetionOS is an Arch-based, desktop-oriented Linux distribution that aims to be user-friendly, approachable and stable. It has a policy of holding back new packages for a week of testing to provide a buffer against potential upstream issues.","dw_arch":"x86_64","dw_desktop":"Cinnamon, GNOME","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/acreetionos"},
|
||
"adelie": {"pretty":"Adélie Linux","homepage":"https://www.adelielinux.org","basedof":"Independent","description":"Adélie Linux is an independently-developed Linux distribution for desktops and servers. It uses the musl standard C library, GNU Coreutils-based userland, the APK package manager (developed by Alpine Linux), and OpenRC and s6 init systems.","dw_arch":"aarch64, armv7l, i386, powerpc, ppc64, x86_64","dw_desktop":"KDE Plasma, LXQt, MATE, Xfce","dw_category":"Desktop, Live Medium, Server","dw_url":"https://distrowatch.com/adelie"},
|
||
"aeon": {"pretty":"Aeon Desktop","homepage":"https://aeondesktop.org","basedof":"openSUSE","description":"Aeon is an immutable desktop Linux distribution based on openSUSE. It is a relatively small, low-maintenance system with automated daily updates, thus recommended for Linux beginners or 'lazy developers'.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Immutable, Live Medium","dw_url":"https://distrowatch.com/aeon"},
|
||
"aerynos": {"pretty":"AerynOS","homepage":"https://aerynos.com","basedof":"Independent","description":"AerynOS is an independently-developed, rolling-release Linux distribution designed for general desktop use.","dw_arch":"x86_64","dw_desktop":"COSMIC, GNOME, KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/aerynos"},
|
||
"afagos": {"pretty":"AfagOS","homepage":"https://sourceforge.net/projects/afagos","basedof":"Void","description":"AfagOS, a sister project of AgarimOS, is a Void-based Linux distribution featuring a vanilla KDE Plasma desktop. Like all distributions based on Void, it uses the XBPS package manager with the OctoXBPS graphical frontend and the Topgrade meta-updater.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/afagos"},
|
||
"aio": {"pretty":"All in One - System Rescue Toolkit","homepage":"https://paul.is-a-geek.org/aio-srt","basedof":"Debian, Ubuntu (LTS)","description":"All in One - System Rescue Toolkit (AiO-SRT) is a live desktop distribution designed to rescue systems, recover files and reset Windows passwords. AiO-SRT is based on Lubuntu and ships with several rescue utilities for use by repair technicians and system administrations.","dw_arch":"x86_64","dw_desktop":"LXQt","dw_category":"Data Rescue, Live Medium","dw_url":"https://distrowatch.com/aio"},
|
||
"alienos": {"pretty":"Alien-OS","homepage":"https://sourceforge.net/projects/alien-os-nano","basedof":"Debian (Stable)","description":"Alien-OS is a German Linux distribution based on Debian's latest 'Stable' release, with components borrowed from MX Linux. It uses the Regolith Desktop Environment which combines i3 and Sway window managers into a single tiling, keyboard-driven user interface.","dw_arch":"x86_64","dw_desktop":"Regolith","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/alienos"},
|
||
"alt": {"pretty":"ALT Linux","homepage":"https://www.basealt.ru","basedof":"Independent (forked from Mandrake)","description":"ALT Linux was founded in 2001 by a merge of two large Russian free software projects. By the year 2008 it became a large organization developing and deploying free software, writing documentation and technical literature, supporting users, and developing custom products.","dw_arch":"aarch64, armhf, i586, mipsel, ppc64el, riscv64, x86_64","dw_desktop":"AfterStep, Blackbox, Cinnamon, Enlightenment, FVWM, GNOME, IceWM, KDE, labwc, LXDE, MATE, Openbox, LXQt, WMaker, Wayfire, Xfce","dw_category":"Data Rescue, Desktop, Education, Live Medium, Raspberry Pi, Old Computers, Security, Server","dw_url":"https://distrowatch.com/alt"},
|
||
"alteros": {"pretty":"AlterOS","homepage":"https://alter-os.ru","basedof":"Red Hat","description":"AlterOS is a Russian, general-purpose Linux distribution based on Red Hat Enterprise Linux. It is developed by ALMI PARTNER, a Russian software development company, and available for personal and professional workstations and servers.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Desktop, Server","dw_url":"https://distrowatch.com/alteros"},
|
||
"anduin": {"pretty":"AnduinOS","homepage":"https://www.anduinos.com","basedof":"Debian, Ubuntu","description":"AnduinOS is an Ubuntu-based distribution which provides a GNOME desktop which has been themed and styled to resemble Windows 11. The project provides a smaller ISO file than its parent with each supported language split into a separate ISO.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/anduin"},
|
||
"anubitux": {"pretty":"AnuBitux","homepage":"https://anubitux.org","basedof":"Debian (Stable)","description":"AnuBitux is a Debian-based Linux distribution focused on managing cryptocurrencies.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Live Medium, Specialist","dw_url":"https://distrowatch.com/anubitux"},
|
||
"aosc": {"pretty":"AOSC OS","homepage":"https://aosc.io","basedof":"Independent","description":"AOSC OS an independently maintained Linux distribution based on the Linux kernel and various software components, using a custom package manager called oma which works with Deb packages for package management. AOSC OS is targeted at experienced Linux users and optimised for use on personal devices.","dw_arch":"aarch64, armv4, armv6hf, armv7hf, i486, loongarch64, loongson2f, loongson3, m68k, powerpc, ppc64, ppc64el, riscv64, x86_64","dw_desktop":"KDE Plasma, MATE","dw_category":"Desktop","dw_url":"https://distrowatch.com/aosc"},
|
||
"arch": {"pretty":"Arch Linux","homepage":"http://www.archlinux.org","basedof":"Independent","description":"Arch Linux is an independently developed, x86_64-optimised Linux distribution targeted at competent Linux users. It uses 'pacman', its home-grown package manager, to provide updates to the latest software applications with full dependency tracking.","dw_arch":"x86_64","dw_desktop":"Cinnamon, Enlightenment, GNOME, KDE, labwc, LXDE, MATE, Xfce","dw_category":"Desktop, Server","dw_url":"https://distrowatch.com/arch"},
|
||
"archbang": {"pretty":"ArchBANG Linux","homepage":"https://archbang.org","basedof":"Arch","description":"ArchBang Linux is a lightweight distribution based on Arch Linux. Using the labwc Wayland compositor, it is fast, up-to-date and suitable for both desktop and portable systems. Besides GreenBANG, the project also develops a distribution called SwayBang featuring the Sway Wayland compositor.","dw_arch":"x86_64","dw_desktop":"labwc","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/archbang"},
|
||
"archman": {"pretty":"Archman Linux","homepage":"https://archman.org","basedof":"Arch","description":"Archman Linux is an Arch Linux-based distribution which features the Calamares system installer and a pre-configured desktop environment. Archman also features the Pamac package manager for easy installation of new software packages.","dw_arch":"x86_64","dw_desktop":"i3, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/archman"},
|
||
"archriot": {"pretty":"Archriot","homepage":"https://archriot.org","basedof":"Arch","description":"Archriot is a project developing various tools that combine the Arch Linux distribution with the Hyprland tiling window manager into an Archriot operating system.","dw_arch":"x86_64","dw_desktop":"Hyprland","dw_category":"Desktop","dw_url":"https://distrowatch.com/archriot"},
|
||
"arcos": {"pretty":"arcOS","homepage":"https://arcos-linux.com","basedof":"Debian, Mint","description":"arcOS, which stands for 'Amateur Radio Community Operating System', is a specialist Linux distribution based on Linux Mint. It focuses on standardised digital communication needs, commonly used for both casual and emergency communications.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Live Medium, Specialist","dw_url":"https://distrowatch.com/arcos"},
|
||
"arcris": {"pretty":"Arcris","homepage":"https://github.com/CodigoCristo/ArcrisGUI","basedof":"Arch","description":"Arcris is a live Linux distribution based on Arch Linux. It comes with an intuitive and beginner-friendly graphical installer that can be used to build a complete Arch Linux system.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/arcris"},
|
||
"argent": {"pretty":"Argent Linux","homepage":"https://argentlinux.io","basedof":"Gentoo","description":"Argent Linux is a Gentoo-based Linux distribution featuring the KDE Plasma desktop and designed for workstations and servers. It uses the systemd service manager which, as it is not available in the upstream Gentoo repositories, the project itself provides in the form of binary packages.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium, Server","dw_url":"https://distrowatch.com/argent"},
|
||
"arkane": {"pretty":"Arkane Linux","homepage":"https://arkanelinux.org","basedof":"Arch","description":"Arkane Linux is an immutable, atomic, Arch-based distribution which aims to provide a GNOME-centered experienced with minimal, yet full-featured and non-intrusive defaults.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Immutable, Live Medium","dw_url":"https://distrowatch.com/arkane"},
|
||
"armbian": {"pretty":"Armbian","homepage":"https://www.armbian.com","basedof":"Debian, Ubuntu","description":"Armbian is a Linux distribution designed for ARM development boards. It is usually based on one of the stable or development versions of Debian or Ubuntu and it supports a wide variety of popular ARM-based devices, including Banana Pi, Cubieboard, Olimex, Orange Pi, Odroid, Pine64 and others.","dw_arch":"aarch64, riscv, x86_64","dw_desktop":"Cinnamon, GNOME, KDE Plasma, Xfce","dw_category":"Desktop, Specialist","dw_url":"https://distrowatch.com/armbian"},
|
||
"artix": {"pretty":"Artix Linux","homepage":"https://artixlinux.org","basedof":"Arch","description":"Artix Linux is a fork (or continuation as an autonomous project) of the Arch-OpenRC and Manjaro-OpenRC projects. Artix Linux offers a lightweight, rolling-release operating system featuring the OpenRC init software. (Alternative spins feature the runit and s6 init software.","dw_arch":"x86_64","dw_desktop":"Cinnamon, LXDE, LXQt, MATE, KDE Plasma, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/artix"},
|
||
"asahi": {"pretty":"Asahi Linux","homepage":"https://asahilinux.org","basedof":"Fedora","description":"Asahi Linux is an open-source project that ports Fedora to Apple computers that use Apple's silicon-powered (AArch64) processors, including installation scripts, drivers and documentation.","dw_arch":"aarch64","dw_desktop":"GNOME, KDE Plasma","dw_category":"Desktop","dw_url":"https://distrowatch.com/asahi"},
|
||
"asmi": {"pretty":"Asmi Linux","homepage":"https://teejeetech.com/tags/asmi","basedof":"Debian (Stable), Ubuntu","description":"Asmi Linux is desktop-oriented Linux distribution with editions based on either Ubuntu or Debian. It uses a highly-customised Xfce desktop with some user-friendly touches.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, From RAM, Live Medium","dw_url":"https://distrowatch.com/asmi"},
|
||
"astra": {"pretty":"Astra Linux","homepage":"https://astralinux.ru","basedof":"Debian (Stable)","description":"Astra Linux is a Russian commercial Linux distribution based on the 'Stable' branch of Debian, developed by Russia's Astra Group.","dw_arch":"aarch64, Elbrus, x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium, Mobile, Server","dw_url":"https://distrowatch.com/astra"},
|
||
"athena": {"pretty":"Athena OS","homepage":"https://athenaos.org","basedof":"Arch, NixOS","description":"Athena OS is a Linux distribution containing a collection of tools for penetration testing. It is based on Arch Linux and NixOS.","dw_arch":"x86_64","dw_desktop":"bspwm, Cinnamon, GNOME, Hyprland, KDE Plasma, MATE, Xfce","dw_category":"Desktop, Forensics, Security","dw_url":"https://distrowatch.com/athena"},
|
||
"atz": {"pretty":"ATZ Linux","homepage":"https://www.atzlinux.com","basedof":"Debian","description":"ATZ Linux (铜豌豆 Linux) is a Chinese Linux distribution based on Debian's 'Stable' branch.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma, MATE, Xfce","dw_category":"Desktop","dw_url":"https://distrowatch.com/atz"},
|
||
"aurora": {"pretty":"Aurora","homepage":"https://getaurora.dev","basedof":"Fedora","description":"Aurora is a Fedora Silverblue-based Linux distribution with the goal of being a general-purpose workstation. It uses the KDE Plasma desktop.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Immutable, Live Medium","dw_url":"https://distrowatch.com/aurora"},
|
||
"austrumi": {"pretty":"AUSTRUMI","homepage":"http://cyti.latgola.lv/ruuni","basedof":"Slackware","description":"AUSTRUMI (Austrum Latvijas Linukss) is a bootable live Linux distribution based on Slackware Linux. It requires limited system resources and can run on any Intel-compatible system with a CD-ROM installed.","dw_arch":"x86_64","dw_desktop":"FVWM, labwc, Wayfire","dw_category":"Data Rescue, Desktop, From RAM, Live Medium","dw_url":"https://distrowatch.com/austrumi"},
|
||
"avlinux": {"pretty":"AV Linux","homepage":"https://www.bandshed.net/avlinux","basedof":"Debian (Stable), MX Linux","description":"AV Linux is a versatile, Debian-based distribution featuring a large collection of audio and video production software. Additionally, it also includes a custom kernel with IRQ threading enabled for low-latency audio performance.","dw_arch":"x86_64","dw_desktop":"Enlightenment, Moksha","dw_category":"Desktop, Live Medium, Multimedia","dw_url":"https://distrowatch.com/avlinux"},
|
||
"axos": {"pretty":"AxOS","homepage":"https://www.axos-project.com","basedof":"Arch","description":"AxOS is an Arch-based Linux distribution for the desktop. It features a custom package manager called Epsilon and it strives to present a modern and elegant look while remaining powerful, lightweight and customisable.","dw_arch":"x86_64","dw_desktop":"Hyprland, Sleex","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/axos"},
|
||
"backbox": {"pretty":"BackBox Linux","homepage":"https://www.backbox.org","basedof":"Debian, Ubuntu (LTS)","description":"BackBox Linux is an Ubuntu-based distribution developed to perform penetration tests and security assessments. It is designed to be fast and easy to use.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Data Rescue, Forensics, Security, Live Medium","dw_url":"https://distrowatch.com/backbox"},
|
||
"bashcore": {"pretty":"BashCore","homepage":"https://www.bashcore.org","basedof":"Debian (Stable)","description":"BashCore is a Debian-based live Linux distribution designed for security professionals, networking enthusiasts and students. It is available in several editions.","dw_arch":"x86_64","dw_desktop":"GNOME, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/bashcore"},
|
||
"bedrock": {"pretty":"Bedrock Linux","homepage":"https://bedrocklinux.org","basedof":"Independent","description":"Bedrock Linux is a meta Linux distribution which allows users to utilize features from other, typically mutually exclusive distributions. Essentially, users can mix-and-match components and packages as desired from multiple Linux distributions and have them work seamlessly side-by-side.","dw_arch":"aarch64, armv7, i386, mips64, mipsel, powerpc, ppc64, s390x, x86_64","dw_desktop":"No Desktop","dw_category":"Specialist","dw_url":"https://distrowatch.com/bedrock"},
|
||
"berry": {"pretty":"Berry Linux","homepage":"http://berry-lab.net/berry.html","basedof":"Fedora","description":"Berry Linux is a bootable CD Linux with automatic hardware detection and support for many graphics cards, sound cards, SCSI and USB devices and other peripherals. Berry Linux can be used as a Linux demo, educational CD or as a rescue system.","dw_arch":"x86_64","dw_desktop":"LXDE","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/berry"},
|
||
"berserkarch": {"pretty":"Berserk Arch","homepage":"https://berserkarch.xyz","basedof":"Arch","description":"Berserk Arch is an Arch Linux-based, rolling-release distribution designed primarily for power users, security researchers and developers. It uses a customised Openbox window manager.","dw_arch":"x86_64","dw_desktop":"Openbox","dw_category":"Desktop, Live Medium, Security","dw_url":"https://distrowatch.com/berserkarch"},
|
||
"besgnulinux": {"pretty":"Besgnulinux","homepage":"https://besgnulinux.blogspot.com","basedof":"Debian (Stable)","description":"Besgnulinux is a lightweight, desktop Linux distribution based on Debian's 'stable' branch. Using the JWM window manager, it is designed to be fast, lightweight and easy to use, suitable for older and low-specification computers.","dw_arch":"x86_64","dw_desktop":"JWM","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/besgnulinux"},
|
||
"bicom": {"pretty":"Bicom Systems SERVERware","homepage":"https://www.bicomsystems.com/products/serverware","basedof":"Gentoo","description":"Bicom Systems' SERVERware is a commercial, Gentoo-based, purpose-built virtualization platform designed specifically for telephony and cloud-based Unified Communications (UC) environments. Its goal is to deliver high performance, reliability and scalability in a modern, intuitive user interface.","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Server","dw_url":"https://distrowatch.com/bicom"},
|
||
"blade": {"pretty":"Blade OS","homepage":"https://bladeos.xyz","basedof":"Debian (Stable)","description":"Blade OS is a desktop-oriented Linux distribution based on Debian's 'Stable' branch. It uses the GNOME desktop.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/blade"},
|
||
"bluefin": {"pretty":"Bluefin","homepage":"https://projectbluefin.io","basedof":"CentOS, Fedora","description":"Bluefin is an Linux distribution, based on Fedora Silverblue or CentOS, that aims to provide a stable and secure system with pre-installed software and hardware support, GNOME desktop, Flatpak integration, and Distrobox inclusion.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Immutable","dw_url":"https://distrowatch.com/bluefin"},
|
||
"blueonyx": {"pretty":"BlueOnyx","homepage":"https://www.blueonyx.it","basedof":"AlmaLinux","description":"BlueOnyx is a server distribution based on AlmaLinux OS. It is the mission of BlueOnyx to provide a fully-integrated Internet hosting platform that includes web, e-mail, DNS and file transfer services from a simple, user-friendly web-based interface that is easily installed on commodity hardware or ","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Server","dw_url":"https://distrowatch.com/blueonyx"},
|
||
"bluestar": {"pretty":"Bluestar Linux","homepage":"https://sourceforge.net/projects/bluestarlinux","basedof":"Arch","description":"Bluestar Linux is a GNU/Linux distribution that is based on Arch Linux. The Bluestar distribution features up to date packages, a full range of desktop and multimedia software in the default installation and a live desktop DVD.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/bluestar"},
|
||
"boss": {"pretty":"BOSS GNU/Linux","homepage":"https://bosslinux.in","basedof":"Debian","description":"BOSS (Bharat Operating System Solutions) GNU/Linux is a Debian-based Linux distribution developed by C-DAC for enhancing the use of free and open source software in India.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Desktop, Education, Live Medium","dw_url":"https://distrowatch.com/boss"},
|
||
"brgv": {"pretty":"BRGV-OS","homepage":"https://github.com/florintanasa/brgvos-void","basedof":"Void","description":"BRGV-OS is a rolling-release Linux distribution based on Void and featuring a customised GNOME desktop with variety of unique themes. It offers out-of-the-box support for English and Romanian languages.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/brgv"},
|
||
"bros": {"pretty":"Br OS","homepage":"https://br-os.com","basedof":"Debian (Stable)","description":"Br OS is a Brazilian Linux distribution based on Debian and featuring the KDE Plasma desktop. It is designed as an intuitive, easy-to-use, general-purpose operating system for web navigation and content creation, providing a selection of useful applications for daily use.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/bros"},
|
||
"bsdrp": {"pretty":"BSD Router Project","homepage":"http://bsdrp.net","basedof":"FreeBSD","description":"BSD Router Project (BSDRP) is an embedded free and open-source router distribution based on FreeBSD with Quagga (a software routing suite) and BIRD (an open-source implementation for routing Internet Protocol packets).","dw_arch":"aarch64, x86_64","dw_desktop":"No Desktop","dw_category":"Firewall, Router","dw_url":"https://distrowatch.com/bsdrp"},
|
||
"caine": {"pretty":"CAINE","homepage":"https://www.caine-live.net","basedof":"Debian, Ubuntu (LTS)","description":"CAINE (Computer Aided INvestigative Environment) is an Ubuntu-based GNU/Linux live distribution created as a project of digital forensics.","dw_arch":"x86_64","dw_desktop":"MATE","dw_category":"Forensics, Live Medium","dw_url":"https://distrowatch.com/caine"},
|
||
"calam": {"pretty":"Calam Arch Installer","homepage":"https://calam-arch-installer.sourceforge.io","basedof":"Arch","description":"Calam Arch Installer is an Arch-based Linux distribution created to facilitate the installation of an Arch Linux system to a hard disk. It is also a full-featured live Linux system with Xfce as the preferred desktop.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/calam"},
|
||
"calamaroos": {"pretty":"CalamaroOS","homepage":"https://calamaroos-site.resorno.workers.dev","basedof":"Gentoo","description":"CalamaroOS is a Gentoo-based Linux distribution for the desktop, using either KDE Plasma or Xfce desktop environment.","dw_arch":"x86_64","dw_desktop":"KDE Plasma, LXQt, MATE, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/calamaroos"},
|
||
"calculate": {"pretty":"Calculate Linux","homepage":"https://www.calculate-linux.org","basedof":"Gentoo","description":"Calculate Linux is a Gentoo-based family of three distinguished distributions. Calculate Directory Server (CDS) is a solution that supports Windows and Linux clients via LDAP + SAMBA, providing proxy, mail and Jabbers servers with streamlined user management.","dw_arch":"x86_64","dw_desktop":"Cinnamon, KDE Plasma, LXQt, MATE, Xfce","dw_category":"Desktop, Live Medium, Server, Source-based","dw_url":"https://distrowatch.com/calculate"},
|
||
"canaima": {"pretty":"Canaima GNU/Linux","homepage":"https://canaima.softwarelibre.gob.ve","basedof":"Debian (Testing)","description":"Canaima GNU/Linux is a Venezuelan desktop distribution based on Debian GNU/Linux. It is primarily designed as a solution for the computers of National Public Administration in accordance with the presidential decree number 3.","dw_arch":"i686, x86_64","dw_desktop":"Cinnamon, GNOME, KDE Plasma, LXDE, LXQt, MATE, Xfce","dw_category":"Desktop, Gaming, Live Medium, Multimedia","dw_url":"https://distrowatch.com/canaima"},
|
||
"catbird": {"pretty":"Catbird Linux","homepage":"https://catbirdlinux.com","basedof":"Debian (Unstable)","description":"Catbird Linux is a desktop Linux distribution based on Debian's 'Unstable' branch and featuring the minimalist dwm window manager. It is designed for more technical users with needs for media creation, web scraping or software programming.","dw_arch":"x86_64","dw_desktop":"dwm","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/catbird"},
|
||
"cbpp": {"pretty":"Crunchbangplusplus","homepage":"https://www.crunchbangplusplus.org","basedof":"Debian","description":"Crunchbangplusplus, a continuation of CrunchBang Linux which was discontinued in 2015, is a minimalist distribution based on the latest stable Debian release while featuring the lightweight Openbox window manager. It is available for both i686 and x86_64 processor architectures.","dw_arch":"x86_64","dw_desktop":"Openbox","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/cbpp"},
|
||
"centos": {"pretty":"CentOS","homepage":"https://www.centos.org","basedof":"Fedora, Red Hat","description":"CentOS as a group is a community of open source contributors and users which started in 2003 and has been sponsored by Red Hat since 2014.","dw_arch":"aarch64, ppc64le, x86_64, x86-64-v2","dw_desktop":"GNOME","dw_category":"Desktop, Live Medium, Server","dw_url":"https://distrowatch.com/centos"},
|
||
"chimera": {"pretty":"Chimera Linux","homepage":"https://chimera-linux.org","basedof":"Independent","description":"Chimera Linux is an independent distribution which uses an unusual combination of technologies behind the scenes. Chimera Linux uses BSD userland command line tools, the Clang/LLVM compiler toolchain, Dinit for service management, and APK for package management.","dw_arch":"aarch64, loongarch64, ppc64, ppc64le, x86_64","dw_desktop":"GNOME, KDE Plasma","dw_category":"Desktop, Live Medium, Raspberry Pi, Server","dw_url":"https://distrowatch.com/chimera"},
|
||
"chimo": {"pretty":"Chimo Linux","homepage":"https://chimoinc.webnode.page","basedof":"Debian (Stable)","description":"Chimo Linux is a desktop Linux distribution based on Debian's 'Stable' branch and featuring a customised KDE Plasma desktop. It is meant as a general computing platform with a number of productivity software pre-installed. It also includes a custom Chimo AppBoutique with extra applications.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Beginners, Desktop, Live Medium","dw_url":"https://distrowatch.com/chimo"},
|
||
"chromeos": {"pretty":"ChromeOS Flex","homepage":"https://chromeos.google/intl/en_ca/products/chromeos-flex","basedof":"Gentoo, ChromeOS","description":"ChromeOS Flex, developed by Google, is a free and lightweight Linux distribution based on Gentoo-derived ChromeOS.","dw_arch":"x86_64","dw_desktop":"ChromeOS Desktop","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/chromeos"},
|
||
"circle": {"pretty":"Circle Linux","homepage":"https://cclinux.org","basedof":"CentOS","description":"Circle Linux is an enterprise Linux distribution based on CentOS and Red Hat Enterprise Linux. The project's focus is to create a robust open-source ecosystem built around the Linux platform, including an enterprise-grade, production-ready Linux distribution.","dw_arch":"aarch64, ppc64le, x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Server","dw_url":"https://distrowatch.com/circle"},
|
||
"clearndr": {"pretty":"Clear NDR","homepage":"https://www.stamus-networks.com/clear-ndr-community","basedof":"Debian","description":"Clear NDR (formerly SELKS), a product of Stamus Networks, is a Debian-based live distribution designed for network security management. It provides a complete and ready-to-use Suricata IDS/IPS ecosystem with its own graphic rule manager.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Live Medium, Security","dw_url":"https://distrowatch.com/clearndr"},
|
||
"clonezilla": {"pretty":"Clonezilla Live","homepage":"https://clonezilla.org","basedof":"Debian, Ubuntu","description":"Clonezilla Live is a Debian-based live CD containing Clonezilla, a partition and disk cloning software similar to Norton Ghost. It saves and restores only used blocks in hard drive. With Clonezilla, one can clone a 5 GB system to 40 clients in about 10 minutes.","dw_arch":"x86_64","dw_desktop":"No Desktop","dw_category":"Data Rescue, Specialist","dw_url":"https://distrowatch.com/clonezilla"},
|
||
"cloudlinux": {"pretty":"CloudLinux OS","homepage":"https://cloudlinux.com","basedof":"Red Hat","description":"CloudLinux OS is a commercial Linux distribution for servers, based on Red Hat Enterprise Linux. It is available in three editions, 'Solo', 'Admin' and 'Shared Pro'.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Server","dw_url":"https://distrowatch.com/cloudlinux"},
|
||
"commodore": {"pretty":"Commodore OS Vision","homepage":"https://www.commodoreusa.net","basedof":"Debian, MX Linux","description":"Commodore OS Vision is a 64-bit Linux distribution which was originally based on Linux Mint and is now an unofficial spin of MX Linux. This distribution was created for Commodore enthusiasts and people who appreciate a retro style interface.","dw_arch":"x86_64","dw_desktop":"MATE","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/commodore"},
|
||
"coyote": {"pretty":"Coyote Linux","homepage":"https://www.coyotelinux.com","basedof":"Independent","description":"Coyote Linux is a security-centric distribution of Linux designed to provide firewall, VPN, IP routing and related services. It is built on Alpine Linux with an immutable firmware architecture and safe rollback capability.","dw_arch":"i486","dw_desktop":"No Desktop","dw_category":"Firewall","dw_url":"https://distrowatch.com/coyote"},
|
||
"crux": {"pretty":"CRUX","homepage":"https://crux.nu","basedof":"Independent","description":"CRUX is a lightweight, Linux distribution for computers running on 64-bit x86 processors. The distribution is targeted at experienced Linux users. The primary focus of this distribution is 'keep it simple', which is reflected in a simple tar.","dw_arch":"x86_64","dw_desktop":"Openbox","dw_category":"Desktop, Raspberry Pi, Server, Source-based","dw_url":"https://distrowatch.com/crux"},
|
||
"ctlos": {"pretty":"Ctlos Linux","homepage":"https://ctlos.github.io","basedof":"Arch","description":"Ctlos Linux is an Arch-based Linux distribution featuring a customised Xfce desktop.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/ctlos"},
|
||
"cuerdos": {"pretty":"CuerdOS","homepage":"https://cuerdos.github.io","basedof":"Debian (Stable)","description":"CuerdOS is a Debian-based GNU/Linux distribution with focus on stability, efficiency and performance. It comes with a series of optimisations, such as performance and memory consumption improvements.","dw_arch":"x86_64","dw_desktop":"KDE Plasma, labwc, Sway, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/cuerdos"},
|
||
"d77void": {"pretty":"d77void GNU/Linux","homepage":"https://d77void.sourceforge.io","basedof":"Void","description":"d77void GNU/Linux is a Void-based Linux distribution created to demonstrate the capabilities of Void's tools, such as void-mklive and void-packages.","dw_arch":"x86_64","dw_desktop":"Awesome, bspwm, COSMIC, DankMaterialShell, dwm, Fluxbox, GNOME, herbstluftwm, Hyprland, i3wm, JWM, labwc, LeftWM, LXQt, MangoWC, niri, Noctalia, Openbox, Qtile, River, Sway, Wayfire, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/d77void"},
|
||
"damnsmall": {"pretty":"Damn Small Linux","homepage":"https://www.damnsmalllinux.org","basedof":"Debian, antiX","description":"Damn Small Linux was a business card size (50MB) live CD Linux distribution, based on Debian and Knoppix. After a 12 year break (from 2012 to 2024), the Damn Small Linux (DSL) project was relaunched.","dw_arch":"i486","dw_desktop":"JWM, Fluxbox","dw_category":"Desktop, Old Computers, Live Medium","dw_url":"https://distrowatch.com/damnsmall"},
|
||
"daphile": {"pretty":"Daphile","homepage":"https://www.daphile.com","basedof":"Gentoo","description":"Daphile is a minimal operating system for running a digital audio player on a headless computer. The operating system and media manager can be controlled remotely using a web-based interface.","dw_arch":"i686, x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Live Medium, Multimedia","dw_url":"https://distrowatch.com/daphile"},
|
||
"datlinux": {"pretty":"DAT Linux","homepage":"https://datlinux.com","basedof":"Debian, Ubuntu (LTS)","description":"DAT Linux is a Linux distribution for data science. It provides an automated package manager for fetching dozens of open source, data science tools and apps. It's based on Ubuntu 24.04 LTS and runs the LXQt desktop.","dw_arch":"x86_64","dw_desktop":"LXQt","dw_category":"Desktop, Live Medium, Specialist","dw_url":"https://distrowatch.com/datlinux"},
|
||
"debianedu": {"pretty":"Debian Edu","homepage":"","basedof":"Debian","description":"Debian Edu/Skolelinux is the Debian-edu's Debian Pure Blend distribution. It is aiming to provide an out-of-the-box localised environment tailored for schools and universities.","dw_arch":"i386, x86_64","dw_desktop":"Cinnamon, GNOME, KDE, LXDE, LXQt, MATE, Xfce","dw_category":"Desktop, Education, Thin Client","dw_url":"https://distrowatch.com/debianedu"},
|
||
"deblight": {"pretty":"DebLight OS","homepage":"https://deblight.infos.st","basedof":"Debian (Stable), Mint","description":"DebLight OS is a French Linux distribution based on Linux Mint Debian Edition, which combines the user-friendliness of Linux Mint with the stability of the Debian's latest stable release. It uses the lightweight LXDE desktop environment.","dw_arch":"x86_64","dw_desktop":"LXDE","dw_category":"Desktop, Live Medium, Multimedia","dw_url":"https://distrowatch.com/deblight"},
|
||
"deblinux": {"pretty":"Deblinux","homepage":"https://www.andrealinux.it/deblinux6","basedof":"Debian (Stable)","description":"Deblinux is an Italian desktop Linux distribution based on Debian's 'Stable' branch and featuring the MATE desktop environment. Its main focus is to provide a ready-to-use Debian environment with pre-configured drivers and multimedia support.","dw_arch":"x86_64","dw_desktop":"MATE","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/deblinux"},
|
||
"dekuve": {"pretty":"DEKUVE","homepage":"https://dekuve.top","basedof":"Debian (Stable)","description":"DEKUVE is a Linux distribution based on Debian's 'Stable' branch, featuring a customised Xfce desktop.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Dekstop, Live Medium","dw_url":"https://distrowatch.com/dekuve"},
|
||
"desert": {"pretty":"DESERT OS Linux","homepage":"https://sites.google.com/view/desertoslinux","basedof":"Debian, Ubuntu (LTS)","description":"DESERT OS Linux is a Ukrainian desktop Linux distribution based on Ubuntu and featuring the Xfce desktop.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/desert"},
|
||
"ditana": {"pretty":"Ditana GNU/Linux","homepage":"https://ditana.org","basedof":"Arch","description":"Ditana GNU/Linux is an Arch-based Linux distribution that bridges the gap between user-friendly systems and highly customizable environments. It aims to empower Linux enthusiasts with unprecedented control over their computing experience while maintaining a strong focus on security and performance.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Server","dw_url":"https://distrowatch.com/ditana"},
|
||
"dragonos": {"pretty":"DragonOS","homepage":"https://sourceforge.net/projects/dragonos-focal","basedof":"Debian, Ubuntu (LTS)","description":"DragonOS is a Lubuntu-based desktop distribution which is focused on software defined radio (SDR). The distribution provides a pre-installed suite of the most powerful and accessible open source SDR software.","dw_arch":"x86_64","dw_desktop":"LXQt","dw_category":"Desktop, Live Medium, Specialist","dw_url":"https://distrowatch.com/dragonos"},
|
||
"drauger": {"pretty":"Drauger OS","homepage":"https://draugeros.org","basedof":"Ubuntu (LTS)","description":"Drauger OS is an Ubuntu-based Linux desktop gaming distribution that ships with many modifications and optimizations over stock Ubuntu; these are intended to improve gaming performance and the gaming experience.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Gaming, Live Medium","dw_url":"https://distrowatch.com/drauger"},
|
||
"drparted": {"pretty":"Dr.Parted Live","homepage":"https://dr-parted-live.sourceforge.io","basedof":"Debian (Testing)","description":"Dr.Parted Live is a bootable GNU/Linux distribution based on Debian's 'Testing' branch. It is a live image featuring a lightweight Openbox window manager and useful applications for disc partitioning as well as data backup, restore and recovery.","dw_arch":"x86_64","dw_desktop":"Openbox","dw_category":"Data Rescue, Disk Management, Live Medium","dw_url":"https://distrowatch.com/drparted"},
|
||
"dynfi": {"pretty":"DynFi Firewall","homepage":"https://dynfi.com/en/dynfi-firewall","basedof":"FreeBSD","description":"DynFi is a firewall platform based on FreeBSD. The project provides utilities for VPN, IDS, proxy, anti-virus, and packet filtering. Support is provided in several languages, including French, English, and German.","dw_arch":"x86_64","dw_desktop":"WebUI","dw_category":"Firewall, Security","dw_url":"https://distrowatch.com/dynfi"},
|
||
"ecoos": {"pretty":"EcoOS","homepage":"https://seekers-adv-stormos.sourceforge.io","basedof":"Arch","description":"EcoOS is an Arch-based Linux distribution featuring a highly customised Xfce desktop with an ability to arrange open windows in a tiling layout.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/ecoos"},
|
||
"elegance": {"pretty":"ELEGANCE","homepage":"https://tuxnmix.org/elegance","basedof":"Arch, Manjaro","description":"ELEGANCE is a French, general-purpose desktop Linux distribution based on Manjaro Linux. It uses the Cinnamon desktop environment.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Desktop, Gaming, Live Medium, Multimedia","dw_url":"https://distrowatch.com/elegance"},
|
||
"elive": {"pretty":"Elive","homepage":"https://www.elivecd.org","basedof":"Debian (Stable)","description":"Elive, or Enlightenment live CD, is a Debian-based desktop Linux distribution and live CD featuring the Enlightenment window manager. Besides being pre-configured and ready for daily desktop use, it also includes 'Elpanel' - a control centre for easy system and desktop administration.","dw_arch":"i486, x86_64","dw_desktop":"Enlightenment","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/elive"},
|
||
"eliza": {"pretty":"Eliza Linux","homepage":"https://eliza-linux.org","basedof":"Debian (Stable)","description":"Eliza Linux is a desktop Linux distribution based on Debian's 'Stable' branch and featuring the Enlightenment desktop. It prioritises a minimal, carefully selected set of applications while remaining fully functional and customisable.","dw_arch":"x86_64","dw_desktop":"Enlightenment","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/eliza"},
|
||
"elysiaos": {"pretty":"ElysiaOS","homepage":"https://www.elysiaos.live","basedof":"Arch","description":"ElysiaOS combines the Arch Linux distribution with the Hyprland tiling compositor and a theme based on the Elysia character of the Honkai Impact 3rd mobile game.","dw_arch":"x86_64","dw_desktop":"Hyprland","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/elysiaos"},
|
||
"emmabuntus": {"pretty":"Emmabuntüs","homepage":"https://emmabuntus.org","basedof":"Debian (Stable)","description":"Emmabuntüs is a desktop Linux distribution with editions based on Debian's Stable branch with both the Xfce and LXQt desktop environments available. It strives to be beginner-friendly and reasonably light on resources so that it can be used on older computers.","dw_arch":"x86_64","dw_desktop":"LXQt, Xfce","dw_category":"Assistive, Beginners, Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/emmabuntus"},
|
||
"endeavour": {"pretty":"EndeavourOS","homepage":"https://endeavouros.com","basedof":"Arch","description":"EndeavourOS is a rolling-release Linux distribution based on Arch Linux. The project aims to be a spiritual successor to Antergos, providing an easy setup and a pre-configured desktop environment on an Arch base. EndeavourOS offers both off-line and on-line install options.","dw_arch":"aarch64, x86_64","dw_desktop":"Budgie, Cinnamon, GNOME, i3, KDE Plasma, LXQt, MATE, Xfce","dw_category":"Desktop, Live Medium, Raspberry Pi","dw_url":"https://distrowatch.com/endeavour"},
|
||
"enos": {"pretty":"EN-OS","homepage":"https://en-os.ru","basedof":"Arch","description":"EN-OS is an Arch Linux-based distribution with a customised KDE Plasma as the preferred desktop and a large range of KDE-centric software, including the Calligra office suite and KDE Gear set of applications.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/enos"},
|
||
"enux": {"pretty":"ENux","homepage":"https://www.emirpasha.com","basedof":"Debian (Stable)","description":"ENux is a desktop Linux distribution based on Debian's 'Stable' branch. It integrated Bedrock Linux, a project developing scripts that mix-and-match components from various Linux distributions and integrate them into one largely cohesive system.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/enux"},
|
||
"escuelas": {"pretty":"Escuelas Linux","homepage":"https://escuelaslinux.sourceforge.io","basedof":"Debian, Bodhi","description":"Escuelas Linux is a complete, live operating system offering a range of educational software aimed at pupils and students, from preschools to high schools. It is based on Bodhi Linux, a Debian-based distribution with a desktop called 'Moksha' (a continuation of the Enlightenment 17 window manager).","dw_arch":"i386, x86_64","dw_desktop":"Moksha (Enlightenment)","dw_category":"Education, Live Medium","dw_url":"https://distrowatch.com/escuelas"},
|
||
"essora": {"pretty":"Essora Eos","homepage":"https://essora.sourceforge.io","basedof":"Debian (Stable), Devuan","description":"Essora Eos is a set of desktop Linux distributions based either on Debian's 'Stable' branch or Devuan, featuring the lightweight JWM or Openbox window managers or the heavyweight KDE Plasma desktop environment. The Devuan edition uses the OpenRC init system.","dw_arch":"x86_64","dw_desktop":"JWM, KDE Plasma, LXDE, Openbox","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/essora"},
|
||
"etertics": {"pretty":"EterTICs GNU/Linux","homepage":"https://gnuetertics.org","basedof":"Devuan","description":"EterTICS GNU/Linux is a specialist operating system designed for community radios, principally the ones broadcasting in Latin America. It is based on Devuan and uses the Calamares system installer and the LXQt desktop environment.","dw_arch":"x86_64","dw_desktop":"LXQt","dw_category":"Live Medium, Specialist","dw_url":"https://distrowatch.com/etertics"},
|
||
"evernight": {"pretty":"Evernight Vista","homepage":"https://evernightfedora.github.io/evernight-vista","basedof":"Fedora","description":"Evernight Vista is Fedora-based desktop Linux distribution featuring the KDE Plasma desktop. The project's goal is to develop a user-friendly operating system accessible even to non-technical users.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Beginners, Desktop, Live Medium","dw_url":"https://distrowatch.com/evernight"},
|
||
"exe": {"pretty":"Exe GNU/Linux","homepage":"http://exegnulinux.net","basedof":"Debian (Stable), Devuan","description":"Exe GNU/Linux was a Debian-based desktop Linux distribution, it transitioned to using a Devuan base in 2017. Its primary goal is to provide a Debian variant that ships with a slightly re-themed Trinity desktop environment (a fork of KDE 3), as well as several useful scripts and utilities.","dw_arch":"i586, x86_64","dw_desktop":"Openbox, Trinity","dw_category":"Data Rescue, Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/exe"},
|
||
"exherbo": {"pretty":"Exherbo","homepage":"https://exherbolinux.org","basedof":"Independent (forked from Gentoo)","description":"Exherbo is a source-based Linux distribution inspired by the flexibility found in Gentoo Linux (among others).","dw_arch":"armv7, i686, x86_64","dw_desktop":"Awesome, Enlightenment, Fluxbox, GNOME, KDE, Openbox, Wayfire, Xfce","dw_category":"Desktop, Server, Source-based","dw_url":"https://distrowatch.com/exherbo"},
|
||
"expirion": {"pretty":"Expirion Linux","homepage":"https://expirion-linux.sourceforge.io","basedof":"Devuan","description":"Expirion Linux is a Devuan-based desktop distribution which offers LXQt and Xfce desktop editions. The project provides separate releases built from the latest 'stable' and 'testing' branches of Devuan, with runit and SysV as init system options.","dw_arch":"x86_64","dw_desktop":"Cinnamon, LXQt, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/expirion"},
|
||
"extix": {"pretty":"ExTiX","homepage":"https://www.extix.se","basedof":"Debian, deepin, Ubuntu","description":"ExTiX is a desktop Linux distribution and live DVD based on Ubuntu, offering a choice of alternative desktop environments.","dw_arch":"x86_64","dw_desktop":"Budgie, GNOME, Deepin, KDE Plasma, LXQt","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/extix"},
|
||
"exton": {"pretty":"Exton Linux","homepage":"https://www.exton.se","basedof":"Arch, CRUX, Debian, deepin, Fedora, Gentoo, openSUSE, Puppy, Slackware","description":"Exton Linux is a set of over 15 Linux distributions based on Arch Linux, CRUX, Debian, deepin, Fedora, openSUSE, Puppy Linux and Slackware Linux. They are designed to be lightweight, fast and easy to use.","dw_arch":"x86_64","dw_desktop":"Budgie, Deepin, Enlightenment, GNOME, KDE Plasma, LXDE, LXQt, PIXEL, Xfce","dw_category":"Desktop, Gaming, Live Medium, Multimedia","dw_url":"https://distrowatch.com/exton"},
|
||
"extrox": {"pretty":"extrox","homepage":"https://extrox.com","basedof":"Arch, Debian, MX Linux","description":"extrox is a set of Linux distributions based either on MX Linux or Arch Linux, featuring custom art and theme, careful application selection, various user-friendly improvements, and an audio filter (developed in-house) for enhanced sound quality in music playback and streaming.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Multimedia, Live Medium","dw_url":"https://distrowatch.com/extrox"},
|
||
"ezarcher": {"pretty":"Ezarcher","homepage":"https://ezarch.sourceforge.io","basedof":"Arch","description":"Ezarcher is a set of Arch-based live Linux distribution with a number of popular desktops, including Cinnamon, GNOME, KDE Plasma, LXQt, MATE and Xfce. All desktop environments are provided in their default upstream state, without any customisations.","dw_arch":"x86_64","dw_desktop":"Cinnamon, COSMIC, GNOME, KDE Plasma, LXQt, MATE, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/ezarcher"},
|
||
"eznixos": {"pretty":"EznixOS","homepage":"https://eznixos.sourceforge.io","basedof":"Debian (Stable)","description":"EznixOS is a live Linux distribution based on Debian's 'Stable' branch. It offers three editions of the product, containing a customised Xfce desktop (with extra software), a non-customised Xfce desktop, and a non-customised KDE Plasma desktop.","dw_arch":"x86_64","dw_desktop":"KDE Plasma, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/eznixos"},
|
||
"fatdog": {"pretty":"Fatdog64 Linux","homepage":"https://distro.ibiblio.org/fatdog/web","basedof":"LFS (formerly based on Puppy)","description":"Fatdog64 Linux is a small, desktop, 64-bit Linux distribution. Originally created as a derivative of Puppy Linux with additional applications, Fatdog64 has grown to become a distinct, separate project while maintaining much of the style of Puppy Linux.","dw_arch":"x86_64","dw_desktop":"labwc, Openbox","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/fatdog"},
|
||
"ferenos": {"pretty":"Feren OS","homepage":"http://ferenos.weebly.com","basedof":"Debian, Ubuntu","description":"Feren OS is a desktop Linux distribution based on Ubuntu and featuring the KDE Plasma desktop.","dw_arch":"i686, x86_64","dw_desktop":"Cinnamon, KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/ferenos"},
|
||
"finnix": {"pretty":"Finnix","homepage":"https://www.finnix.org","basedof":"Debian (Testing)","description":"Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian. It can be used to mount and manipulate hard drives and partitions, monitor networks, rebuild boot records, install other operating systems, and much more.","dw_arch":"x86_64","dw_desktop":"No Desktop","dw_category":"Data Rescue, Live Medium","dw_url":"https://distrowatch.com/finnix"},
|
||
"fishy": {"pretty":"Fishy Linux","homepage":"https://fishy-linux.sourceforge.io","basedof":"Debian (Stable)","description":"Fishy Linux is a minimalist desktop Linux distribution based on Debian's 'Stable' branch. It uses the lightweight LXQt desktop. Its main features are speed, low memory usage and broad hardware support. The distribution can be installed to a hard disk with the standard Debian Installer.","dw_arch":"x86_64","dw_desktop":"LXQt","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/fishy"},
|
||
"flatcar": {"pretty":"Flatcar Container Linux","homepage":"https://www.flatcar.org","basedof":"Gentoo","description":"Flatcar Container Linux is a container-optimized operating system based on Gentoo Linux. It is a minimal operating system image which includes only the tools needed to run containers and it supports all of the popular methods for running containers.","dw_arch":"aarch64, x86_64","dw_desktop":"No Desktop","dw_category":"Container, Immutatable, Live Medium, Server","dw_url":"https://distrowatch.com/flatcar"},
|
||
"flinux": {"pretty":"FLinux","homepage":"https://flinux-distro.sourceforge.io","basedof":"Tiny Core","description":"FLinux is a minimalist Linux distribution forked from Tiny Core Linux. It is built with FLTK, a cross-platform C++ GUI toolkit.","dw_arch":"i386","dw_desktop":"flwm","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/flinux"},
|
||
"flora": {"pretty":"Flora Linux-libre","homepage":"https://flora-linux-libre.sourceforge.io","basedof":"Debian (Stable), MX Linux","description":"Flora Linux-libre is a Linux distribution that uses the Linux-libre kernel, a modified version of the Linux kernel that contains no binary blobs, obfuscated code, or code released under proprietary licenses. It also excludes any non-free firmware.","dw_arch":"x86_64","dw_desktop":"Cinnamon, GNOME, MATE, Xfce","dw_category":"Desktop, Free Software, Live Medium","dw_url":"https://distrowatch.com/flora"},
|
||
"fluff": {"pretty":"Fluff Linux","homepage":"https://flufflinux.com","basedof":"Arch","description":"Fluff Linux is an Arch-based distribution featuring a standard KDE Plasma desktop. It is developed by FluffNet, with a focus on delivering a stable, high-performance and hassle-free computing experience.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium, Server","dw_url":"https://distrowatch.com/fluff"},
|
||
"fluxlinux": {"pretty":"FluxLinux","homepage":"https://fluxlinux.xyz","basedof":"Debian, Ubuntu (LTS)","description":"FluxLinux is a lightweight distribution based on Ubuntu's long-term support (LTS) branch and using the Xfce desktop.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/fluxlinux"},
|
||
"fluxuan": {"pretty":"Fluxuan Linux","homepage":"https://fluxuan.org","basedof":"Devuan","description":"Fluxuan is a Devuan-based Linux distribution featuring the Fluxbox window manager. It is minimalist, lightweight, customisable, and optimised for speed and performance. Fluxuan is designed primarily for developers and power users.","dw_arch":"i386, x86_64","dw_desktop":"Fluxbox","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/fluxuan"},
|
||
"freedombox": {"pretty":"FreedomBox","homepage":"https://freedombox.org","basedof":"Debian","description":"FreedomBox is a Debian-based distribution, primarily used as a server operating system for home users. FreedomBox supports point-and-click settings up a number of services ranging from a calendar or jabber server to a wiki or VPN through a web interface.","dw_arch":"aarch64, armhf, x86_64","dw_desktop":"WebUI","dw_category":"Server","dw_url":"https://distrowatch.com/freedombox"},
|
||
"freeduc": {"pretty":"Freeduc","homepage":"https://usb.freeduc.org","basedof":"Debian (Stable)","description":"Freeduc is a French, Debian-based Linux distribution designed to run from an external USB device.","dw_arch":"i386","dw_desktop":"Cinnamon","dw_category":"Desktop, Education","dw_url":"https://distrowatch.com/freeduc"},
|
||
"freeloader": {"pretty":"Freeloader Linux","homepage":"http://freeloaderlinux.live","basedof":"Debian (Stable), Mint","description":"Freeleader Linux (formerly eLearnix) is a live distribution based on Linux Mint. It is geared towards online entertainment, as it includes various applications related to audio and video playback, such as Celluloid (a GTK+ frontend to the mpv video player), Hypnotix (an IPTV streaming application wi","dw_arch":"x86_64","dw_desktop":"Cinnamon, MATE","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/freeloader"},
|
||
"fuguita": {"pretty":"FuguIta","homepage":"https://fuguita.org","basedof":"OpenBSD","description":"FuguIta is an OpenBSD live operating system featuring portable workplace, low hardware requirements, additional software, and partial support for Japanese. It strives to provide a live environment which is as close to an installed OpenBSD system as possible.","dw_arch":"aarch64, i386, x86_64","dw_desktop":"Fvwm","dw_category":"Live Medium","dw_url":"https://distrowatch.com/fuguita"},
|
||
"funos": {"pretty":"FunOS","homepage":"https://funos.org","basedof":"Debian, Ubuntu","description":"FunOS is an Ubuntu-based Linux distribution which features the JWM graphical user interface. The project is intended to be more lightweight than official Ubuntu community editions while providing the same application compatibility and hardware support.","dw_arch":"x86_64","dw_desktop":"JWM","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/funos"},
|
||
"fuss": {"pretty":"FUSS","homepage":"https://fuss.bz.it","basedof":"Debian (Stable)","description":"FUSS is a Debian-based Linux distribution for managing an educational network. It provides server, thin client and desktop solutions based on free software that go beyond any economic or technical reasons, maintaining an ethical choice of freedom and knowledge sharing.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Education, Live Medium, Server, Thin Clients","dw_url":"https://distrowatch.com/fuss"},
|
||
"fydeos": {"pretty":"FydeOS","homepage":"https://fydeos.io","basedof":"Gentoo, ChromeOS","description":"FydeOS, developed by Fyde Innovations, is a lightweight operating system that carries a Linux kernel, a browser platform and a container technology driver. It is very similar to Google ChromeOS in use.","dw_arch":"aarch64, x86_64","dw_desktop":"ChromeOS Desktop","dw_category":"Desktop, Live Medium, Old Computers, Raspberry Pi","dw_url":"https://distrowatch.com/fydeos"},
|
||
"gabee": {"pretty":"gabeeOSLinux","homepage":"https://gabeeoslinux.sourceforge.io","basedof":"Void","description":"gabeeOSLinux is a Void-based, rolling-release Linux distribution designed for general desktop use. It offers various window managers and Wayland compositors, including Hyprland, i3, Openbox and Qtile.","dw_arch":"x86_64","dw_desktop":"Hyprland, i3, Openbox, Qtile","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/gabee"},
|
||
"genuen": {"pretty":"Genuen","homepage":"https://www.genuen.org","basedof":"Devuan","description":"Genuen is a spin of Devuan GNU+Linux consisting exclusively of Free Software (as defined by the Free Software Foundation) and a choice of several alternative init systems, such as OpenRC, Runit, s6 and SysV. The distribution ships with the GNU Linux-libre kernel.","dw_arch":"i386, x86_64","dw_desktop":"Cinnamon, GNOME, JWM, KDE Plasma, LXDE, LXQt, MATE, Openbox, Xfce","dw_category":"Desktop, Free Software, Live Medium, Server","dw_url":"https://distrowatch.com/genuen"},
|
||
"glacia": {"pretty":"Glacia OS","homepage":"https://glaciaos.com","basedof":"Ubuntu","description":"Glacia OS is an Ubuntu-based Linux distribution featuring the Unity desktop environment.","dw_arch":"x86_64","dw_desktop":"Unity","dw_category":"Beginners, Desktop, Live Medium","dw_url":"https://distrowatch.com/glacia"},
|
||
"glf": {"pretty":"GLF OS","homepage":"https://glfos.org","basedof":"NixOS","description":"GLF OS is a gaming-oriented live Linux distribution based on NixOS. Developed by a French-speaking community called Gaming Linux FR (GLF), the distribution includes everything one would need for gaming on Linux, including Steam, Lutris, Heroic Games Launcher, as well as MangoHud, a tool for monitori","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma","dw_category":"Declarative, Desktop, Gaming, Live Medium","dw_url":"https://distrowatch.com/glf"},
|
||
"gnoppix": {"pretty":"Gnoppix AI Linux","homepage":"https://gnoppix.org","basedof":"Debian (Stable)","description":"Gnoppix AI Linux is a Debian-based distribution which can be run from a USB thumb drive or from a local drive. It is pre-loaded with essential Artificial Intelligence (AI) frameworks, libraries and development tools. It uses several popular desktop environments, including GNOME, KDE Plasma and Xfce.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma, Xfce","dw_category":"Desktop, Live Medium, Large Language Model","dw_url":"https://distrowatch.com/gnoppix"},
|
||
"goblin": {"pretty":"GobLin GNU/Linux","homepage":"https://distro.misiones.gob.ar/goblin","basedof":"Debian (Stable), Devuan","description":"GobLin GNU/Linux is a Devuan-based Linux distribution adapted to the requirements of governments and public administration offices.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/goblin"},
|
||
"gobmis": {"pretty":"GobMis GNU/Linux","homepage":"https://distro.misiones.gob.ar","basedof":"Debian (Stable), Devuan","description":"GobMis GNU/Linux is a Linux distribution adopted to the needs of public administration offices in the Misiones province of Argentina. It is based on Devuan and uses the Xfce desktop environment.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/gobmis"},
|
||
"gobo": {"pretty":"GoboLinux","homepage":"https://www.gobolinux.org","basedof":"Independent","description":"GoboLinux is a modular Linux distribution - it organizes the programs in a new, logical way.","dw_arch":"x86_64","dw_desktop":"Awesome","dw_category":"Desktop, Live Medium, Source-based","dw_url":"https://distrowatch.com/gobo"},
|
||
"gooroom": {"pretty":"Gooroom Platform","homepage":"https://gooroom.kr","basedof":"Debian (Stable)","description":"Gooroom Platform is a Debian-based Linux distribution designed for cloud computing. It is developed in South Korea by the Ministry of Science and ICT and the National Security Research Institute under the Electronics and Telecommunications Research Institute (ETRI).","dw_arch":"x86_64","dw_desktop":"GNOME Flashback","dw_category":"Live Medium, Server","dw_url":"https://distrowatch.com/gooroom"},
|
||
"gparted": {"pretty":"GParted Live","homepage":"https://gparted.org/livecd.php","basedof":"Debian","description":"GParted Live is a live distribution with a single purpose - to provide tools for partitioning hard disks in an intuitive, graphical environment. The distribution uses X.Org, the light-weight Fluxbox window manager, and the latest 4.x Linux kernel.","dw_arch":"x86_64","dw_desktop":"Fluxbox","dw_category":"Disk Management, Data Rescue, Live Medium","dw_url":"https://distrowatch.com/gparted"},
|
||
"grapheneos": {"pretty":"GrapheneOS","homepage":"https://grapheneos.org","basedof":"Android","description":"GrapheneOS is a privacy and security focused mobile OS for Google's Pixel line of devices with Android app compatibility developed as a non-profit open source project.","dw_arch":"aarch64","dw_desktop":"Launcher","dw_category":"Immutable, Mobile","dw_url":"https://distrowatch.com/grapheneos"},
|
||
"green": {"pretty":"Green Linux","homepage":"https://greenlinux.ru","basedof":"Debian, Mint","description":"Green Linux is a Russian distribution based on Linux Mint. It features primarily the Cinnamon desktop, although the project also provides an occasional release that uses the Xfce desktop environment.","dw_arch":"x86_64","dw_desktop":"Cinnamon, Xfce","dw_category":"Beginners, Desktop, Live Medium","dw_url":"https://distrowatch.com/green"},
|
||
"grml": {"pretty":"Grml","homepage":"https://www.grml.org","basedof":"Debian (Testing)","description":"Grml is a bootable CD (live CD) based on Debian GNU/Linux. It includes a collection of GNU/Linux software especially for users of text tools and system administrators. It also provides automatic hardware detection.","dw_arch":"i686, x86_64","dw_desktop":"Fluxbox","dw_category":"From RAM, Live Medium","dw_url":"https://distrowatch.com/grml"},
|
||
"guideos": {"pretty":"GuideOS","homepage":"https://guideos.de","basedof":"Debian (Stable)","description":"GuideOS is a beginner-friendly German Linux distribution based on Debian's 'Stable' branch. It is created in collaboration with LinuxGuides.de, a German-language project offering comprehensive documentation, courses and support for Linux and open-source software.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Beginners, Desktop, Live Medium","dw_url":"https://distrowatch.com/guideos"},
|
||
"guixsd": {"pretty":"Guix System","homepage":"https://www.gnu.org/software/guix","basedof":"Independent","description":"Guix System (formerly Guix System Distribution, or GuixSD) is a Linux-based, stateless operating system that is built around the GNU Guix package manager.","dw_arch":"aarch64, i686, x86_64","dw_desktop":"Awesome, Enlightenment, GNOME, i3, MATE, Openbox, KDE Plasma, Ratpoison, Sway, Xfce","dw_category":"Declarative, Education, Free Software, Live Medium","dw_url":"https://distrowatch.com/guixsd"},
|
||
"gxde": {"pretty":"GXDE OS","homepage":"https://www.gxde.top","basedof":"Debian (Testing)","description":"GXDE OS is a desktop-oriented Linux distribution that combines Debian with Deepin Desktop Environment (DDE), developed by the deepin project. It is based on Debian's 'Testing' branch.","dw_arch":"aarch64, x86_64","dw_desktop":"Deepin","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/gxde"},
|
||
"hackeros": {"pretty":"HackerOS","homepage":"https://hackeros-linux-system.github.io/HackerOS-Website/Home-page.html","basedof":"Debian (Testing)","description":"HackerOS is a live Linux distribution based on Debian's 'Testing' branch and designed for regular users, gamers and cybersecurity enthusiasts.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma, Xfce","dw_category":"Desktop, Gaming, Live Medium, Security","dw_url":"https://distrowatch.com/hackeros"},
|
||
"hacktrack": {"pretty":"<<Hack|Track GNU/Linux","homepage":"https://www.hacktrack-linux.org","basedof":"Debian (Stable)","description":"<<Hack|Track GNU/Linux is a specialist Linux distribution designed for penetration testing. It is based on Debian's stable branch and comes with the MATE desktop environment.","dw_arch":"x86_64","dw_desktop":"MATE","dw_category":"Forensics, Live Medium","dw_url":"https://distrowatch.com/hacktrack"},
|
||
"hamonikr": {"pretty":"HamoniKR","homepage":"https://hamonikr.org","basedof":"Debian, Mint","description":"HamonirKR is a Korean Linux distribution based on Linux Mint's Ubuntu branch. It features the Cinnamon desktop environment. The distribution includes Korean localization and educational software to be used in schools.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/hamonikr"},
|
||
"haos": {"pretty":"Home Assistant OS (HAOS)","homepage":"","basedof":"Independent","description":"Home Assistant OS (HAOS) is an independently-developed, Linux-based operating system optimised to run Home Assistant, an open-source home automation tool. It focuses on local control and privacy. HAOS uses Docker as its container engine and deploys Home Assistant Supervisor as a container.","dw_arch":"aarch64, x86_64","dw_desktop":"WebUI","dw_category":"Container, Server","dw_url":"https://distrowatch.com/haos"},
|
||
"hardenedbsd": {"pretty":"HardenedBSD","homepage":"https://hardenedbsd.org","basedof":"FreeBSD","description":"Founded in 2014 by Oliver Pinter and Shawn Webb, HardenedBSD is a security-enhanced fork of FreeBSD. The HardenedBSD Project is implementing many exploit mitigation and security technologies on top of FreeBSD.","dw_arch":"x86_64","dw_desktop":"No Desktop","dw_category":"Security","dw_url":"https://distrowatch.com/hardenedbsd"},
|
||
"heliumos": {"pretty":"HeliumOS","homepage":"https://www.heliumos.org","basedof":"AlmaLinux","description":"HeliumOS is an atomic and immutable distribution which is built upon AlmaLinux OS. HeliumOS is a desktop distribution and uses a KDE Plasma session running on Wayland for its user interface.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Immutable","dw_url":"https://distrowatch.com/heliumos"},
|
||
"helwan": {"pretty":"Helwan Linux","homepage":"https://helwan-linux.github.io/helwanlinux","basedof":"Arch","description":"Helwan Linux is an Arch-based Linux distribution designed for home, education and development use.","dw_arch":"x86_64","dw_desktop":"Cinnamon, GNOME, Xfce","dw_category":"Desktop, Education, Live Medium","dw_url":"https://distrowatch.com/helwan"},
|
||
"ideal": {"pretty":"iDeal OS","homepage":"https://ideal-os.xyz","basedof":"Debian (Stable), MX Linux","description":"iDeal is an MX Linux-based distribution, with various privacy and security settings enabled by default.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/ideal"},
|
||
"iode": {"pretty":"iodéOS","homepage":"https://iode.tech","basedof":"LineageOS, Android","description":"iodéOS is an Android-based operating system (in the LineageOS family) which ships without Google trackers or proprietary software.","dw_arch":"arm64","dw_desktop":"Trebuchet","dw_category":"Immutable, Mobile","dw_url":"https://distrowatch.com/iode"},
|
||
"ipfire": {"pretty":"IPFire","homepage":"https://www.ipfire.org","basedof":"Independent (forked from IPCop)","description":"IPFire is a Linux distribution that focuses on easy setup, good handling and high level of security. It is operated via an intuitive web-based interface which offers many configuration options for beginning and experienced system administrators.","dw_arch":"aarch64, x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Firewall","dw_url":"https://distrowatch.com/ipfire"},
|
||
"kamarada": {"pretty":"Linux Kamarada","homepage":"https://linuxkamarada.com","basedof":"openSUSE","description":"Linux Kamarada is a general-purpose Linux distribution based on openSUSE Leap. It uses a customised GNOME desktop environment.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Live Medium, Server","dw_url":"https://distrowatch.com/kamarada"},
|
||
"kamuriki": {"pretty":"Kamuriki LGX","homepage":"","basedof":"Debian (Stable)","description":"Kamuriki Linux is a Debian-based, desktop-oriented distribution designed for lightness and ease of use. It deploys the LXQt desktop environment with a classic Windows-like look and feel and it also provides the Wine compatibility layer which enables some Windows applications to run under Linux.","dw_arch":"x86_64","dw_desktop":"LXQt","dw_category":"Desktop","dw_url":"https://distrowatch.com/kamuriki"},
|
||
"kanotix": {"pretty":"KANOTIX","homepage":"http://kanotix.com","basedof":"Debian","description":"KANOTIX is a Linux distribution based on the latest stable release of Debian GNU/Linux. It is built on top of a latest kernel which is carefully patched with fixes and drivers for most modern hardware.","dw_arch":"i686, x86_64","dw_desktop":"KDE, LXDE","dw_category":"Desktop, From RAM, Live Medium","dw_url":"https://distrowatch.com/kanotix"},
|
||
"kaos": {"pretty":"KaOS","homepage":"https://kaosx.us","basedof":"Independent","description":"KaOS is a desktop Linux distribution that features the latest version of the Noctalia desktop environment, the Calligra office suite, and other popular software applications that use the Qt toolkit.","dw_arch":"x86_64","dw_desktop":"niri, Noctalia","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/kaos"},
|
||
"kdelinux": {"pretty":"KDE Linux","homepage":"https://kde.org/linux","basedof":"Independent","description":"KDE Linux is a user-focused, general-purpose Linux distribution. It is built by KDE and it is meant to showcase the best implementation of everything KDE has to offer, using the most advanced technologies.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Immutable, Live Medium","dw_url":"https://distrowatch.com/kdelinux"},
|
||
"kdu": {"pretty":"GNU/Linux KDu","homepage":"https://www.linux-kdu.com.br","basedof":"Debian, Ubuntu (LTS), KDE neon","description":"GNU/Linux KDu is a Brazilian desktop Linux distribution based on Ubuntu and KDE neon.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/kdu"},
|
||
"kicksecure": {"pretty":"Kicksecure","homepage":"https://www.kicksecure.com","basedof":"Debian (Stable)","description":"Kicksecure is a security-hardened Linux distribution based on Debian's 'Stable' branch, with Xfce as the default desktop user interface.","dw_arch":"x86_64","dw_desktop":"labwc, LXQt","dw_category":"Desktop, Live Medium, Security","dw_url":"https://distrowatch.com/kicksecure"},
|
||
"kiro": {"pretty":"Kiro","homepage":"https://github.com/kirodubes","basedof":"Arch","description":"Kiro is an Arch Linux-based distribution with the goal of being an intuitive and customisable ISO image builder. It provides a simple way to build a custom Arch-based installation medium with a choice of packages, settings and scripts.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/kiro"},
|
||
"kolibri": {"pretty":"KolibriOS","homepage":"http://kolibrios.org","basedof":"Independent","description":"KolibriOS is a tiny open-source operating system with a monolithic preemptive kernel and video drivers for 32-bit x86 architecture computers. KolibriOS is a fork of MenuetOS, written entirely in FASM (assembly language).","dw_arch":"i386","dw_desktop":"KolibriOS","dw_category":"Desktop, Old Computers, Live Medium, Netbooks","dw_url":"https://distrowatch.com/kolibri"},
|
||
"koozali": {"pretty":"Koozali SME Server","homepage":"https://www.koozali.org","basedof":"Fedora, Rocky","description":"Koozali SME Server is a complete and versatile open-source Linux server distribution for home and small to medium-sized enterprises. It has been built from the source code of Red Hat Enterprise Linux, CentOS and Rocky Linux since 2007.","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Server","dw_url":"https://distrowatch.com/koozali"},
|
||
"kumander": {"pretty":"Kumander Linux","homepage":"https://www.kumander.org","basedof":"Debian (Stable)","description":"Kumander Linux is a Debian-based distribution featuring the Xfce desktop. The distribution's key feature is a Windows 7-like theme and desktop behaviour designed to make the migration from Windows to Linux easier.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/kumander"},
|
||
"kwort": {"pretty":"Kwort Linux","homepage":"https://kwort.org","basedof":"CRUX","description":"Kwort is a CRUX-based Linux distribution that uses the GTK+ toolkit and the Openbox window manager. Its most prominent feature is a package manager, called kpkg, for retrieving packages from download mirrors.","dw_arch":"x86_64","dw_desktop":"Openbox","dw_category":"Desktop","dw_url":"https://distrowatch.com/kwort"},
|
||
"lainos": {"pretty":"LainOS","homepage":"https://lainos.net","basedof":"Arch","description":"LainOS is a lightweight, Arch Linux-based desktop distribution aimed at developers, tinkerers and hackers. As a choice of graphical environments, it offers Sway (with the Openbox window manager available in the live environment).","dw_arch":"x86_64","dw_desktop":"Openbox, Sway","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/lainos"},
|
||
"lakka": {"pretty":"Lakka","homepage":"http://www.lakka.tv","basedof":"LibreELEC","description":"Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. The distribution is based on LibreELEC and runs the RetroArch console emulator.","dw_arch":"aarch64, i386, x86_64","dw_desktop":"RetroArch","dw_category":"Gaming, Multimedia, Raspberry Pi","dw_url":"https://distrowatch.com/lakka"},
|
||
"langitketujuh": {"pretty":"LangitKetujuh OS","homepage":"https://langitketujuh.id","basedof":"Void","description":"LangitKetujuh OS is an Indonesian desktop and multimedia Linux distribution based on Void. It uses the KDE Plasma desktop and is available in 'Home' and 'Studio' editions.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium, Multimedia","dw_url":"https://distrowatch.com/langitketujuh"},
|
||
"lazylinux": {"pretty":"LazyLinux","homepage":"https://lazylinuxos.github.io","basedof":"Void","description":"LazyLinux is a Void-based desktop Linux distribution with Xfce as the preferred desktop and a vast collection of pre-installed software. It intends to be user-friendly and usable right after installation.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/lazylinux"},
|
||
"lernstick": {"pretty":"Lernstick","homepage":"https://www.lernstick.ch","basedof":"Debian","description":"Lernstick is a mobile and secure learning and working environment for school and at home that can be installed on external storage media (e.g. USB sticks, USB hard drives, SD cards, etc.). The distribution is based on Debian's stable branch.","dw_arch":"x86_64","dw_desktop":"Cinnamon, Enlightenment, GNOME, KDE Plasma, LXDE, MATE, Xfce","dw_category":"Desktop, Education, Live Medium","dw_url":"https://distrowatch.com/lernstick"},
|
||
"lfs": {"pretty":"Linux From Scratch","homepage":"https://www.linuxfromscratch.org","basedof":"Independent","description":"Linux From Scratch (LFS) is a project that provides you with the steps necessary to build your own custom Linux system. There are a lot of reasons why somebody would want to install an LFS system.","dw_arch":"i386, x86_64","dw_desktop":"Fluxbox, IceWM, KDE Plasma, LXDE, Openbox, Xfce","dw_category":"Source-based, Education","dw_url":"https://distrowatch.com/lfs"},
|
||
"librazik": {"pretty":"LibraZiK","homepage":"https://librazik.org","basedof":"Debian (Stable)","description":"LibraZiK is a Debian-based Linux distribution with an objective to build a digital audio software studio. It is designed for music production and comes with pre-installed software that allows users to work with sound.","dw_arch":"x86_64","dw_desktop":"MATE","dw_category":"Live Medium, Multimedia","dw_url":"https://distrowatch.com/librazik"},
|
||
"libreelec": {"pretty":"LibreELEC","homepage":"https://libreelec.tv","basedof":"Independent (forked from OpenELEC)","description":"LibreELEC is 'just enough OS' to run the Kodi media centre. LibreELEC is a Linux distribution built to run Kodi on current and popular hardware. The project is an evolution of the OpenELEC project. LibreELEC software will be familiar to OpenELEC users.","dw_arch":"armhf, armv7, x86_64","dw_desktop":"Kodi","dw_category":"Multimedia, Raspberry Pi","dw_url":"https://distrowatch.com/libreelec"},
|
||
"life": {"pretty":"Li-f-e: Linux for Education","homepage":"https://sourceforge.net/projects/cyberorg-home","basedof":"Ubuntu (LTS)","description":"Li-f-e: Linux for Education is an Ubuntu-based Linux distribution created by teachers and used by students of schools and colleges.","dw_arch":"x86_64","dw_desktop":"MATE","dw_category":"Desktop, Education, Live Medium, Server","dw_url":"https://distrowatch.com/life"},
|
||
"lilidog": {"pretty":"Lilidog","homepage":"https://sourceforge.net/projects/lilidog","basedof":"Debian (Stable)","description":"Lilidog is a lightweight desktop Linux distribution based on Debian 'Stable' and featuring a customised Openbox window manager. It incorporates the tint2 desktop panel, the Thunar file manager and the xfce4-terminal terminal emulator.","dw_arch":"x86_64","dw_desktop":"labwc, Openbox, Sway","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/lilidog"},
|
||
"lingmo": {"pretty":"Lingmo OS","homepage":"https://lingmo.org","basedof":"Debian (Stable)","description":"Lingmo OS is a Debian-based Linux distribution featuring a custom-built LingmoUI desktop environment. The project's main goal is to provide users with a unified and practical desktop, software that is compatible with the desktop environment, and a smooth experience, even on low-performance hardware.","dw_arch":"x86_64","dw_desktop":"LingmoUI","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/lingmo"},
|
||
"linuxcnc": {"pretty":"LinuxCNC","homepage":"https://www.linuxcnc.org","basedof":"Debian (Stable)","description":"LinuxCNC is a Debian-based Linux distribution designed to control computer numerical control (CNC) machines. It can drive milling machines, lathe machines, 3D printers, laser cutters, plasma cutters, robot arms, hexapods and more.","dw_arch":"aarch64, x86_64","dw_desktop":"Xfce","dw_category":"Live Medium, Raspberry Pi, Specialist","dw_url":"https://distrowatch.com/linuxcnc"},
|
||
"linuxconsole": {"pretty":"LinuxConsole","homepage":"https://www.linuxconsole.org","basedof":"Independent","description":"LinuxConsole is an independently developed Linux live CD with different editions designed for desktops, servers, gaming consoles, and old computers. Its primary characteristics are easy installation, extensive choice of software in the form of modules, and excellent hardware detection.","dw_arch":"i586, x86_64","dw_desktop":"MATE","dw_category":"Desktop, Gaming, Live Medium, Old Computers","dw_url":"https://distrowatch.com/linuxconsole"},
|
||
"linuxfx": {"pretty":"Linuxfx","homepage":"https://www.linuxfx.org","basedof":"Ubuntu (LTS)","description":"Linuxfx (also known as Winux or Wubuntu) is a Brazilian Linux distribution based on Ubuntu. It ships with an intuitive Cinnamon desktop user interface designed to facilitate migration of users from Windows.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/linuxfx"},
|
||
"linuxhub": {"pretty":"LinuxHub Prime","homepage":"https://linuxhub.link","basedof":"Arch","description":"LinuxHub Prime is an Arch-based Linux distribution with a customised Openbox window manager as the default desktop environment.","dw_arch":"x86_64","dw_desktop":"Openbox","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/linuxhub"},
|
||
"linuxschools": {"pretty":"Linux Schools","homepage":"https://www.linuxschools.com","basedof":"Debian, Ubuntu (LTS)","description":"Linux Schools (formerly Karoshi) is a free and open-source school server operating system based on Ubuntu. It provides a simple graphical interface that allows for quick installation, setup and maintenance of a network.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Education, Live Medium","dw_url":"https://distrowatch.com/linuxschools"},
|
||
"lite": {"pretty":"Linux Lite","homepage":"https://www.linuxliteos.com","basedof":"Debian, Ubuntu (LTS)","description":"Linux Lite is a beginner-friendly Linux distribution based on Ubuntu's long-term support (LTS) release and featuring the Xfce desktop. Linux Lite primarily targets Windows users.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Beginners, Desktop, Live Medium","dw_url":"https://distrowatch.com/lite"},
|
||
"liveraizo": {"pretty":"Live Raizo","homepage":"https://sourceforge.net/projects/live-raizo","basedof":"Debian (Stable)","description":"Live Raizo is a live Linux distribution based on Debian 'Stable'. It's purpose is to experiment with system administration on simulated networks and real devices; it contains simulators of networks and systems (GNS3, QEmu, Docker, VPCS) and also Debian virtual machines already integrated into GNS3.","dw_arch":"x86_64","dw_desktop":"Fluxbox","dw_category":"Live Medium, Specialist","dw_url":"https://distrowatch.com/liveraizo"},
|
||
"liya": {"pretty":"Liya Linux","homepage":"https://liyalinux.gitlab.io","basedof":"Arch","description":"Liya Linux is an Arch Linux-based, rolling release distribution. The project uses the Calamares system installer to set up the distribution which offers users the Cinnamon desktop environment, Pamac graphical package manager and OnlyOffice.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Desktop, Live Medium, Large Language Model","dw_url":"https://distrowatch.com/liya"},
|
||
"lliurex": {"pretty":"LliureX","homepage":"http://www.lliurex.net","basedof":"Debian, Ubuntu (LTS)","description":"LliureX is a project of the Council of Culture, Education and Sport at the Municipality of Valencia, Spain. The LliureX distribution is an Edubuntu-based live and installation DVD with support for the Valencian and Spanish languages.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Education, Live Medium, Server, Thin Client","dw_url":"https://distrowatch.com/lliurex"},
|
||
"locos": {"pretty":"Loc-OS","homepage":"https://loc-os.com","basedof":"Debian (Stable)","description":"Loc-OS is a lightweight, antiX-based Linux distribution with LXDE as the default desktop environment and without the systemd service manager; it uses SysV init to manage the startup and shutdown of services instead.","dw_arch":"i686, x86_64","dw_desktop":"LXDE","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/locos"},
|
||
"luberri": {"pretty":"Luberri Linux","homepage":"https://luberrilinux.eus","basedof":"Debian, Ubuntu (LTS), Mint","description":"Luberri Linux is a desktop-oriented distribution based on Linux Mint, with Cinnamon as the preferred desktop. It is localised into the Basque language and is primarily intended for the Basque-speaking users, although it supports the Spanish language as well.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Desktop, Education, Live Medium","dw_url":"https://distrowatch.com/luberri"},
|
||
"lxpup": {"pretty":"LxPup","homepage":"https://lx-pup.weebly.com","basedof":"Puppy","description":"LxPup is a variant of Puppy Linux that uses the LXDE desktop environment. It provides the Openbox window manager, the LXPanel panel and the PCManFM file manager.","dw_arch":"i386, x86_64","dw_desktop":"JWM, LXDE, Openbox","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/lxpup"},
|
||
"mabox": {"pretty":"Mabox Linux","homepage":"https://maboxlinux.org","basedof":"Arch, Manjaro","description":"Mabox Linux is a Manjaro-based rolling-release distribution. It features the Openbox window manager as its default user interface and provides a welcome screen with access to utilities which add additional software to the operating system.","dw_arch":"x86_64","dw_desktop":"Openbox","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/mabox"},
|
||
"macaroni": {"pretty":"Macaroni OS","homepage":"https://www.macaronios.org","basedof":"Funtoo","description":"Macaroni OS, a Linux distribution born as an incubation project under the source-based Funtoo Linux umbrella, develops a range of binary Linux operating systems for desktops, servers and containers.","dw_arch":"x86_64","dw_desktop":"GNOME, i3, KDE Plasma, LXQt, Xfce","dw_category":"Container, Desktop, Live Medium, Server","dw_url":"https://distrowatch.com/macaroni"},
|
||
"maemoleste": {"pretty":"Maemo Leste","homepage":"https://maemo-leste.github.io","basedof":"Devuan","description":"Maemo Leste is a Devuan-based Linux distribution designed for mobile devices with touch screens, such as smartphones, tablets and personal digital assistants (PDA). It is a continuation of Nokia's Maemo project the development of which was terminated in 2011.","dw_arch":"aarch64, armhf, x86_64","dw_desktop":"Matchbox","dw_category":"Desktop, Mobile","dw_url":"https://distrowatch.com/maemoleste"},
|
||
"magos": {"pretty":"MagOS Linux","homepage":"https://magos-linux.ru","basedof":"ROSA","description":"MagOS Linux is a Russian desktop-oriented distribution based on ROSA, a distribution that was forked from Mandriva Linux in 2011. It uses the RPM package management.","dw_arch":"x86_64","dw_desktop":"KDE Plasma, LXQt","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/magos"},
|
||
"maid": {"pretty":"mAid","homepage":"https://maid.binbash.rocks","basedof":"Arch, Manjaro","description":"mAid (previously known as FWUL - Forget Windows Use Linux) is a desktop Linux distribution based on Manjaro Linux and featuring the Budgie desktop. The main purpose of the project is to build a small, fast, light and hassle-free distribution for working with Android devices.","dw_arch":"x86_64","dw_desktop":"Budgie","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/maid"},
|
||
"makulu": {"pretty":"MakuluLinux","homepage":"https://www.makululinux.com","basedof":"Debian (Testing), Ubuntu (LTS)","description":"MakuluLinux is a rolling-release, desktop distribution based either on Ubuntu's LTS (long-term support) release or Debian's 'Testing' branch. It includes pre-installed multimedia codecs, device drivers and software for everyday use.","dw_arch":"x86_64","dw_desktop":"Cinnamon, MATE, Xfce","dw_category":"Desktop, Gaming, Live Medium, Large Language Model","dw_url":"https://distrowatch.com/makulu"},
|
||
"maple": {"pretty":"Maple Linux","homepage":"https://maplelinux.ca","basedof":"Debian (Stable)","description":"Maple Linux is a desktop Linux distribution based on Debian's 'Stable' branch and featuring the Cinnamon desktop. It is designed primarily for users located in Canada, with specific Canadian defaults.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/maple"},
|
||
"mariposa": {"pretty":"Mariposa Rescue Disk","homepage":"https://www.blueseal.eu/mariposa","basedof":"Debian (Stable)","description":"Mariposa Rescue Disk is a live Linux image based on Debian's 'Stable' branch. By default it boots into a command-line interface, but a full graphical desktop with Xfce is also available.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Data Rescue, Disk Management, Live Medium","dw_url":"https://distrowatch.com/mariposa"},
|
||
"mauna": {"pretty":"Mauna Linux","homepage":"https://maunalinux.top","basedof":"Debian (Stable)","description":"Mauna Linux is a Brazilian desktop Linux distribution based on Debian's 'stable' branch.","dw_arch":"x86_64","dw_desktop":"Cinnamon, GNOME, LXQt, MATE, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/mauna"},
|
||
"max": {"pretty":"MAX: Madrid_Linux","homepage":"https://www.educa2.madrid.org/web/max/inicio","basedof":"Debian, Ubuntu (LTS)","description":"Madrid_Linux, or MAX for short, is an GNU/Linux distribution created by the Council of Education of Madrid, Spain. It is a live operating system based on Ubuntu.","dw_arch":"x86_64","dw_desktop":"MATE","dw_category":"Desktop, Education, Live Medium","dw_url":"https://distrowatch.com/max"},
|
||
"melawy": {"pretty":"Melawy Linux","homepage":"https://melawy.ru","basedof":"Arch","description":"Melawy Linux is an Arch-based desktop Linux distribution featuring a customised KDE Plasma as the preferred desktop. It uses the alternative XanMod Linux kernel designed for improved performance and responsiveness.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/melawy"},
|
||
"midnightbsd": {"pretty":"MidnightBSD","homepage":"https://www.midnightbsd.org","basedof":"FreeBSD","description":"MidnightBSD is a FreeBSD-derived operating system. A critical goal of the project is to create an easy-to-use desktop environment with graphical ports management, and system configuration using GNUstep. The vast majority of the operating system will maintain a BSD license.","dw_arch":"i386, x86_64","dw_desktop":"Awesome, Blackbox, Cinnamon, Enlightenment, Fluxbox, GNOME, MATE, Openbox, WMaker, Xfce","dw_category":"Age Declaration (Passive), Desktop","dw_url":"https://distrowatch.com/midnightbsd"},
|
||
"milis": {"pretty":"Milis Linux","homepage":"https://mls.akdeniz.edu.tr","basedof":"Independent","description":"Milis Linux is an independently-developed Linux distribution supported by Akdeniz University in Antalya, Turkey. It is built using the Linux From Scratch (LFS) project and it includes a custom package management utility called Milis Paket Sistemi (MPS).","dw_arch":"x86_64","dw_desktop":"labwc","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/milis"},
|
||
"minios": {"pretty":"MiniOS","homepage":"https://minios.dev","basedof":"Debian (Stable)","description":"MiniOS is a Debian-based Linux distribution which strives to be lightweight, modular, versatile and customisable. It comes in three editions, 'Standard', 'Toolbox' and 'Ultra'.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Data Rescue, Desktop, Live Medium","dw_url":"https://distrowatch.com/minios"},
|
||
"mint": {"pretty":"Linux Mint","homepage":"https://linuxmint.com","basedof":"Debian (Stable), Ubuntu (LTS)","description":"Linux Mint is an Ubuntu-based distribution whose goal is to provide a classic desktop experience with many convenient, custom tools and optional out-of-the-box multimedia support.","dw_arch":"i686, x86_64","dw_desktop":"Cinnamon, MATE, Xfce","dw_category":"Beginners, Desktop, Live Medium","dw_url":"https://distrowatch.com/mint"},
|
||
"miracle": {"pretty":"MIRACLE LINUX","homepage":"https://www.miraclelinux.com","basedof":"Red Hat","description":"MIRACLE LINUX is a Japanese Linux distribution based on Red Hat Enterprise Linux. The distribution is free to use, with a 10-year support, but users can opt for a paid support provided by a company called Cybertrust, Inc.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Server","dw_url":"https://distrowatch.com/miracle"},
|
||
"ml4w": {"pretty":"ML4W OS","homepage":"https://ml4w.com/os","basedof":"Arch","description":"ML4W OS is an Arch Linux-based distribution featuring a heavily customised Hyprland tiling compositor.","dw_arch":"x86_64","dw_desktop":"Hyprland","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/ml4w"},
|
||
"mobian": {"pretty":"Mobian","homepage":"https://mobian-project.org","basedof":"Debian (Stable), Debian (Testing)","description":"Mobian is a port of the Debian distribution, running the mainline Linux kernel, to smartphones and tablets. It is available for the PinePhone, PinePhone Pro, PineTab, PineTab 2, Librem 5, OnePlus 6/6T and Pocophone F1, as well as for standard 64-bit desktop and laptop computers.","dw_arch":"aarch64, armhf, x86_64","dw_desktop":"Plasma Mobile, Phosh","dw_category":"Desktop, Mobile","dw_url":"https://distrowatch.com/mobian"},
|
||
"mocaccinoos": {"pretty":"MocaccinoOS","homepage":"https://www.mocaccino.org","basedof":"Independent","description":"MocaccinoOS is an independently-developed Linux distribution that has its origins in source-based Gentoo Linux and Sabayon Linux. It uses a custom-built package manager called 'Luet', which acts as a front-end for container-based software.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma, MATE, Wayfire, Xfce","dw_category":"Desktop, Immutable, Live Medium","dw_url":"https://distrowatch.com/mocaccinoos"},
|
||
"modicia": {"pretty":"MODICIA O.S.","homepage":"https://www.modiciaos.cloud","basedof":"Debian (Stable)","description":"MODICIA O.S. is a Linux multimedia distribution designed primarily for musicians, graphic designers and video makers. It is based on Debian's 'stable' branch, but uses the Cinnamon desktop and a recent Linux kernel. MODICIA O.S.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Live Medium, Multimedia","dw_url":"https://distrowatch.com/modicia"},
|
||
"modos": {"pretty":"MODOS","homepage":"https://sourceforge.net/projects/g0ll0z-smollos","basedof":"Debian (Stable)","description":"MODOS is a minimalist Linux distribution featuring the Cinnamon desktop and based on Debian's 'Stable' branch. It is meant to be run as a live Linux system from a USB drive. The distribution also includes a collection of in-house utilities called #DODOS tools.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/modos"},
|
||
"murena": {"pretty":"Murena","homepage":"https://murena.com","basedof":"LineageOS, Android","description":"Murena is an umbrella name for the /e/OS operating system, associated open source powered smartphones, and cloud-based services.","dw_arch":"aarch64","dw_desktop":"Bliss","dw_category":"Immutable, Mobile","dw_url":"https://distrowatch.com/murena"},
|
||
"mx": {"pretty":"MX Linux","homepage":"https://mxlinux.org","basedof":"Debian (Stable), antiX","description":"MX Linux, a desktop-oriented Linux distribution based on Debian's 'Stable' branch, is a cooperative venture between the antiX and former MEPIS Linux communities.","dw_arch":"armhf, i686, x86_64","dw_desktop":"Fluxbox, KDE Plasma, Xfce","dw_category":"Desktop, From RAM, Live Medium, Old Computers, Raspberry Pi","dw_url":"https://distrowatch.com/mx"},
|
||
"nakedeb": {"pretty":"nakeDeb","homepage":"https://nakedeb.arpinux.org","basedof":"Debian (Stable)","description":"nakeDeb is a minimalist desktop Linux distribution based on Debian's 'Stable' branch and designed for more advanced Linux users. By default it uses the Fluxbox window manager, although an alternative session with i3 is also available.","dw_arch":"x86_64","dw_desktop":"i3, Fluxbox","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/nakedeb"},
|
||
"nawaos": {"pretty":"NawaOS","homepage":"https://nawaos.com","basedof":"Debian (Stable)","description":"NawaOS is a Debian-based Linux distribution designed for gamers, with Steam, Lutris, Wine and RetroArch pre-installed and configured. It also comes with support for Xbox, PlayStation and other controllers.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Beginners, Desktop, Gaming, Live Medium","dw_url":"https://distrowatch.com/nawaos"},
|
||
"nebios": {"pretty":"NebiOS","homepage":"https://nebios.org","basedof":"Ubuntu (LTS)","description":"NebiOS is an Ubuntu-based desktop Linux distribution with a custom Wayland compositor called NebiDE (based on Wayfire).","dw_arch":"x86_64","dw_desktop":"NebiDE (Wayfire)","dw_category":"Desktop, Live Medium, Gaming","dw_url":"https://distrowatch.com/nebios"},
|
||
"nekovoid": {"pretty":"Neko-Void","homepage":"https://neko-void.sourceforge.io","basedof":"Void","description":"Neko-Void is a Void-based rolling-release distribution featuring a preconfigured MATE desktop environment with carefully selected software. It is designed for users who want Void Linux's stability and minimalism with modern desktop functionality.","dw_arch":"x86_64","dw_desktop":"MATE","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/nekovoid"},
|
||
"nemesis": {"pretty":"Nemesis Linux","homepage":"https://nemesis-linux.sourceforge.io","basedof":"Arch, Artix","description":"Nemesis Linux is a set of lightweight, minimalist live Linux distributions inspired by the Slackware-based Porteus project, but based on Artix Linux instead. It uses the Pacman package manager and the OpenRC init system.","dw_arch":"x86_64","dw_desktop":"Cinnamon, LXDE, LXQt, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/nemesis"},
|
||
"neptune": {"pretty":"Neptune","homepage":"https://neptuneos.com","basedof":"Debian (Stable)","description":"Neptune is a GNU/Linux distribution for desktops. It is based on Debian's Stable branch, except for a newer kernel, some drivers and newer versions of popular applications, such as LibreOffice. It also ships with the latest version of the KDE desktop.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/neptune"},
|
||
"netdeep": {"pretty":"Netdeep Secure Firewall","homepage":"https://netdeep.com.br/novo/firewall","basedof":"Independent","description":"Netdeep Secure Firewall is a comercial Linux distribution designed for firewalls, developed by Neetdeep Tecnologia Ltda in Brazil. It is built from scratch on top of a Linux kernel and GNU utilities.","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Firewall","dw_url":"https://distrowatch.com/netdeep"},
|
||
"nethsecurity": {"pretty":"NethSecurity","homepage":"https://nethsecurity.org","basedof":"OpenWRT","description":"NethSecurity is a full-featured open-source Linux firewall that streamlines network security deployment in just a few clicks. NethSecurity is a spin-off of the NethServer project.","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Firewall","dw_url":"https://distrowatch.com/nethsecurity"},
|
||
"nethserver": {"pretty":"NethServer","homepage":"https://www.nethserver.org","basedof":"Rocky","description":"NethServer is a Rocky Linux-based application server specifically designed for small offices and medium enterprises. It facilitates the management of applications through a user-friendly web interface.","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Server","dw_url":"https://distrowatch.com/nethserver"},
|
||
"nethydra": {"pretty":"NetHydra","homepage":"https://nethydra.github.io","basedof":"Debian (Stable)","description":"NetHydra (formerly HydraPWK GNU/Linux) is a Debian-based distribution designed primarily for penetration testing. It contains a collection of penetration testing tools, including tools for information gathering, scanning, stress testing, exploitation, cracking, reversing engineering and forensics.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Forensics, Live Medium, Security","dw_url":"https://distrowatch.com/nethydra"},
|
||
"netrunner": {"pretty":"Netrunner","homepage":"https://www.netrunner.com","basedof":"Debian (Stable)","description":"Netrunner is a Debian-based distribution featuring a highly customised KDE desktop with extra applications, multimedia codecs, Flash and Java plugins, and a unique look and feel.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/netrunner"},
|
||
"nexentastor": {"pretty":"NexentaStor","homepage":"https://nexenta.com/products/nexentastor","basedof":"Solaris, OpenSolaris, Debian, Ubuntu","description":"NexentaStor is an enterprise-class unified storage solution built upon the foundation of the open-source file system Nexenta Core Platform, including the ZFS file system.","dw_arch":"i386, x86_64","dw_desktop":"No Desktop","dw_category":"Specialist, UNIX","dw_url":"https://distrowatch.com/nexentastor"},
|
||
"nobara": {"pretty":"Nobara Project","homepage":"https://nobaraproject.org","basedof":"Fedora","description":"Nobara Project is a modified version of Fedora Linux with user-friendly fixes added to it. The distribution comes with certain features that do not ship with the regular Fedora, such as WINE dependencies, OBS Studio, 3rd party codec packages for GStreamer, NVIDIA drivers, and some package fixes.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma","dw_category":"Desktop, Gaming, Live Medium","dw_url":"https://distrowatch.com/nobara"},
|
||
"noid": {"pretty":"Noid Linux","homepage":"https://sourceforge.net/projects/noid-linux","basedof":"Void","description":"Noid Linux is a Void-based minimalist Linux distribution with Xfce as the preferred desktop. It includes a long-term supported Linux kernel, the Calamares system installer, the Brave web browser, support for Flatpak packages, and a custom Welcome screen.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/noid"},
|
||
"nomadbsd": {"pretty":"NomadBSD","homepage":"https://nomadbsd.org","basedof":"FreeBSD","description":"NomadBSD is a 32-bit and 64-bit live system for USB flash drives, based on FreeBSD. Together with automatic hardware detection and setup, it is configured to be used as a desktop system that works out of the box, but can also be used for data recovery.","dw_arch":"i386, x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/nomadbsd"},
|
||
"nst": {"pretty":"Network Security Toolkit","homepage":"https://www.networksecuritytoolkit.org","basedof":"Fedora","description":"Network Security Toolkit (NST) is a bootable live disc based on the Fedora distribution. The toolkit was designed to provide easy access to best-of-breed open source network security applications and should run on most x86 platforms.","dw_arch":"x86_64","dw_desktop":"Fluxbox, MATE, Openbox","dw_category":"Forensics, Live Medium, Security","dw_url":"https://distrowatch.com/nst"},
|
||
"nutyx": {"pretty":"NuTyX","homepage":"https://www.nutyx.org","basedof":"LFS","description":"NuTyX is a French Linux distribution (with multi-language support) built from Linux From Scratch and Beyond Linux From Scratch, with a custom package manager called 'cards'. The package manager can install individual binary packages, a group of related binary packages (e.g.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/nutyx"},
|
||
"nyarch": {"pretty":"Nyarch Linux","homepage":"https://nyarchlinux.moe","basedof":"Arch","description":"Nyarch Linux is an Arch-based, rolling-release Linux distribution designed for 'weebs', or non-Japanese persons interested in anime, manga, cosplay and other aspects of the Japanese culture.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/nyarch"},
|
||
"obarun": {"pretty":"Obarun","homepage":"https://web.obarun.org","basedof":"Arch","description":"Obarun is an Arch-based Linux distribution featuring the S6 init software in place of systemd. It provides a live disc featuring the JWM graphical interface. Utilities, such as pacopts, are included for working with Arch's repositories, including the Arch User Repository (AUR).","dw_arch":"x86_64","dw_desktop":"JWM","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/obarun"},
|
||
"obsidianos": {"pretty":"ObsidianOS","homepage":"https://obsidianos.xyz","basedof":"Arch","description":"ObsidianOS is a set of Linux distribution based primarily on Arch Linux. Its main feature is an A/B partition style (as used by Android or Chrome OS) so if an update causes some issues, it is possible to reboot into the first partition and restore the second one.","dw_arch":"x86_64","dw_desktop":"COSMIC, KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/obsidianos"},
|
||
"omarchy": {"pretty":"Omarchy","homepage":"https://omarchy.org","basedof":"Arch","description":"Omarchy is an Arch-based Linux distribution featuring the Hyprland tiling window manager. It ships with what a modern software developer would need to be productive immediately, including Neovim, Spotify, Chromium, Typora, Alacritty, LibreOffice and Zoom.","dw_arch":"x86_64","dw_desktop":"Hyprland","dw_category":"Desktop, Immutable","dw_url":"https://distrowatch.com/omarchy"},
|
||
"omegalinux": {"pretty":"OmegaLinux","homepage":"https://omega-linux.github.io/page","basedof":"Arch","description":"OmegaLinux is an Arch-based, rolling-release Linux distribution featuring the lightweight LXDE desktop. It is suitable for installation on older computers with as little as 1 GB of memory. OmegaLinux was originally based on Lubuntu, but it was rebuilt on top of an Arch Linux base in February 2026.","dw_arch":"x86_64","dw_desktop":"LXDE","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/omegalinux"},
|
||
"omnios": {"pretty":"OmniOS","homepage":"https://omnios.org","basedof":"OpenSolaris","description":"OmniOS is an open-source operating system for servers, with support for many popular Solaris and OpenSolaris technologies, such as the ZFS file system, bhyve hypervisor, Dtrace (a dynamic tracing framework for troubleshooting kernel and application problems), kernel-based virtual machine, and Linux ","dw_arch":"x86_64","dw_desktop":"No Desktop","dw_category":"Server","dw_url":"https://distrowatch.com/omnios"},
|
||
"openeuler": {"pretty":"openEuler","homepage":"https://www.openeuler.org","basedof":"Fedora, Red Hat Enterprise Linux","description":"openEuler is an open source project operated by the OpenAtom Foundation. It is a digital infrastructure distribution which can fit into a wide variety of server, cloud computing, edge computing, and embedded deployments.","dw_arch":"aarch64, loongarch64, ppc64le, riscv, x86_64","dw_desktop":"Deepin, GNOME, UKUI, Xfce","dw_category":"Server","dw_url":"https://distrowatch.com/openeuler"},
|
||
"openkylin": {"pretty":"openKylin","homepage":"https://www.openkylin.top","basedof":"Debian","description":"openKylin is a Chinese desktop Linux distribution which runs the Kylin and UKUI desktop environments. Both Wayland and X11 sessions are available out of the box. The project is a member of the Debian family and can use APT package management tools.","dw_arch":"aarch64, riscv, x86_64","dw_desktop":"Kylin, UKUI","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/openkylin"},
|
||
"openmamba": {"pretty":"openmamba GNU/Linux","homepage":"https://openmamba.org","basedof":"Independent","description":"openmamba GNU/Linux is a distribution for personal computers that can be used on notebooks, desktops, servers and Raspberry Pi computers. It works as an installable live DVD/USB images, offering one of two desktop environments: KDE Plasma or LXQt.","dw_arch":"aarch64, i686, x86_64","dw_desktop":"KDE Plasma, LXQt","dw_category":"Desktop, Live Medium, Raspberry Pi, Server","dw_url":"https://distrowatch.com/openmamba"},
|
||
"openmandriva": {"pretty":"OpenMandriva Lx","homepage":"https://www.openmandriva.org","basedof":"Independent","description":"The OpenMandriva distribution is a full-featured Linux desktop and server, sponsored by the OpenMandriva Association.","dw_arch":"x86_64","dw_desktop":"COSMIC, GNOME, KDE Plasma, labwc, LXQt, Wayfire, Xfce","dw_category":"Desktop, Live Medium, Server","dw_url":"https://distrowatch.com/openmandriva"},
|
||
"openmediavault": {"pretty":"OpenMediaVault","homepage":"https://www.openmediavault.org","basedof":"Debian (Stable)","description":"OpenMediaVault is a Network-Attached Storage (NAS) solution based on Debian GNU/Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, rsync, BitTorrent and many more. Thanks to a modular design it can be enhanced via plugins.","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"NAS","dw_url":"https://distrowatch.com/openmediavault"},
|
||
"opnsense": {"pretty":"OPNsense","homepage":"https://opnsense.org","basedof":"FreeBSD","description":"OPNsense is a FreeBSD-based specialist operating system (and a fork of pfSense) designed for firewalls and routers. It is developed by Deciso B.V. in the Netherlands.","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Firewall, Live Medium","dw_url":"https://distrowatch.com/opnsense"},
|
||
"oracle": {"pretty":"Oracle Linux","homepage":"https://www.oracle.com/linux","basedof":"Red Hat","description":"Oracle Linux is an enterprise-class Linux distribution supported by Oracle and built from source packages for Red Hat Enterprise Linux (RHEL).","dw_arch":"aarch64, x86_64","dw_desktop":"GNOME","dw_category":"Server","dw_url":"https://distrowatch.com/oracle"},
|
||
"oreon": {"pretty":"Oreon","homepage":"https://oreonhq.com","basedof":"AlmaLinux","description":"Oreon is a desktop-oriented live Linux distribution based on AlmaLinux, attempting to combine the stability and security of an enterprise Linux distribution with user-friendly features for desktop and laptop users.","dw_arch":"aarch64, x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/oreon"},
|
||
"origami": {"pretty":"Origami Linux","homepage":"https://origami.wf","basedof":"Fedora","description":"Origami Linux is a Fedora-based desktop Linux distribution with immutable root filesystem and atomic updates. It uses System76's COSMIC desktop. The distribution does not offer a 'live' mode; it brings up the Anaconda system installer right after the initial boot for a guided installation instead.","dw_arch":"x86_64","dw_desktop":"COSMIC","dw_category":"Desktop, Immutable","dw_url":"https://distrowatch.com/origami"},
|
||
"osgeo": {"pretty":"OSGeoLive","homepage":"https://live.osgeo.org","basedof":"Debian, Lubuntu (LTS)","description":"OSGeoLive is a bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows the user to try a wide variety of open source geospatial software without installing anything. It is composed entirely of free software, allowing it to be freely distributed, duplicated and passed around.","dw_arch":"x86_64","dw_desktop":"LXQt","dw_category":"Education, Live Medium","dw_url":"https://distrowatch.com/osgeo"},
|
||
"osintvm": {"pretty":"OSINT VM","homepage":"https://www.tracelabs.org/initiatives/osint-vm","basedof":"Debian (Testing), Kali","description":"Trace Labs OSINT VM is a Kali Linux-based distribution with specialist open-source intelligence (OSINT) tools to help find missing persons and reunite them with their families. It is provided as a set of pre-built images for VMware and Virtual Box virtual machines.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Specialist","dw_url":"https://distrowatch.com/osintvm"},
|
||
"osmc": {"pretty":"OSMC","homepage":"https://osmc.tv","basedof":"Debian, Raspbian","description":"OSMC (formerly Raspbmc) is a Debian-based minimal Linux distribution that brings the Kodi media centre software to a Raspberry Pi, Apple TV and Vero devices.","dw_arch":"armhf, armv7","dw_desktop":"Kodi","dw_category":"Raspberry Pi","dw_url":"https://distrowatch.com/osmc"},
|
||
"osolinux": {"pretty":"OsoLinux","homepage":"https://oso.sourceforge.io","basedof":"Fedora","description":"OsoLinux is Chinese desktop Linux distribution based on Fedora and optimised for multimedia and gaming use. It deploys the KDE Plasma desktop.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium, Multimedia","dw_url":"https://distrowatch.com/osolinux"},
|
||
"pakos": {"pretty":"PakOS","homepage":"https://axitechnologies.ai/pak-os-linux","basedof":"Debian (Stable)","description":"PakOS is a Debian-based, desktop Linux distribution. The project aims to supply software and tools that will be useful for the people of Pakistan, though the distribution runs well in other regions and includes multi-language support.","dw_arch":"x86_64","dw_desktop":"LXQt","dw_category":"Desktop, Live Medium, Security","dw_url":"https://distrowatch.com/pakos"},
|
||
"paldo": {"pretty":"paldo GNU/Linux","homepage":"https://www.paldo.org","basedof":"Independent","description":"paldo is a hybrid (source and binary), Upkg-driven GNU/Linux distribution and live CD. Besides aiming to be simple, pure, up-to-date and standards-compliant, paldo offers automatic hardware detection, one application per task, and a standard GNOME desktop.","dw_arch":"x86_64","dw_desktop":"GNOME, IceWM, Xfce","dw_category":"Data Rescue, Live Medium","dw_url":"https://distrowatch.com/paldo"},
|
||
"parch": {"pretty":"Parch GNU/Linux","homepage":"https://parchlinux.com","basedof":"Arch","description":"Parch GNU/Linux is an Arch-based, rolling-release Linux distribution for standard desktops as well as some ARM-based devices. Its goal is to provide a streamlined and user-friendly experience while maintaining the customisability and performance of Arch Linux.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/parch"},
|
||
"pardus": {"pretty":"Pardus","homepage":"https://pardus.org.tr","basedof":"Debian (Stable)","description":"Pardus is a Turkish Linux distribution developed by Software Technologies Research Institute (YTE) of the Scientific Technological Research Council of Turkey (TÜBİTAK). It is based on Debian's 'Stable' branch.","dw_arch":"x86_64","dw_desktop":"GNOME, Xfce","dw_category":"Desktop, Live Medium, Server","dw_url":"https://distrowatch.com/pardus"},
|
||
"parrot": {"pretty":"Parrot","homepage":"https://parrotsec.org","basedof":"Debian (Stable)","description":"Parrot (formerly Parrot Security OS) is a Debian-based, security-oriented distribution featuring a collection of utilities designed for penetration testing, computer forensics, reverse engineering, hacking, privacy, anonymity and cryptography.","dw_arch":"aarch64, armhf, riscv64, x86_64","dw_desktop":"Enlightenment, KDE Plasma, LXQt, MATE","dw_category":"Forensics, Live Medium, Raspberry Pi, Security","dw_url":"https://distrowatch.com/parrot"},
|
||
"partedmagic": {"pretty":"Parted Magic","homepage":"https://partedmagic.com","basedof":"Slackware","description":"Parted Magic is a small live CD/USB/PXE with its elemental purpose being to partition hard drives. Although GParted and Parted are the main programs, the CD/USB also offers other applications, such as Partition Image, TestDisk, fdisk, sfdisk, dd, ddrescue, etc.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Data Rescue, Disk Management, From RAM, Live Medium","dw_url":"https://distrowatch.com/partedmagic"},
|
||
"pearl": {"pretty":"Pearl Linux OS","homepage":"https://www.pearllinux.net","basedof":"Debian (Stable), Ubuntu (LTS)","description":"Pearl Linux OS is a distribution based on Ubuntu. Pearl uses components of the LXDE and Xfce desktop environments to create a desktop experience which looks similar to Apple's OS X desktop environment. The project calls this hybrid desktop PearlDE.","dw_arch":"x86_64","dw_desktop":"MATE, PDE, Xfce","dw_category":"Desktop","dw_url":"https://distrowatch.com/pearl"},
|
||
"pearos": {"pretty":"pearOS","homepage":"https://pearos.xyz","basedof":"Arch","description":"pearOS is an Arch-based desktop Linux distribution which features a macOS-like theme and icons on top of the KDE Plasma desktop. Some of the distribution's features include a custom system installer called pearOS Installer, a pearOS welcome application, and the GNOME Files file manager.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/pearos"},
|
||
"pelandukos": {"pretty":"PelandukOS","homepage":"https://pelandukos.tunnelbiz.com","basedof":"Debian (Testing)","description":"PelandukOS is a desktop Linux distribution based on Debian's 'Testing' branch and featuring the GNOME desktop. It supports installation of extra software in various formats, including the native DEB packages, as well as packages created by AppImage, Flatpak and snap technologies.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Gaming, Live Medium","dw_url":"https://distrowatch.com/pelandukos"},
|
||
"pelicanhpc": {"pretty":"PelicanHPC GNU Linux","homepage":"https://sourceforge.net/projects/pelicanhpc","basedof":"Debian","description":"PelicanHPC is a Debian-based live CD image with a goal to make it simple to set up a high performance computing cluster. The front-end node (either a real computer or a virtual machine) boots from the CD image.","dw_arch":"x86_64","dw_desktop":"MATE, Xfce","dw_category":"Clusters, High Performance Computing, Live Medium","dw_url":"https://distrowatch.com/pelicanhpc"},
|
||
"pentoo": {"pretty":"Pentoo","homepage":"https://www.pentoo.ch","basedof":"Gentoo","description":"Pentoo is a Gentoo-based Linux live CD with a selection of applications and tools designed to perform penetration testing.","dw_arch":"i686, x86_64","dw_desktop":"Xfce","dw_category":"Forensics, Live Medium, Security","dw_url":"https://distrowatch.com/pentoo"},
|
||
"peropesis": {"pretty":"Peropesis","homepage":"https://peropesis.org","basedof":"Independent","description":"Peropesis (personal operating system) is a small-scale, minimalist, command-line-based Linux operating system. It's an incomplete system, but it's constantly being improved. Also, it is a free operating system created from free software, mostly distributed under the GNU GPL or BSD licenses.","dw_arch":"x86_64","dw_desktop":"No Desktop","dw_category":"Live Medium","dw_url":"https://distrowatch.com/peropesis"},
|
||
"pfsense": {"pretty":"pfSense","homepage":"https://www.pfsense.org","basedof":"FreeBSD, m0n0wall","description":"pfSense is a free, open source customized distribution of FreeBSD specifically tailored for use as a firewall and router that is entirely managed via web interface.","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Firewall, Live Medium","dw_url":"https://distrowatch.com/pfsense"},
|
||
"pikaos": {"pretty":"PikaOS Linux","homepage":"http://pika-os.com","basedof":"Debian (Unstable)","description":"PikaOS Linux is a Linux distribution based on Debian's cutting-edge 'Unstable' branch, optimised for gaming.","dw_arch":"x86_64","dw_desktop":"COSMIC, GNOME, Hyprland, KDE Plasma, niri","dw_category":"Desktop, Gaming, Live Medium","dw_url":"https://distrowatch.com/pikaos"},
|
||
"pimersusos": {"pretty":"PimersusOS","homepage":"https://pimersusos.sourceforge.io","basedof":"Debian (Stable), MX Linux","description":"PimersusOS is desktop Linux distribution based on Debian's 'Stable' branch and featuring the Xfce desktop.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/pimersusos"},
|
||
"pisi": {"pretty":"Pisi Linux","homepage":"https://www.pisilinux.org","basedof":"Independent","description":"Pisi Linux is a GNU/Linux distribution based on the old Pardus Linux with its unique PiSi package management system. It's an operating system for desktop computer with software for listening to music, browsing the Internet and creating documents.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop","dw_url":"https://distrowatch.com/pisi"},
|
||
"plamo": {"pretty":"Plamo Linux","homepage":"https://www.plamolinux.org","basedof":"Slackware","description":"Plamo Linux is a Japanese Linux distribution based on Slackware Linux. The installer, and many text-based and graphical tools have been updated to include Japanese language support.","dw_arch":"x86_64","dw_desktop":"labwc, LXDE, LXQt, MATE, Xfce","dw_category":"Desktop, Server","dw_url":"https://distrowatch.com/plamo"},
|
||
"planetatecno": {"pretty":"Planeta Tecno OS","homepage":"https://planetatecno.com.uy/planeta","basedof":"Debian (Stable)","description":"Planeta Tecno OS is a Uruguayan Linux distribution based on Debian's 'Stable' branch, featuring the MATE desktop (with an Xfce-based alternative available separately).","dw_arch":"x86_64","dw_desktop":"MATE, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/planetatecno"},
|
||
"pld": {"pretty":"PLD Linux Distribution","homepage":"http://pld-linux.org","basedof":"Independent","description":"PLD Linux Distribution is a free, RPM-based Linux distribution, aimed at the more advanced users and administrators, who accept the trade-offs of using a system that might require manual tweaking in exchange for flexibility.","dw_arch":"i686, x86_64","dw_desktop":"Blackbox, Fluxbox, GNOME, IceWM, KDE, labwc, WMaker, Wayfire, Xfce","dw_category":"Desktop, Server","dw_url":"https://distrowatch.com/pld"},
|
||
"plop": {"pretty":"Plop Linux","homepage":"https://www.plop.at","basedof":"Independent","description":"Plop Linux is an independently-developed Linux distribution for desktops and servers, available for the i486, x86_64 and armv6l architectures. It is designed for advanced Linux users.","dw_arch":"armv6l, i486, x86_64","dw_desktop":"Fluxbox, MATE, Xfce","dw_category":"Data Rescue, Desktop, Live Medium, Raspberry Pi, Server","dw_url":"https://distrowatch.com/plop"},
|
||
"plurios": {"pretty":"PluriOS","homepage":"https://plurios.openit.dev","basedof":"Debian, Ubuntu (LTS)","description":"PluriOS is a Bolivian Linux distribution based on Ubuntu's LTS (long-term support) branch. It focuses specifically on providing an operating system adapted to the needs of Bolivia.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/plurios"},
|
||
"porteuskiosk": {"pretty":"Porteus Kiosk","homepage":"http://porteus-kiosk.org","basedof":"Gentoo","description":"Porteus Kiosk is a lightweight Gentoo-based Linux operating system which has been downscaled and confined to allow the use of one application only - the Firefox web browser. The browser has been locked down to prevent users from tampering with settings or downloading and installing software.","dw_arch":"x86_64","dw_desktop":"Firefox","dw_category":"Live Medium, Specialist","dw_url":"https://distrowatch.com/porteuskiosk"},
|
||
"porteux": {"pretty":"PorteuX","homepage":"https://github.com/porteux/porteux","basedof":"Slackware","description":"PorteuX is a Linux distribution based on Slackware Linux, inspired by Slax and Porteus and available to the public for free. Its main goal is to be fast, small, portable (run from a thumb drive), modular and optionally immutable.","dw_arch":"x86_64","dw_desktop":"Cinnamon, COSMIC, GNOME, KDE Plasma, labwc, LXDE, LXQt, MATE, Xfce","dw_category":"Desktop, Immutable, Live Medium","dw_url":"https://distrowatch.com/porteux"},
|
||
"postmarketos": {"pretty":"postmarketOS","homepage":"https://postmarketos.org","basedof":"Alpine","description":"postmarketOS is an Alpine-based Linux distribution for mobile devices and desktop computers. The project offers several mobile interfaces - including GNOME Mobile, Phosh, Plasma Mobile and Simple X Mobile (Sxmo).","dw_arch":"aarch64, armv7, x86_64","dw_desktop":"COSMIC, GNOME, GNOME Mobile, KDE Plasma, Phosh, Plasma Mobile, Sway, Sxmo","dw_category":"Desktop, Live Medium, Mobile","dw_url":"https://distrowatch.com/postmarketos"},
|
||
"predator": {"pretty":"Predator-OS","homepage":"https://predator-os.ir","basedof":"Debian (Testing)","description":"Predator-OS is a Debian-based Linux distribution designed for penetration testing, ethical hacking, privacy and anonymity. It features customised KDE Plasma, LXQT, MATE and LXDE desktops with tailored menus.","dw_arch":"x86_64","dw_desktop":"KDE Plasma, LXDE, LXQt, MATE","dw_category":"Desktop, Forensics, Live Medium, Privacy, Security","dw_url":"https://distrowatch.com/predator"},
|
||
"prismlinux": {"pretty":"PrismLinux","homepage":"https://www.prismlinux.org","basedof":"Arch","description":"PrismLinux is a minimalist distribution based on Arch Linux. The live image boots into the River Wayland compositor and a custom system installer which provides several popular desktop options available for installation, including KDE Plasma, GNOME, COSMIC and Cinnamon, as well as a customized Niri ","dw_arch":"x86_64","dw_desktop":"Cinnamon, COSMIC, GNOME, Hyprland, KDE Plasma, niri, River, Sway","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/prismlinux"},
|
||
"proxmox": {"pretty":"Proxmox","homepage":"https://www.proxmox.com","basedof":"Debian (Stable)","description":"Proxmox is a commercial company offering specialised products based on Debian GNU/Linux, notably Proxmox Virtual Environment and Proxmox Mail Gateway. Proxmox Virtual Environment is an open-source virtualisation platform for running virtual appliances and virtual machines.","dw_arch":"x86_64","dw_desktop":"WebUI","dw_category":"Clusters, Server, Specialist","dw_url":"https://distrowatch.com/proxmox"},
|
||
"puppy": {"pretty":"Puppy Linux","homepage":"https://puppylinux-woof-ce.github.io","basedof":"Independent","description":"Puppy Linux is yet another Linux distribution. What's different here is that Puppy is extraordinarily small, yet quite full-featured. Puppy boots into a ramdisk and, unlike live CD distributions that have to keep pulling stuff off the CD, it loads into RAM.","dw_arch":"x86_64","dw_desktop":"JWM, labwc, Openbox","dw_category":"Desktop, From RAM, Old Computers, Live Medium, Netbooks","dw_url":"https://distrowatch.com/puppy"},
|
||
"q4os": {"pretty":"Q4OS","homepage":"https://q4os.org","basedof":"Debian (Stable)","description":"Q4OS is a Debian-based desktop Linux distribution offering a choice of a classic-style user interface (Trinity) and a modern desktop environment (KDE Plasma).","dw_arch":"i686, x86_64","dw_desktop":"KDE Plasma, Trinity","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/q4os"},
|
||
"q83": {"pretty":"Linux Q83","homepage":"https://linux-q83.sourceforge.net","basedof":"Debian (Stable)","description":"Linux Q83 is a desktop Linux distribution based on Debian's 'Stable' branch. Depending on the edition, it comes either with the Cinnamon desktop environment (a fork of GNOME created by Linux Mint), or COSMIC (a modern graphical desktop interface written in the Rust programming language, developed by","dw_arch":"aarch64, x86_64","dw_desktop":"Cinnamon, COSMIC","dw_category":"Desktop, Live Medium, Raspberry Pi","dw_url":"https://distrowatch.com/q83"},
|
||
"qlustar": {"pretty":"Qlustar","homepage":"https://qlustar.com","basedof":"Debian, Ubuntu (LTS)","description":"Qlustar is an Ubuntu-based Linux distribution designed for setting up, managing and scaling computer clusters. Some of its main features include the Slurm workload manager for optimal resource allocation and fair distribution across the cluster, and integration of the Spack package manager.","dw_arch":"x86_64","dw_desktop":"No Desktop","dw_category":"Clusters","dw_url":"https://distrowatch.com/qlustar"},
|
||
"quarkos": {"pretty":"Quarkos","homepage":"https://quark-os.sourceforge.io","basedof":"Ubuntu (LTS)","description":"Quarkos is a desktop Linux distribution based on Ubuntu's long-term support branch, with a choice of two user interfaces - the modern KDE Plasma desktop or the lightweight Trinity desktop environment (a fork of KDE 3.5). It is a sister project of the Debian-based Q4OS distribution.","dw_arch":"x86_64","dw_desktop":"KDE Plasma, Trinity","dw_category":"Live Medium, Desktop, Old Computers","dw_url":"https://distrowatch.com/quarkos"},
|
||
"qubes": {"pretty":"Qubes OS","homepage":"https://qubes-os.org","basedof":"Debian, Fedora","description":"Qubes OS is a free and open-source, security-oriented operating system for single-user desktop computing. Qubes OS leverages Xen-based virtualization to allow for the creation and management of isolated compartments called qubes. These qubes are implemented as virtual machines (VMs).","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Security","dw_url":"https://distrowatch.com/qubes"},
|
||
"quirinux": {"pretty":"Quirinux","homepage":"https://quirinux.org","basedof":"Devuan","description":"Quirinux is a Devuan-based Linux distribution designed for the development of animated films. The project provides tools to create an animated film using various common techniques (traditional, digital, cut-out, CGI-3D, stop motion, motion graphics) using open-source software.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium, Multimedia","dw_url":"https://distrowatch.com/quirinux"},
|
||
"rakuos": {"pretty":"RakuOS","homepage":"https://rakuos.org","basedof":"Fedora","description":"RakuOS is an immutable Linux distribution based on Fedora, with a choice of KDE Plasma, GNOME and COSMIC desktops. It combines an immutable, read-only base system with the full package flexibility of a traditional Linux distribution.","dw_arch":"x86_64","dw_desktop":"COSMIC, GNOME, KDE Plasma","dw_category":"Desktop, Gaming, Immutable","dw_url":"https://distrowatch.com/rakuos"},
|
||
"raspios": {"pretty":"Raspberry Pi OS","homepage":"https://www.raspberrypi.com/software","basedof":"Debian (Stable)","description":"Raspberry Pi OS (formerly Raspbian) is a free operating system based on Debian GNU/Linux and optimised for the Raspberry Pi hardware (the armhf processor architecture).","dw_arch":"aarch64, armhf, i686","dw_desktop":"labwc, PIXEL","dw_category":"Raspberry Pi","dw_url":"https://distrowatch.com/raspios"},
|
||
"rds": {"pretty":"Raspberry Digital Signage","homepage":"https://www.binaryemotions.com/digital-signage/raspberry-digital-signage","basedof":"Raspbian","description":"Raspberry Digital Signage is an operating system designed for digital signage installations on the Raspberry Pi: it displays a full-screen browser view restricted to a specified resource.","dw_arch":"armhf","dw_desktop":"Chromium","dw_category":"Raspberry Pi","dw_url":"https://distrowatch.com/rds"},
|
||
"rebeccablackos": {"pretty":"RebeccaBlackOS","homepage":"https://sourceforge.net/projects/rebeccablackos","basedof":"Debian (Stable)","description":"RebeccaBlackOS is a Debian-based live distribution which can be used to run Wayland desktop sessions. RebeccaBlackOS can run a number of popular open source desktop environments on top of a Wayland graphical session.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma, labwc, LXQt, MATE, Sway, Wayfire, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/rebeccablackos"},
|
||
"recalbox": {"pretty":"Recalbox","homepage":"https://www.recalbox.com","basedof":"Independent","description":"Recalbox is a dedicated operating system for running video games on emulated retro and console platforms. Recalbox can also be used to run the Kodi media centre.","dw_arch":"arm64, armhf, i686, x86_64","dw_desktop":"No Desktop","dw_category":"Gaming, Live Medium, Multimedia","dw_url":"https://distrowatch.com/recalbox"},
|
||
"recovery": {"pretty":"recovery","homepage":"https://recovery.sourceforge.io","basedof":"Debian (Stable)","description":"recovery is a Debian-based live Linux distribution with a collection of utilities designed for troubleshooting, disk partitioning, system rescue, backup and data recovery. It also includes tools for modifying passwords on Linux and Windows installations and for retrieving Windows product keys.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Date Rescue, Disk Management, From RAM, Live Medium","dw_url":"https://distrowatch.com/recovery"},
|
||
"redcore": {"pretty":"Redcore Linux","homepage":"https://redcorelinux.org","basedof":"Gentoo","description":"Redcore Linux explores the idea of bringing the power of Gentoo Linux to the masses. It aims to be a very quick way to install a pure Gentoo Linux system without spending hours or days compiling from source code, and reading documentation.","dw_arch":"x86_64","dw_desktop":"KDE Plasma, LXQt, Qtile","dw_category":"Desktop, Live Medium, Source-based","dw_url":"https://distrowatch.com/redcore"},
|
||
"redhat": {"pretty":"Red Hat Enterprise Linux","homepage":"http://www.redhat.com","basedof":"Fedora","description":"Red Hat Enterprise Linux (RHEL) is a Linux distribution developed by Red Hat and targeted toward the commercial market. Red Hat Enterprise Linux is released in server editions for x86, x86_64, Itanium, PowerPC and IBM System z architectures, and desktop editions for x86 and x86_64 processors.","dw_arch":"aarch64, ppc64el, s390x, x86_64, x86-64-v2","dw_desktop":"GNOME","dw_category":"Desktop, Server","dw_url":"https://distrowatch.com/redhat"},
|
||
"redos": {"pretty":"RED OS","homepage":"https://redos.red-soft.ru/product/red-os","basedof":"Independent","description":"RED OS is an independently-developed Russian Linux distribution for workstations and servers. It uses the RPM and DNG tools for package management.","dw_arch":"aarch64, x86_64","dw_desktop":"GNOME, KDE Plasma, MATE","dw_category":"Desktop, Live Medium, Server","dw_url":"https://distrowatch.com/redos"},
|
||
"redox": {"pretty":"Redox OS","homepage":"https://www.redox-os.org","basedof":"Independent","description":"Redox is a Unix-like, general-purpose, microkernel-based operating system written in Rust. Redox aims to bring the innovations of Rust to a modern microkernel. The project also provides a full set of custom programs and tries to be a complete alternative to Linux and BSD.","dw_arch":"i686, x86_64","dw_desktop":"COSMIC","dw_category":"Desktop, Live Medium, Server","dw_url":"https://distrowatch.com/redox"},
|
||
"refracta": {"pretty":"Refracta","homepage":"https://refracta.org","basedof":"Debian, Devuan","description":"Refracta is a Linux distribution based on Devuan GNU+Linux (a systemd-free fork of Debian), designed primarily for home computer users and also for use as a system rescue and recovery disk. It provides a simple and familiar layout using the Xfce desktop.","dw_arch":"i386, x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/refracta"},
|
||
"refreshos": {"pretty":"RefreshOS","homepage":"https://refreshos.org","basedof":"Debian (Stable)","description":"RefreshOS is a user-friendly Linux distribution based on Debian's 'Stable' branch and featuring the KDE Plasma desktop. Some of its main features include extended driver support, a polished user experience, and a refined system performance.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/refreshos"},
|
||
"regata": {"pretty":"Regata OS","homepage":"https://www.regataos.com.br","basedof":"openSUSE","description":"Regata OS is a Brazilian Linux distribution based on openSUSE, focusing on desktop and gaming needs.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Gaming, Live Medium","dw_url":"https://distrowatch.com/regata"},
|
||
"relianoid": {"pretty":"RELIANOID","homepage":"https://www.relianoid.com","basedof":"Debian (Stable)","description":"RELIANOID is a Debian-based Linux distribution for load balancing. The project offers a specialist operating system for testing, development and quality assurance environments. Relianoid is available in Community (free of cost) and Enterprise editions.","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Firewall, Specialist","dw_url":"https://distrowatch.com/relianoid"},
|
||
"remnux": {"pretty":"REMnux","homepage":"https://remnux.org","basedof":"Debian, Ubuntu (LTS)","description":"REMnux is an Ubuntu-based Linux distribution with a toolkit for reverse-engineering and analysing malicious software. It provides a curated collection of free tools created by the community. Analysts can use it to investigate malware without having to find, install and configure the tools.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Security, Specialist","dw_url":"https://distrowatch.com/remnux"},
|
||
"rengeos": {"pretty":"RengeOS","homepage":"https://rengeos.github.io/rengeos-docs","basedof":"Arch","description":"RengeOS is an Arch-based Linux distribution focused on performance and maintainability.","dw_arch":"x86_64","dw_desktop":"niri","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/rengeos"},
|
||
"rescuezilla": {"pretty":"Rescuezilla","homepage":"https://rescuezilla.com","basedof":"Debian, Ubuntu (LTS)","description":"Rescuezilla is a specialist Ubuntu-based distribution designed for system rescue tasks, including backups and system restoration. It was forked from the 'Redo Backup & Rescue' project which was abandoned in 2012.","dw_arch":"i386, x86_64","dw_desktop":"LXDE","dw_category":"Data Rescue, Live Medium","dw_url":"https://distrowatch.com/rescuezilla"},
|
||
"risc": {"pretty":"RISC OS","homepage":"https://www.riscosopen.org","basedof":"Independent","description":"RISC OS is a computer operating system originally designed by Acorn Computers Ltd in Cambridge, England in 1987. RISC OS was specifically designed to run on the ARM chipset, which Acorn had designed concurrently for use in its new line of Archimedes personal computers.","dw_arch":"armhf","dw_desktop":"Pinboard","dw_category":"Raspberry Pi","dw_url":"https://distrowatch.com/risc"},
|
||
"rlxos": {"pretty":"rlxos","homepage":"https://rlxos.dev","basedof":"Independent","description":"rlxos is an independent Linux distribution which runs on an immutable filesystem and features the Xfce desktop. The project features the Distrobox container manager to facilitate running software from multiple other distributions.","dw_arch":"x86_64","dw_desktop":"labwc, Xfce","dw_category":"Desktop, Immutable","dw_url":"https://distrowatch.com/rlxos"},
|
||
"rockstor": {"pretty":"Rockstor","homepage":"http://rockstor.com","basedof":"openSUSE","description":"Rockstor is a specialist openSUSE-based Linux distribution designed for Network Attached Storage (NAS) and private cloud storage solutions.","dw_arch":"aarch64, x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"NAS","dw_url":"https://distrowatch.com/rockstor"},
|
||
"rocky": {"pretty":"Rocky Linux","homepage":"https://rockylinux.org","basedof":"Fedora, Red Hat","description":"Rocky Linux is a community enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux. It is available for the x86_64 and AArch64 processor architectures.","dw_arch":"aarch64, ppc64le, riscv, s390x, x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Server","dw_url":"https://distrowatch.com/rocky"},
|
||
"rosa": {"pretty":"ROSA","homepage":"https://www.rosalinux.ru","basedof":"Independent (forked from Mandriva)","description":"ROSA is a Russian company developing a variety of Linux-based solutions. Its flagship product, ROSA Desktop, is a Linux distribution featuring a highly customised KDE desktop and a number of modifications designed to enhance the user-friendliness of the working environment.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma","dw_category":"Desktop, Live Medium, Server","dw_url":"https://distrowatch.com/rosa"},
|
||
"runtu": {"pretty":"Runtu","homepage":"http://www.runtu.org","basedof":"Debian, Ubuntu (LTS)","description":"Runtu is a Russian desktop Linux distribution based on Ubuntu's LTS (long-term support) releases. It features full support for Russian and a variety of extra applications, tools and media codecs.","dw_arch":"x86_64","dw_desktop":"KDE Plasma, LXDE","dw_category":"Desktop, Live Medium, Netbooks","dw_url":"https://distrowatch.com/runtu"},
|
||
"salix": {"pretty":"Salix","homepage":"http://www.salixos.org","basedof":"Slackware","description":"Salix is a Slackware-based Linux distribution that is simple, fast, easy to use and compatible with Slackware Linux.","dw_arch":"i586, i686, x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/salix"},
|
||
"sculpt": {"pretty":"Sculpt OS","homepage":"https://genode.org","basedof":"Independent","description":"Sculpt OS is an independent open-source operating system developed by Genode. It combines Genode's microkernel architecture, capability-based security, sandboxed device drivers, and virtual machines in a novel operating system for commodity PC hardware and the PinePhone.","dw_arch":"aarch64, armv7l, i386, RISC-V, x86_64","dw_desktop":"Leitzentrale","dw_category":"Live Medium","dw_url":"https://distrowatch.com/sculpt"},
|
||
"sdesk": {"pretty":"SDesk","homepage":"https://stevestudios.net/sdesk","basedof":"Arch","description":"SDesk is an Arch-based Linux distribution which strives for an easy to use, modern approach to desktop computing. The SDesk project ships up to date software and uses GNOME running on a Wayland session for its default desktop environment.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/sdesk"},
|
||
"secureblue": {"pretty":"secureblue","homepage":"https://secureblue.dev","basedof":"Fedora","description":"secureblue is an immutable, security-focused desktop and server Linux operating system based on Fedora Atomic Desktop's base images - Silverblue, Kinoite and Sway Atomic.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma, Sway","dw_category":"Desktop, Immutable, Security, Server","dw_url":"https://distrowatch.com/secureblue"},
|
||
"securek": {"pretty":"Secure-K OS","homepage":"https://github.com/LumIT-Labs/open-securekos","basedof":"Debian (Stable)","description":"Secure-K OS is a Debian-based distribution which runs from a live USB. The distribution is designed to provide secure communication and anonymous web browsing using applications such as the Tox messaging client and Tor Web Browser.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Live Medium, Privacy, Security","dw_url":"https://distrowatch.com/securek"},
|
||
"securityonion": {"pretty":"Security Onion","homepage":"https://securityonionsolutions.com/software","basedof":"Fedora, Oracle","description":"Security Onion is a specialist, security-oriented Linux distribution based on Oracle Linux. It is a free and open platform for threat hunting, enterprise security monitoring and log management. It includes custom interfaces for alerting, dashboards, hunting, PCAP, detections and case management.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Security","dw_url":"https://distrowatch.com/securityonion"},
|
||
"senpai": {"pretty":"Senpai Respins","homepage":"https://senpai-respins.sourceforge.io","basedof":"Debian (Stable), Mint, MX Linux","description":"Senpai Respins is a set of (principally) MX Linux respins with Cinnamon, GNOME, LXDE, LXQT, MATE and Moksha desktops and window managers, user interfaces that the upstream project does not offer.","dw_arch":"x86_64","dw_desktop":"Budgie, Cinnamon, GNOME, LXDE, LXQt, MATE, Moksha","dw_category":"Desktop, Live Medium, Raspberry Pi","dw_url":"https://distrowatch.com/senpai"},
|
||
"serbian": {"pretty":"Serbian GNU/Linux","homepage":"https://www.debian-srbija.iz.rs/p/serbian.html","basedof":"Debian (Stable)","description":"Serbian GNU/Linux is Debian-based Linux distribution localised into Serbian and designed for the Serbian Linux user community. It is available in two variants - either with a full-featured KDE Plasma desktop or with a lightweight Openbox window manager.","dw_arch":"x86_64","dw_desktop":"KDE Plasma, Openbox","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/serbian"},
|
||
"shanios": {"pretty":"Shanios","homepage":"https://shani.dev","basedof":"Arch","description":"Shanios is an immutable desktop Linux distribution based on Arch Linux. It provides optimised builds of the GNOME and KDE Plasma desktop environments.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma","dw_category":"Desktop, Immutable","dw_url":"https://distrowatch.com/shanios"},
|
||
"shebang": {"pretty":"Shebang","homepage":"https://shebang-linux.github.io","basedof":"Arch, Artix","description":"Shebang is a lightweight Artix-based Linux distribution with focus on simplicity, privacy and security. It uses a customised Openbox window manager suitable for both intermediate and advanced power users.","dw_arch":"x86_64","dw_desktop":"Openbox","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/shebang"},
|
||
"shredos": {"pretty":"ShredOS","homepage":"https://github.com/PartialVolume/shredos.x86_64","basedof":"Independent","description":"ShredOS is a small live Linux distribution whose sole purpose is to securely erase the contents of disks. It can boot from a USB device, CD or DVD and it supports both BIOS and UEFI booting.","dw_arch":"x86_64","dw_desktop":"No Desktop","dw_category":"Live Medium, Disk Management","dw_url":"https://distrowatch.com/shredos"},
|
||
"shrikelinux": {"pretty":"ShrikeLinux","homepage":"https://shrikelinuxug.org","basedof":"Arch","description":"ShrikeLinux is an Arch Linux-based distribution featuring a customised Xfce desktop.","dw_arch":"x86_64","dw_desktop":"dk, i3, spectrwm, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/shrikelinux"},
|
||
"side": {"pretty":"Side GNU/Linux","homepage":"https://side.codeberg.page","basedof":"Independent","description":"Side GNU/Linux is an independently-developed lightweight Linux distribution featuring the PiSi package manager. It uses the Simple Desktop Environment (SDE, a fork of LXDE) together with the Openbox window manager and the text-mode Lynx web browser.","dw_arch":"x86_64","dw_desktop":"Openbox, SDE","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/side"},
|
||
"skudonet": {"pretty":"Skudonet","homepage":"https://www.skudonet.com","basedof":"Debian","description":"Skudonet is a load balancer and application delivery system based on Debian. Originally forked from Zevenet, the platform provides HTTP and HTTPS connections for web applications as well as load balancing services for TCP and UDP traffic.","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Server, Specialist","dw_url":"https://distrowatch.com/skudonet"},
|
||
"skywave": {"pretty":"Skywave Linux","homepage":"https://skywavelinux.com","basedof":"Debian (Unstable)","description":"Skywave Linux is a specialist, Debian-based distribution configured for connecting to internet-accessible software defined radio (SDR) receivers. It uses bleeding-edge technology to access broadcast media, utility, military and amateur radio signals from anywhere in the world.","dw_arch":"x86_64","dw_desktop":"dwm","dw_category":"Desktop, Live Medium, Specialist","dw_url":"https://distrowatch.com/skywave"},
|
||
"slackel": {"pretty":"Slackel","homepage":"http://www.slackel.gr","basedof":"Slackware, Salix","description":"Slackel is a Linux distribution and live CD based on Slackware Linux and Salix. It is fully compatible with both. It uses the current version of Slackware and the latest version of the KDE desktop. The Slackel disc images are offered in two different forms - installation and live.","dw_arch":"i686, x86_64","dw_desktop":"MATE, Openbox","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/slackel"},
|
||
"slarpx": {"pretty":"Hardened Slarpx","homepage":"https://sourceforge.net/projects/slarpx","basedof":"Debian (Stable)","description":"Hardened Slarpx is a Debian-based, security-oriented Linux distribution. It uses a multi-layered defense model with aggressive mitigations and extensive kernel-level hardening.","dw_arch":"x86_64","dw_desktop":"No Desktop","dw_category":"Security","dw_url":"https://distrowatch.com/slarpx"},
|
||
"sle": {"pretty":"SUSE Linux Enterprise","homepage":"https://www.suse.com","basedof":"openSUSE","description":"SUSE Linux Enterprise is an interoperable platform for mission-critical computing. SUSE Linux Enterprise Desktop is an enterprise-quality Linux desktop that's ready for routine business use. It provides interoperability with existing systems and many office applications.","dw_arch":"armv7, armv8, IBM Z, Power, x86_64","dw_desktop":"GNOME, IceWM","dw_category":"Desktop, Raspberry Pi, Server","dw_url":"https://distrowatch.com/sle"},
|
||
"slimbookos": {"pretty":"Slimbook OS","homepage":"https://slimbook.com/en/slimbook-os","basedof":"Ubuntu (LTS)","description":"Slimbook OS is an Ubuntu-based Linux distribution customised for the Slimbook line of Linux computers assembled in Spain. It offers a choice of GNOME or KDE Plasma desktops on a single ISO image which also includes some custom extensions and utilities.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/slimbookos"},
|
||
"smartos": {"pretty":"SmartOS","homepage":"https://www.tritondatacenter.com/smartos","basedof":"Solaris","description":"SmartOS is an open-source UNIX-like operating system based on illumos, a community fork of OpenSolaris.","dw_arch":"x86_64","dw_desktop":"No Desktop","dw_category":"Specialist, Live Medium","dw_url":"https://distrowatch.com/smartos"},
|
||
"smoothwall": {"pretty":"Smoothwall Express","homepage":"http://www.smoothwall.org","basedof":"Independent","description":"Smoothwall is a family of Internet security products, designed to defend your users and your network from external attacks. Smoothwall Express is based on the Linux operating system.","dw_arch":"i686, x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Firewall","dw_url":"https://distrowatch.com/smoothwall"},
|
||
"snal": {"pretty":"Snal Linux","homepage":"https://jeremywakeman.net/snal","basedof":"Arch","description":"Snal Linux is a small Linux distribution based on Arch Linux. It features the i3 window manager and it includes the Firefox web browser, as well as a handful of network and filesystem utilities. It is intended to be used as a live image to troubleshoot hard disk, system and network problems.","dw_arch":"x86_64","dw_desktop":"i3","dw_category":"Container, From RAM, Live Medium, Rescue","dw_url":"https://distrowatch.com/snal"},
|
||
"solaris": {"pretty":"Oracle Solaris","homepage":"https://www.oracle.com/technetwork/server-storage/solaris11/overview","basedof":"Independent","description":"Solaris is a computer operating system, the proprietary Unix variant developed by Sun Microsystems. Early versions, based on BSD UNIX, were called SunOS. The shift to a System V code base in SunOS 5 was marked by changing the name to Solaris 2. Earlier versions were retroactively named Solaris 1.x.","dw_arch":"sparc64, x86_64","dw_desktop":"AfterStep, GNOME, KDE, WMaker, Xfce","dw_category":"Server, UNIX","dw_url":"https://distrowatch.com/solaris"},
|
||
"solydxk": {"pretty":"SolydXK","homepage":"https://solydxk.com","basedof":"Debian (Stable)","description":"SolydX and SolydK are Debian-based distributions with the Xfce and KDE desktops respectively. SolydXK aims to be simple to use, providing an environment that is both stable and secure. SolydXK is an open-source alternative for small businesses, non-profit organisations and home users.","dw_arch":"x86_64","dw_desktop":"KDE, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/solydxk"},
|
||
"soplos": {"pretty":"Soplos Linux","homepage":"https://soplos.org","basedof":"Debian (Testing)","description":"Soplos Linux is a set of desktop-oriented Linux distributions based on Debian's 'Testing' featuring several popular desktop environments.","dw_arch":"x86_64","dw_desktop":"GNOME, KDE Plasma, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/soplos"},
|
||
"sparky": {"pretty":"SparkyLinux","homepage":"https://sparkylinux.org","basedof":"Debian (Stable), Debian (Testing)","description":"SparkyLinux is a set of Debian-based desktop Linux distributions. The project provides separate editions with KDE Plasma, LXQt, MATE and Xfce desktops, as well as a lightweight flavour featuring the Openbox window manager.","dw_arch":"x86_64","dw_desktop":"KDE Plasma, LXQt, MATE, Openbox, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/sparky"},
|
||
"spirit": {"pretty":"spirit OS","homepage":"https://spirit-os.sourceforge.io","basedof":"Tiny Core","description":"spirit OS is a lightweight remaster of Tiny Core Linux, designed for very old 32-bit computers without UEFI. It includes the IceWM window manager, full multimedia support (video and music with codecs), WiFi tools and the Dillo web browser. It is powered by glibc and a recent Linux kernel.","dw_arch":"i386","dw_desktop":"IceWM","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/spirit"},
|
||
"startos": {"pretty":"StartOS","homepage":"https://github.com/Start9Labs/start-os","basedof":"Debian (Stable)","description":"StartOS is a Debian-based Linux distribution optimised for personal servers. It facilitates the discovery, installation, network configuration, service configuration, data backup, dependency management and health monitoring of self-hosted software services.","dw_arch":"aarch64, armhf, x86_64","dw_desktop":"Firefox","dw_category":"Kiosk, Raspberry Pi, Server","dw_url":"https://distrowatch.com/startos"},
|
||
"steamos": {"pretty":"SteamOS","homepage":"http://store.steampowered.com/steamos","basedof":"Arch","description":"SteamOS is an Arch-based Linux distribution developed by Valve Corporation, a US video game developer, publisher and digital distribution company.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Gaming","dw_url":"https://distrowatch.com/steamos"},
|
||
"stillos": {"pretty":"stillOS","homepage":"https://stillhq.io","basedof":"Fedora, AlmaLinux","description":"stillOS is an immutable Linux distribution based on AlmaLinux and featuring a customised GNOME desktop. It includes atomic updates and support for Flatpak packages.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Beginners, Desktop, Immutable","dw_url":"https://distrowatch.com/stillos"},
|
||
"stormos": {"pretty":"StormOS","homepage":"https://techcafe757.wixsite.com/storm-os","basedof":"Arch","description":"StormOS is a desktop-oriented Linux distribution based on Arch Linux. The project's goal is to build an operating system which is easy-to-install, beginner-friendly and usable out of the box in order to attract new users over to the world of Arch Linux.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/stormos"},
|
||
"stratos": {"pretty":"StratOS Linux","homepage":"https://stratos-linux.org","basedof":"Arch","description":"StratOS Linux is an Arch-based Linux distribution which uses scripts from Bedrock Linux to include various packages and repositories from other Linux distributions. It provides several desktop variants featuring the GNOME desktop as well as the Hyprland and the Niri Wayland compositors.","dw_arch":"x86_64","dw_desktop":"GNOME, Hyprland, niri","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/stratos"},
|
||
"supergrub": {"pretty":"Super Grub2 Disk","homepage":"https://www.supergrubdisk.org/super-grub2-disk","basedof":"Independent","description":"Super Grub2 Disk is a live CD that helps the user to boot into almost any operating system even if the system cannot boot into it by normal means. This allows a user to boot into an installed operating system if their GRUB installation has been overwritten, erased or otherwise corrupted.","dw_arch":"i386, x86_64","dw_desktop":"--","dw_category":"Data Rescue, Live Medium, Specialist","dw_url":"https://distrowatch.com/supergrub"},
|
||
"superlite": {"pretty":"Super Lite Linux","homepage":"https://gnu-super-lite-linux.sourceforge.io","basedof":"Debian (Stable), antiX","description":"Super Lite Linux is a customised variant of antiX, a lightweight Debian-based distribution, featuring the JWM window manager. The project's objective is to improve the user interface of antiX to make the distribution more attractive to new users.","dw_arch":"x86_64","dw_desktop":"Fluxbox, IceWM, JWM","dw_category":"Desktop, Live Medium, Old Computers","dw_url":"https://distrowatch.com/superlite"},
|
||
"synex": {"pretty":"Synex","homepage":"https://synex.ar","basedof":"Debian (Stable)","description":"Synex is a GNU/Linux distribution based on Debian's 'Stable' branch, developed with the official Debian Live Build tool.","dw_arch":"x86_64","dw_desktop":"GNOME, IceWM, LXDE, MATE, KDE Plasma, Xfce","dw_category":"Desktop, Live Medium, Server","dw_url":"https://distrowatch.com/synex"},
|
||
"syslinuxos": {"pretty":"SysLinuxOS","homepage":"https://syslinuxos.com","basedof":"Debian (Stable)","description":"SysLinuxOS is a Debian-based GNU/Linux live distribution designed for system administrators and system integrators. It offers a complete networking environment that is organised to integrate various software tools and has a friendly graphical interface using the MATE and GNOME desktops.","dw_arch":"x86_64","dw_desktop":"GNOME, MATE","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/syslinuxos"},
|
||
"systemrescue": {"pretty":"SystemRescue","homepage":"https://www.system-rescue.org","basedof":"Arch","description":"SystemRescue is an Arch-based Linux system on a bootable DVD or USB drive, designed for repairing a system and rescue data after a crash. It also aims to provide an easy way to carry out administration tasks on a computer, such as creating and editing hard disk partitions.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Data Rescue, From RAM, Live Medium","dw_url":"https://distrowatch.com/systemrescue"},
|
||
"t2": {"pretty":"T2 Linux SDE","homepage":"https://t2linux.com","basedof":"ROCK","description":"T2 Linux SDE is an independently-developed open-source system development environment (or distribution build kit). It enables the creation of custom distributions with bleeding-edge technology.","dw_arch":"aarch64, alpha, armel, ia64, loongarch64, mipsel, mips64, m68k, nios2, powerpc, ppc64, riscv, riscv64, s390x, sparc64, superh, x86, x86_64","dw_desktop":"AfterStep, Awesome, Blackbox, Enlightenment, Fluxbox, GNOME, IceWM, KDE, labwc, LXDE, Openbox, Sway, WMaker, Wayfire, Xfce","dw_category":"Source-based","dw_url":"https://distrowatch.com/t2"},
|
||
"t4n": {"pretty":"T4n OS","homepage":"https://t4n-labs.github.io/t4n-os","basedof":"Void","description":"T4n OS is a lightweight, fast and minimalist Linux distribution based on Void Linux. It uses a vanilla Xfce desktop.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/t4n"},
|
||
"talos": {"pretty":"Talos Linux","homepage":"https://www.talos.dev","basedof":"Independent","description":"Talos is a specialist Linux-based operating system for running Kubernetes, an open-source system for automating deployment, scaling and management of containerised applications.","dw_arch":"aarch64, armv7, x86_64","dw_desktop":"No Desktop","dw_category":"Immutable, Kubernetes","dw_url":"https://distrowatch.com/talos"},
|
||
"tealinux": {"pretty":"TeaLinux","homepage":"https://tealinuxos.org","basedof":"Arch","description":"TeaLinux is an Indonesian Linux distribution based on Arch Linux. It is developed by Dinus Open Source Community (DOSCOM) from Dian Nuswantoro University in Semarang, Central Java. It was started in 2009 (when the distribution was based on Ubuntu).","dw_arch":"x86_64","dw_desktop":"COSMIC, KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/tealinux"},
|
||
"thinstation": {"pretty":"Thinstation","homepage":"https://www.thinstation.org","basedof":"CRUX","description":"Thinstation is a modern thin client that does work on its own for basic operations like web browsing, managing removable media and printers, but rely on servers for major applications as well as administration of the clients. The clients may be diskless or boot from local media.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Thin Client","dw_url":"https://distrowatch.com/thinstation"},
|
||
"tigeros": {"pretty":"TigerOS","homepage":"https://tigeros.com.br","basedof":"Debian, Ubuntu (LTS)","description":"TigerOS is a Brazilian desktop Linux distribution based on Ubuntu's long-term support (LTS) branch, with some elements borrowed from Linux Mint. It uses a customised KDE Plasma desktop, and it ships with a range of applications for home and office use, including the OnlyOffice office suite.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/tigeros"},
|
||
"tileos": {"pretty":"TileOS","homepage":"https://tile-os.com","basedof":"Debian (Stable)","description":"TileOS is a Debian-based desktop Linux distribution featuring a selection of several Wayland tiling compositors, notably Sway, River, Qtile and miracle-wm.","dw_arch":"x86_64","dw_desktop":"miracle-wm, niri, Qtile, River, Sway","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/tileos"},
|
||
"tobbeos": {"pretty":"TobbeOS","homepage":"https://tobbeos.lysakermoen.com","basedof":"Arch","description":"TobbeOS is a minimalist, Arch-based Linux distribution featuring the Qtile tiling window manager. It provides a network installation image with a simple script that guides the user through the installation process; it downloads and installs the latest packages from Arch Linux repositories.","dw_arch":"x86_64","dw_desktop":"Qtile","dw_category":"Desktop","dw_url":"https://distrowatch.com/tobbeos"},
|
||
"tribblix": {"pretty":"Tribblix","homepage":"https://tribblix.org","basedof":"OpenSolaris, OpenIndiana","description":"Tribblix is a general-purpose operating system derived from OpenSolaris, OpenIndiana and illumos. The base kernel and commands come from illumos, with everything else rebuilt from scratch.","dw_arch":"sparc, x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium, Server","dw_url":"https://distrowatch.com/tribblix"},
|
||
"tromjaro": {"pretty":"TROMjaro","homepage":"https://www.tromjaro.com","basedof":"Arch, Manjaro","description":"TROMjaro is a Manjaro-based Linux distribution with a customised Xfce desktop. Compared to its parent, TROMjaro offers several user-friendly utilities, such as Layout Switcher with six different layouts or Theme Switcher with several accent colours.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/tromjaro"},
|
||
"truenas": {"pretty":"TrueNAS","homepage":"https://www.truenas.com","basedof":"Debian (Stable)","description":"TrueNAS CORE (previously known as FreeNAS) is a free and Open Source Network-Attached Storage (NAS) operating system that supports file, block and object storage. TrueNAS CORE is FreeBSD based and is a community-supported branch of the TrueNAS project, sponsored by iXsystems.","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"NAS","dw_url":"https://distrowatch.com/truenas"},
|
||
"tsurugi": {"pretty":"Tsurugi Linux","homepage":"https://tsurugi-linux.org","basedof":"Debian, Ubuntu (LTS)","description":"Tsurugi Linux is an Ubuntu-based Linux distribution designed to support Digital Forensics and Incident Response (DFIR) investigations, malware analysis, and Open Source INTelligence (OSINT) activities.","dw_arch":"x86_64","dw_desktop":"MATE","dw_category":"Forensics, Live DVD, Security","dw_url":"https://distrowatch.com/tsurugi"},
|
||
"ttos": {"pretty":"TTOS Linux","homepage":"https://www.ttoslinux.org","basedof":"Debian (Stable)","description":"TTOS Linux is a desktop-oriented Linux distribution based on Debian's 'Stable' branch.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/ttos"},
|
||
"turnkey": {"pretty":"TurnKey Linux","homepage":"http://www.turnkeylinux.org","basedof":"Debian","description":"TurnKey Linux is a Debian-based virtual appliance library that integrates some of the best open-source software into ready-to-use solutions. Each virtual appliance is optimised for ease of use and can be deployed in just a few minutes on bare metal, a virtual machine and in the cloud.","dw_arch":"x86_64","dw_desktop":"No Desktop","dw_category":"Server","dw_url":"https://distrowatch.com/turnkey"},
|
||
"tuxedo": {"pretty":"TUXEDO OS","homepage":"https://www.tuxedocomputers.com/os","basedof":"Debian, Ubuntu (LTS)","description":"TUXEDO OS is an Ubuntu-based distribution developed in Germany by TUXEDO Computers GmbH, designed and optimised for the company's own range of Linux-friendly personal computers and notebooks. The distribution uses KDE Plasma as the preferred desktop.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Beginners, Desktop, Live Medium","dw_url":"https://distrowatch.com/tuxedo"},
|
||
"twister": {"pretty":"Twister OS","homepage":"https://twisteros.com","basedof":"Debian (Stable)","description":"Twister OS is a Debian-based Linux distribution designed for various popular single-board computers, such as Raspberry Pi, Rock Pi and Odroid. It uses Twister UI, a customised Xfce desktop as its default desktop user interface.","dw_arch":"aarch64, armhf","dw_desktop":"Xfce","dw_category":"Raspberry Pi","dw_url":"https://distrowatch.com/twister"},
|
||
"ublinux": {"pretty":"UBLinux","homepage":"https://ublinux.ru","basedof":"Arch","description":"UBLinux is an Arch-based Linux distribution developed by Russia's Yubitex. It provides four editions.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Education, Live Medium, Server","dw_url":"https://distrowatch.com/ublinux"},
|
||
"ubos": {"pretty":"UBOS","homepage":"http://ubos.net","basedof":"Arch","description":"UBOS is a Linux distribution designed to greatly reduce the amount of time required to set up and maintain common network services. UBOS features a command line utility, ubos-admin, which makes it possible to set up services such as Wordpress, Nextcloud and wiki software with a single command.","dw_arch":"armhf, x86_64","dw_desktop":"No Desktop","dw_category":"Raspberry Pi, Server","dw_url":"https://distrowatch.com/ubos"},
|
||
"ubports": {"pretty":"UBports","homepage":"https://ubports.com","basedof":"Ubuntu","description":"UBports is a community-developed fork of Canonical's Ubuntu Touch operating system for mobile devices. UBports works on getting the mobile operating system working on new devices, provides software updates and ports new versions of Ubuntu to mobile devices.","dw_arch":"aarch64, armhf","dw_desktop":"Lomiri","dw_category":"Immutable, Mobile","dw_url":"https://distrowatch.com/ubports"},
|
||
"ubuntubudgie": {"pretty":"Ubuntu Budgie","homepage":"https://ubuntubudgie.org","basedof":"Debian, Ubuntu","description":"Ubuntu Budgie (previously budgie-remix) is an Ubuntu-based distribution featuring the Budgie desktop, originally developed by the Solus project.","dw_arch":"x86_64","dw_desktop":"Budgie","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/ubuntubudgie"},
|
||
"ubuntucinnamon": {"pretty":"Ubuntu Cinnamon","homepage":"https://ubuntucinnamon.org","basedof":"Debian, Ubuntu","description":"Ubuntu Cinnamon is an official flavour of the Ubuntu distribution featuring the Cinnamon desktop. The project strives to offer modern tools while providing a user-friendly desktop which will feel familiar for users coming from other operating systems, such as Microsoft Windows.","dw_arch":"x86_64","dw_desktop":"Cinnamon","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/ubuntucinnamon"},
|
||
"ubuntudp": {"pretty":"Ubuntu Pack","homepage":"https://ualinux.com/en/ubuntu-oem","basedof":"Debian, Ubuntu","description":"Ubuntu*Pack (aka Ubuntu Pack, and formerly known as Ubuntu DesktopPack) is an Ubuntu remix built by Ukraine's UALinux, an official partner of Canonical.","dw_arch":"x86_64","dw_desktop":"Budgie, Cinnamon, Deepin, GNOME, KDE Plasma, LXQt, MATE, Unity, Xfce","dw_category":"Beginners, Live Medium, Desktop","dw_url":"https://distrowatch.com/ubuntudp"},
|
||
"ubuntukylin": {"pretty":"Ubuntu Kylin","homepage":"https://www.ubuntukylin.com","basedof":"Debian, Ubuntu","description":"Ubuntu Kylin is an official Ubuntu flavour whose primary goal is to create a variant of Ubuntu optimised for Chinese users (using the Simplified Chinese writing system), although it also supports other languages.","dw_arch":"aarch64, x86_64","dw_desktop":"UKUI","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/ubuntukylin"},
|
||
"ubuntumate": {"pretty":"Ubuntu MATE","homepage":"https://ubuntu-mate.org","basedof":"Debian, Ubuntu","description":"Ubuntu MATE is a desktop Linux distribution which aims to bring the simplicity and elegance of the Ubuntu operating system through a classic, traditional desktop environment - the MATE desktop.","dw_arch":"x86_64","dw_desktop":"MATE","dw_category":"Beginners, Desktop, Live Medium","dw_url":"https://distrowatch.com/ubuntumate"},
|
||
"ubuntusway": {"pretty":"Ubuntu Sway Remix","homepage":"https://ubuntusway.com","basedof":"Debian, Ubuntu","description":"Ubuntu Sway Remix is an unofficial Ubuntu remix featuring the popular Sway tiling compositor.","dw_arch":"aarch64, x86_64","dw_desktop":"Sway","dw_category":"Desktop, Live Medium, Raspberry Pi","dw_url":"https://distrowatch.com/ubuntusway"},
|
||
"ubuntuunity": {"pretty":"Ubuntu Unity","homepage":"https://ubuntuunity.org","basedof":"Debian, Ubuntu","description":"Ubuntu Unity is a flavour of Ubuntu featuring the Unity desktop environment (the default desktop environment developed and used by Ubuntu from 2010 to 2017). Unity debuted in the netbook edition of Ubuntu 10.","dw_arch":"x86_64","dw_desktop":"Unity","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/ubuntuunity"},
|
||
"ufficiozero": {"pretty":"Ufficio Zero Linux OS","homepage":"https://www.ufficiozero.org","basedof":"Debian (Stable), Devuan, Mint, PCLinuxOS","description":"Ufficio Zero Linux OS is an Italian project developing a variety of general-purpose and educational Linux distributions based on Devuan, Linux Mint and PCLinuxOS. They are aimed at professionals, freelancers, private and public entities, and schools.","dw_arch":"i686, x86_64","dw_desktop":"Cinnamon, MATE, Xfce","dw_category":"Data Rescue, Desktop, Education, Live Medium","dw_url":"https://distrowatch.com/ufficiozero"},
|
||
"ultimate": {"pretty":"Ultimate Edition","homepage":"https://sourceforge.net/projects/ultimateedition","basedof":"Arch","description":"Ultimate Edition, first released in December 2006, was a fork of Ubuntu and Linux Mint though recent versions (starting in 2024) have been based on Arch Linux. The goal of the project is to create a complete, seamlessly integrated, visually stimulating, and easy-to-install operating system.","dw_arch":"x86_64","dw_desktop":"Cinnamon, KDE Plasma, MATE, Xfce","dw_category":"Desktop, Gaming, Live Medium","dw_url":"https://distrowatch.com/ultimate"},
|
||
"ultramarine": {"pretty":"Ultramarine Linux","homepage":"https://ultramarine-linux.org","basedof":"Fedora","description":"Ultramarine Linux is a Fedora-based distribution featuring extra package repositories such as RPM Fusion and enabling multimedia codecs. Ultramarine can be considered a spiritual successor to Korora Project and aims to make Fedora a more desktop-friendly experience.","dw_arch":"aarch64, x86_64","dw_desktop":"Budgie, GNOME, KDE Plasma, Xfce","dw_category":"Desktop, Live Medium, Raspberry Pi","dw_url":"https://distrowatch.com/ultramarine"},
|
||
"umbrelos": {"pretty":"umbrelOS","homepage":"https://umbrel.com/umbrelos","basedof":"Debian (Stable)","description":"umbrelOS is a Debian-based Linux distribution for home servers. It is available for standard 64-bit and Raspberry Pi computers.","dw_arch":"aarch64, x86_64","dw_desktop":"WebUI","dw_category":"Server, Raspberry Pi","dw_url":"https://distrowatch.com/umbrelos"},
|
||
"uncom": {"pretty":"Uncom OS","homepage":"https://uncom.tech","basedof":"Debian, Ubuntu (LTS)","description":"Uncom OS is Russian commercial Linux distribution based on Ubuntu's long-term support branch and localised into Russian. It is developed by Advilabs-Rus LLC.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/uncom"},
|
||
"univention": {"pretty":"Univention Corporate Server","homepage":"https://www.univention.com/products/ucs","basedof":"Debian (Stable)","description":"Univention Corporate Server is an enterprise-class distribution based on Debian. It features an integrated management system for central administration of servers, Microsoft Active Directory-compatible domain services, and functions for parallel operation of virtualised server and desktop operating ","dw_arch":"x86_64","dw_desktop":"Openbox, WebUI","dw_category":"Server","dw_url":"https://distrowatch.com/univention"},
|
||
"unraid": {"pretty":"Unraid OS","homepage":"https://unraid.net","basedof":"Independent","description":"Unraid OS is a Linux-based commercial operating system designed to provide an easy-to-use and flexible platform for building and managing a Network-Attached Storage (NAS).","dw_arch":"x86_64","dw_desktop":"WebUI","dw_category":"Server","dw_url":"https://distrowatch.com/unraid"},
|
||
"uos": {"pretty":"UOS","homepage":"","basedof":"Debian, deepin","description":"UOS is the product of UnionTech Software, which is a Chinese company focusing on Linux operating system products and services. UOS can be run on desktops, servers, and smart terminals, and also for cloud-native scenarios.","dw_arch":"aarch64, loongarch64, ppc64el, x86_64","dw_desktop":"Deepin","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/uos"},
|
||
"vailuxos": {"pretty":"VailuxOS","homepage":"https://www.vailux.de","basedof":"Debian, Ubuntu (LTS)","description":"VailuxOS is a German, desktop-oriented Linux distribution based on Ubuntu's long-term support (LTS) branch or Debian's 'Stable' branch. The project's primary goal is to make the transition from Windows to Linux as seamless as possible by maintaining familiar ways of working and workflows.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/vailuxos"},
|
||
"vanilla": {"pretty":"Vanilla OS","homepage":"https://vanillaos.org","basedof":"Debian","description":"Vanilla OS, a fixed-release distribution based on Debian (formerly Ubuntu, prior to version 2) with the GNOME desktop, is an immutable operating system. The core parts of the system are locked down to prevent unwanted changes and corruption from third-party applications or a faulty update.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Immutable, Live Medium","dw_url":"https://distrowatch.com/vanilla"},
|
||
"vendefoul": {"pretty":"Vendefoul Wolf","homepage":"https://vendefoul-wolf-linux.sourceforge.io","basedof":"Devuan","description":"Vendefoul Wolf is a set of lightweight, Devuan-based Linux distributions featuring various popular desktop environments, including Budgie, Cinnamon, KDE Plasma, LXQt, Trinity and Xfce. As the init software, it offers a choice between SysV and runit.","dw_arch":"x86_64","dw_desktop":"Budgie, Cinnamon, Enlightenment, IceWM, KDE Plasma, LXQt, SonicDE, Trinity, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/vendefoul"},
|
||
"venom": {"pretty":"Venom Linux","homepage":"https://venomlinux.org","basedof":"Independent","description":"Venom Linux is an independently-developed, rolling-release distribution inspired by CRUX. It targets experienced Linux users.","dw_arch":"x86_64","dw_desktop":"Fluxbox, labwc, Sway, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/venom"},
|
||
"vinari": {"pretty":"Vinari OS","homepage":"https://vinarios.me","basedof":"Debian (Stable)","description":"Vinari OS is a desktop Linux distribution based on Debian's 'Stable' branch and featuring a customised GNOME desktop.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Beginners, Desktop, Live Medium","dw_url":"https://distrowatch.com/vinari"},
|
||
"vincent": {"pretty":"Vincent OS","homepage":"https://vincent-os.v38armageddon.net","basedof":"Arch","description":"Vincent OS is Arch-based desktop Linux distribution with KDE Plasma as the preferred desktop. It comes with 'Core LivePatch', an in-house patch system with an ability of applying critical and security updates without the need to reboot the computer.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/vincent"},
|
||
"vine": {"pretty":"Vine Linux","homepage":"http://www.vinelinux.org","basedof":"Independent","description":"Vine Linux is a supreme Linux distribution with integrated Japanese environment for desktop PCs and notebooks. Project Vine was founded by six members of the Project Japanese Extension (JPE) in 1998 and has been developing Vine Linux with help of many members and volunteers.","dw_arch":"i686, powerpc, x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Server","dw_url":"https://distrowatch.com/vine"},
|
||
"vipnix": {"pretty":"Vipnix LiveCD","homepage":"https://vipnix.com.br/site/livecd-vipnix","basedof":"Funtoo, Macaroni","description":"Vipnix LiveCD is a portable Linux distribution built on the legacy of Gentoo Linux, Funtoo and Macaroni OS. It combines Gentoo's source-based optimization, Funtoo's innovative tools and Macaroni OS's modern, container-friendly approach.","dw_arch":"x86_64","dw_desktop":"LXQt","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/vipnix"},
|
||
"vitalinux": {"pretty":"Vitalinux","homepage":"https://docs.vitalinux.educa.aragon.es","basedof":"Ubuntu (LTS)","description":"Vitalinux is a Linux distribution developed by the government of the Spanish autonomous community of Aragon and designed for educational centres. It is based on Xubuntu and uses the Xfce desktop environment.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Education, Live Medium","dw_url":"https://distrowatch.com/vitalinux"},
|
||
"volumio": {"pretty":"Volumio","homepage":"https://volumio.org","basedof":"Debian (Stable)","description":"Volumio (formerly RaspyFi) is a Debian-based Linux distribution designed and fine-tuned exclusively for music playback. It runs on a variety of devices, typically small and cheap computers like the Raspberry Pi, but also on low-power personal computers, notebooks or thin clients.","dw_arch":"armhf, x86_64","dw_desktop":"Openbox, WebUI","dw_category":"Raspberry Pi, Multimedia","dw_url":"https://distrowatch.com/volumio"},
|
||
"voyager": {"pretty":"Voyager Live","homepage":"https://voyagerlive.org","basedof":"Debian, Xubuntu","description":"Voyager Live is an Xubuntu-based distribution and live DVD showcasing the Xfce desktop environment.","dw_arch":"x86_64","dw_desktop":"GNOME, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/voyager"},
|
||
"vyos": {"pretty":"VyOS","homepage":"https://vyos.io","basedof":"Debian (Stable)","description":"VyOS is a community fork of Vyatta, a Linux distribution discontinued in 2013. It is a network operating system that provides software-based network routing, firewall and VPN functionality.","dw_arch":"x86_64","dw_desktop":"No Desktop","dw_category":"Firewall","dw_url":"https://distrowatch.com/vyos"},
|
||
"whonix": {"pretty":"Whonix","homepage":"https://www.whonix.org","basedof":"Debian (Stable)","description":"Whonix is an operating system focused on anonymity, privacy and security. It is based on the Tor anonymity network, Debian GNU/Linux and security by isolation. Whonix consists of two parts: One solely runs Tor and acts as a gateway, which is called Whonix-Gateway.","dw_arch":"x86_64","dw_desktop":"labwc, LXQt, Sway","dw_category":"Desktop, Privacy, Security","dw_url":"https://distrowatch.com/whonix"},
|
||
"wifislax": {"pretty":"Wifislax","homepage":"https://www.wifislax.com","basedof":"Slackware","description":"Wifislax is a Slackware-based live disc containing a variety of security and forensics tools.","dw_arch":"x86_64","dw_desktop":"KDE Plasma, Xfce","dw_category":"Security, Live Medium","dw_url":"https://distrowatch.com/wifislax"},
|
||
"wmlive": {"pretty":"Window Maker Live","homepage":"https://wmlive.sourceforge.net","basedof":"Debian (Stable)","description":"Window Maker Live is a Debian-based Linux distribution that applies the Window Maker window manager as the default graphical user interface and integrates well-known open-source components in an attractive and usable user interface. The distribution includes integrated GNOME components.","dw_arch":"aarch64, i386, x86_64","dw_desktop":"WMaker","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/wmlive"},
|
||
"xcpng": {"pretty":"XCP-ng","homepage":"https://xcp-ng.org","basedof":"CentOS","description":"XCP-ng is a CentOS-based Linux server distribution designed to be a high-performance enterprise-level virtualization platform that uses Xen, a free and open-source hypervisor that allows multiple computer operating systems to execute on the same computer hardware concurrently.","dw_arch":"x86_64","dw_desktop":"No Desktop","dw_category":"Server, Specialist","dw_url":"https://distrowatch.com/xcpng"},
|
||
"xebian": {"pretty":"Xebian","homepage":"https://xebian.org","basedof":"Debian (Unstable)","description":"Xebian is a Linux distribution based on Debian's 'Unstable' branch and featuring the Xfce desktop. It comes with a slightly modified default configuration, inspired by Xubuntu, and a third-party icon theme.","dw_arch":"x86_64","dw_desktop":"Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/xebian"},
|
||
"xero": {"pretty":"XeroLinux","homepage":"https://xerolinux.xyz","basedof":"Arch","description":"XeroLinux is an Arch-based Linux distribution featuring the KDE Plasma desktop. Some of the features of the distribution include the Calamares installer, various under-the-hood tweaks and optimisations, built-in support for community-built AUR packages as well as Flatpak packages, and the availabili","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Live Medium, Desktop","dw_url":"https://distrowatch.com/xero"},
|
||
"xigmanas": {"pretty":"XigmaNAS","homepage":"https://www.xigmanas.com","basedof":"FreeBSD","description":"XigmaNAS (formerly NAS4Free) is an embedded open-source NAS (Network-Attached Storage) distribution based on FreeBSD. XigmaNAS supports sharing across multiple operating systems, including Windows, Apple and UNIX-like systems.","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"NAS","dw_url":"https://distrowatch.com/xigmanas"},
|
||
"ximper": {"pretty":"Ximper Linux","homepage":"https://ximperlinux.ru","basedof":"ALT","description":"Ximper Linux is a Russian, rolling-release distribution based on ALT Linux's development branch called 'Sisyphus'. The project develops a custom package manager called EPM which enables installing and removing individual software or upgrading the entire distribution with one command.","dw_arch":"x86_64","dw_desktop":"GNOME, Hyprland, Sway","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/ximper"},
|
||
"xivastudio": {"pretty":"XIVA Studio","homepage":"https://xivastudio.org","basedof":"Arch, Manjaro, BigLinux","description":"XIVA Studio is a multimedia-oriented Linux distribution derived from Manjaro Linux and BigLinux. It's main goal is to cater to the needs of professional creators in the area of video, audio, graphics and animation production.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium, Multimedia","dw_url":"https://distrowatch.com/xivastudio"},
|
||
"xpq4": {"pretty":"XPQ4","homepage":"https://xpq4.sourceforge.io","basedof":"Debian (Stable)","description":"XPQ4 is a fork of the Debian-based Q4OS Linux distribution, with themes that resemble either the Windows XP or the Windows 10 desktops. There are two variants of the distribution - FreeXP and Free10.","dw_arch":"x86_64","dw_desktop":"KDE Plasma, Trinity","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/xpq4"},
|
||
"xray": {"pretty":"Xray_OS","homepage":"https://xray-os.github.io/xray_os-website","basedof":"Arch","description":"Xray_OS is an Arch-based Linux distribution focused on innovation, creativity, usability and software development. It comes with KDE Plasma as its preferred desktop.","dw_arch":"x86_64","dw_desktop":"KDE Plasma, Xfce","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/xray"},
|
||
"yunohost": {"pretty":"YunoHost","homepage":"https://yunohost.org","basedof":"Debian","description":"YunoHost is a Debian-based distribution which strives to make it easy to quickly set up a server and host web applications. The distribution can be managed through a custom command line utility or through a web-based administration panel.","dw_arch":"aarch64, i686, x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Server","dw_url":"https://distrowatch.com/yunohost"},
|
||
"zenclora": {"pretty":"Zenclora OS","homepage":"https://zenclora.org","basedof":"Debian (Stable)","description":"Zenclora OS is a desktop Linux distribution based on Debian's 'Stable' branch, featuring a customised GNOME desktop.","dw_arch":"x86_64","dw_desktop":"GNOME","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/zenclora"},
|
||
"zenned": {"pretty":"Zenned","homepage":"https://zenned.gitlab.io","basedof":"Arch","description":"Zenned is an Arch-based desktop Linux distribution which runs the KDE Plasma desktop. The project provides a friendly, live environment and the Calamares system installer to help users get started.","dw_arch":"x86_64","dw_desktop":"KDE Plasma","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/zenned"},
|
||
"zentyal": {"pretty":"Zentyal Server","homepage":"https://www.zentyal.org","basedof":"Debian, Ubuntu (LTS)","description":"Zentyal Server (formerly eBox Platform) is a unified network server that offers easy and efficient computer network administration for small and medium-size businesses.","dw_arch":"x86_64","dw_desktop":"WebUI","dw_category":"Security, Server","dw_url":"https://distrowatch.com/zentyal"},
|
||
"zenwalk": {"pretty":"Zenwalk GNU Linux","homepage":"http://www.zenwalk.org","basedof":"Slackware","description":"Zenwalk Linux (formerly Minislack) is a Slackware-based GNU/Linux operating system with a goal of being slim and fast by using only one application per task and with a focus on graphical desktop and multimedia usage.","dw_arch":"x86_64","dw_desktop":"labwc, Xfce","dw_category":"Desktop","dw_url":"https://distrowatch.com/zenwalk"},
|
||
"zephix": {"pretty":"Zephix","homepage":"https://zephix-linux.sourceforge.io","basedof":"Debian (Stable)","description":"Zephix is a live Linux operating system based on Debian's stable branch. It runs totally from removable media without touching any files stored on the user's system disk.","dw_arch":"x86_64","dw_desktop":"i3","dw_category":"Desktop, Live Medium","dw_url":"https://distrowatch.com/zephix"},
|
||
"zestiso": {"pretty":"ZestISO","homepage":"https://github.com/SuperSonic65535/zestiso-archiso","basedof":"Arch","description":"ZestISO is a rolling-release desktop Linux distribution based on Arch Linux. It comes in two editions - 'KDE Gaming' and 'Xfce', with the former designed for modern computers and with gaming and multimedia software as well as HDR (High Dynamic Range) video support included, while the latter is a lig","dw_arch":"x86_64","dw_desktop":"KDE Plasma, Xfce","dw_category":"Desktop, Gaming, Live Medium","dw_url":"https://distrowatch.com/zestiso"},
|
||
"zimaos": {"pretty":"ZimaOS","homepage":"","basedof":"Independent","description":"ZimaOS is an independently-developed, Linux-based operating system for personal servers and network-attached storage (NAS) devices. It features system-level support for remote access, RAID configuration, over-the-air (OTA) updates, and a browser-based user interface for managing the server.","dw_arch":"x86_64","dw_desktop":"No Desktop, WebUI","dw_category":"Server, NAS","dw_url":"https://distrowatch.com/zimaos"}
|
||
};
|
||
|
||
function _dwInfoHtml(dw) {
|
||
if (!dw) return '';
|
||
var rows = '';
|
||
if (dw.dw_desktop) rows += '<tr><th>Desktop</th><td>'+dw.dw_desktop+'</td></tr>';
|
||
if (dw.dw_arch) rows += '<tr><th>Architecture</th><td>'+dw.dw_arch+'</td></tr>';
|
||
if (dw.dw_category) rows += '<tr><th>Category</th><td>'+dw.dw_category+'</td></tr>';
|
||
if (dw.basedof && dw.basedof !== '-') rows += '<tr><th>Based on</th><td>'+dw.basedof+'</td></tr>';
|
||
var html = '';
|
||
if (rows) html += '<table class="dw-meta-table">'+rows+'</table>';
|
||
if (dw.description) html += '<p class="distro-description">'+dw.description+'</p>';
|
||
if (dw.dw_url) html += '<p class="modal-note">Source: <a href="'+dw.dw_url+'" target="_blank" rel="noopener">DistroWatch.com</a></p>';
|
||
return html;
|
||
}
|
||
|
||
function showDownloads(osname) {
|
||
var d = window._distroData && window._distroData[osname];
|
||
var dw = window._dwData && window._dwData[osname];
|
||
var card = document.querySelector('[data-osname="'+osname+'"]');
|
||
var pretty = card ? card.querySelector('h3 a, h3') : null;
|
||
var name = pretty ? (pretty.textContent.trim()||osname) : osname;
|
||
if (dw && dw.pretty && name === osname) name = dw.pretty;
|
||
|
||
var colors = ['#E95420','#3C3B37','#A80030','#41B549','#87CF3E','#2F2F2F','#178CDA','#1d6fa4'];
|
||
var bg = colors[name.charCodeAt(0) % 8];
|
||
var dwBase = 'https://distrowatch.com/images/yvzhuwbpy/';
|
||
var iconsAvailable = window.iconsAvailable || {};
|
||
|
||
// Get icon src based on build-time availability
|
||
var iconSrc;
|
||
var info = iconsAvailable[osname];
|
||
if (info && info.svg) iconSrc = 'icons/'+osname+'.svg';
|
||
else if (info && info.png) iconSrc = 'icons/'+osname+'.png';
|
||
else iconSrc = dwBase + osname + '.png';
|
||
|
||
var isDwIcon = iconSrc.indexOf(dwBase) === 0;
|
||
var iconHtml = isDwIcon
|
||
? '<img class="modal-distro-icon" src="'+iconSrc+'" alt="'+name+'" onerror="this.style.display=\'none\';this.nextElementSibling.style.display=\'flex\'">'
|
||
+ '<div class="modal-distro-icon-fallback" style="background:'+bg+';display:none">'+name.charAt(0).toUpperCase()+'</div>'
|
||
: '<img class="modal-distro-icon" src="'+iconSrc+'" alt="'+name+'">'
|
||
+ '<div class="modal-distro-icon-fallback" style="background:'+bg+';display:none">'+name.charAt(0).toUpperCase()+'</div>';
|
||
|
||
var hp = (dw && dw.homepage) || (d && d.homepage) || '';
|
||
var basedof = (dw && dw.basedof) || (d && d.basedof) || '';
|
||
var html = '<div class="modal-distro-header">'
|
||
+ iconHtml
|
||
+ '<div class="modal-distro-title"><h2>'+name+'</h2>'
|
||
+ (basedof && basedof !== '-' ? '<div class="modal-basedof">Based on: '+basedof+'</div>' : '')
|
||
+ (hp ? '<a href="'+hp+'" target="_blank" rel="noopener" class="modal-homepage-link">🌐 '+hp+'</a>' : '')
|
||
+ '</div></div>';
|
||
|
||
if (d) {
|
||
html += _dwInfoHtml(dw);
|
||
var rels = d.releases ? d.releases.trim().split(/\s+/).filter(Boolean) : [];
|
||
var eds = d.editions ? d.editions.trim().split(/\s+/).filter(Boolean) : [];
|
||
var archs = d.architectures ? d.architectures.trim().split(/\s+/).filter(Boolean) : [];
|
||
var urls = d.urls || {};
|
||
|
||
function _buildMatrix(filterArch) {
|
||
var urlsForArch = {};
|
||
if (filterArch) {
|
||
Object.keys(urls).forEach(function(k) {
|
||
var parts = k.split(' ');
|
||
var archIdx = parts.indexOf(filterArch);
|
||
if (archIdx !== -1) {
|
||
var stripped = parts.filter(function(_,i){ return i !== archIdx; }).join(' ');
|
||
urlsForArch[stripped] = urls[k];
|
||
}
|
||
});
|
||
} else {
|
||
urlsForArch = urls;
|
||
}
|
||
function dlCell(key) {
|
||
var url = urlsForArch[key];
|
||
return url
|
||
? '<td><a href="'+url+'" target="_blank" rel="noopener" class="dl-link" title="'+key+'"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"> <path fill="#3e4347" d="m61.3 9.3l-6.6-6.6c-.4-.4-1.2-.7-1.7-.7H9v4H5V2H3c-.5 0-1 .5-1 1v58c0 .5.5 1 1 1h58c.5 0 1-.5 1-1V11c0-.6-.3-1.3-.7-1.7"/> <path fill="#fff" d="M12 62V34c0-1.1.9-2 2-2h36c1.1 0 2 .9 2 2v28H12"/> <path fill="#e8e8e8" d="M18 2v20c0 1.1.9 2 2 2h30c1.1 0 2-.9 2-2V2H18"/> <path fill="#3e4347" d="M36 6h10v16H36z"/> <path fill="#fff" d="M59 56c0-.6-.5-1-1-1h-2c-.5 0-1 .4-1 1v2c0 .5.5 1 1 1h2c.5 0 1-.5 1-1v-2"/> <path fill="#f15744" d="M12 54h40v8H12zm5-18h30v2H17zm0 6h30v2H17zm0 6h30v2H17z"/></svg></a></td>'
|
||
: '<td><span class="dl-disabled">✗</span></td>';
|
||
}
|
||
var t = '';
|
||
if (rels.length && eds.length) {
|
||
t += '<div class="table-wrap"><table class="release-table"><tr><th>Version</th>';
|
||
eds.forEach(function(e){ t += '<th class="th-edition"><span>'+e+'</span></th>'; });
|
||
t += '<th class="th-spacer"></th></tr>';
|
||
rels.forEach(function(r){
|
||
t += '<tr><td>'+r+'</td>';
|
||
eds.forEach(function(e){ t += dlCell(r+' '+e); });
|
||
t += '<td class="th-spacer"></td></tr>';
|
||
});
|
||
t += '</table></div>';
|
||
} else if (rels.length) {
|
||
t += '<table class="release-table"><tr><th>Version</th><th>Download</th></tr>';
|
||
rels.forEach(function(r){
|
||
t += '<tr><td>'+r+'</td>'+dlCell(r)+'</tr>';
|
||
});
|
||
t += '</table>';
|
||
}
|
||
return t;
|
||
}
|
||
|
||
var archesInUrls = archs.filter(function(a){ return Object.keys(urls).some(function(k){ return k.split(' ').indexOf(a) !== -1; }); });
|
||
|
||
if (archesInUrls.length > 1) {
|
||
html += '<div class="filter-buttons arch-switcher">';
|
||
archesInUrls.forEach(function(a, i) {
|
||
html += '<button class="filter-btn'+(i===0?' active':'')+'" data-arch-btn="'+a+'" onclick="_switchArch(this)">'+a+'</button>';
|
||
});
|
||
html += '</div>';
|
||
archesInUrls.forEach(function(a, i) {
|
||
html += '<div data-arch-matrix="'+a+'"'+(i===0?'':' style="display:none"')+'>';
|
||
html += _buildMatrix(a);
|
||
html += '</div>';
|
||
});
|
||
} else {
|
||
html += _buildMatrix(archesInUrls[0] || null);
|
||
}
|
||
|
||
html += '<p class="modal-note">Or <a href="https://github.com/oSoWoSo/DistroHopper" target="_blank" rel="noopener">install DistroHopper</a> and quickly try any supported OS</p>';
|
||
} else {
|
||
html += _dwInfoHtml(dw);
|
||
if (!dw) html += '<p style="opacity:0.6;font-size:0.9rem">No data available.</p>';
|
||
}
|
||
|
||
document.getElementById('modalBody').innerHTML = html;
|
||
document.getElementById('modalOverlay').classList.add('active');
|
||
document.querySelectorAll('#modalBody .release-table').forEach(function(tbl) {
|
||
tbl.addEventListener('mouseover', function(e) {
|
||
var cell = e.target.closest('td,th');
|
||
if (!cell || cell.classList.contains('th-spacer')) return;
|
||
var idx = cell.cellIndex;
|
||
tbl.querySelectorAll('.col-hover').forEach(function(c){ c.classList.remove('col-hover'); });
|
||
tbl.querySelectorAll('tr').forEach(function(row){
|
||
var c = row.cells[idx];
|
||
if (c && !c.classList.contains('th-spacer')) c.classList.add('col-hover');
|
||
});
|
||
});
|
||
tbl.addEventListener('mouseleave', function() {
|
||
tbl.querySelectorAll('.col-hover').forEach(function(c){ c.classList.remove('col-hover'); });
|
||
});
|
||
});
|
||
}
|
||
|
||
function _switchArch(btn) {
|
||
var arch = btn.dataset.archBtn;
|
||
var modal = document.getElementById('modalBody');
|
||
modal.querySelectorAll('[data-arch-btn]').forEach(function(b) {
|
||
b.classList.toggle('active', b.dataset.archBtn === arch);
|
||
});
|
||
modal.querySelectorAll('[data-arch-matrix]').forEach(function(m) {
|
||
m.style.display = m.dataset.archMatrix === arch ? '' : 'none';
|
||
});
|
||
}
|
||
|
||
function closeModal() {
|
||
document.getElementById('modalOverlay').classList.remove('active');
|
||
}
|
||
|
||
document.getElementById('modalOverlay').addEventListener('click', function(e) {
|
||
if (e.target === this) closeModal();
|
||
});
|
||
|
||
function setSearch(q) {
|
||
var inp = document.getElementById('distroSearch');
|
||
if (inp) { inp.value = q; filterDistros(); }
|
||
}
|
||
|
||
// Category filter buttons — built dynamically from cards present in the DOM
|
||
function _buildCategoryFilters() {
|
||
var catCount = {};
|
||
document.querySelectorAll('.distro-card').forEach(function(card) {
|
||
(card.dataset.categories || '').split(',').forEach(function(c) {
|
||
c = c.trim();
|
||
if (c) catCount[c] = (catCount[c]||0) + 1;
|
||
});
|
||
});
|
||
var container = document.getElementById('catFilters');
|
||
if (!container) return;
|
||
container.innerHTML = '';
|
||
Object.keys(catCount).sort().forEach(function(cat) {
|
||
var btn = document.createElement('button');
|
||
btn.className = 'filter-btn';
|
||
btn.dataset.filterCat = cat;
|
||
btn.textContent = cat;
|
||
btn.addEventListener('click', function() {
|
||
var active = _activeFilters.category === cat;
|
||
_activeFilters.category = active ? null : cat;
|
||
document.querySelectorAll('[data-filter-cat]').forEach(function(b) {
|
||
b.classList.toggle('active', b.dataset.filterCat === _activeFilters.category);
|
||
});
|
||
filterDistros();
|
||
});
|
||
container.appendChild(btn);
|
||
});
|
||
}
|
||
|
||
var _activeFilters = { support: null, category: null };
|
||
function filterDistros() {
|
||
var q = ((document.getElementById('distroSearch')||{}).value || '').toLowerCase();
|
||
document.querySelectorAll('.distro-card').forEach(function(card) {
|
||
var text = (card.dataset.osname||'') + ' '
|
||
+ ((card.querySelector('h3 a,h3')||{textContent:''}).textContent||'') + ' '
|
||
+ (card.dataset.basedof||'') + ' '
|
||
+ (card.dataset.categories||'');
|
||
var nameMatch = !q || text.toLowerCase().includes(q);
|
||
var isSupported = card.dataset.supported === 'true';
|
||
var supportMatch = !_activeFilters.support
|
||
|| (_activeFilters.support === 'supported' && isSupported)
|
||
|| (_activeFilters.support === 'unsupported' && !isSupported);
|
||
var catMatch = !_activeFilters.category
|
||
|| (card.dataset.categories || '').split(',').some(function(c) {
|
||
return c.trim() === _activeFilters.category;
|
||
});
|
||
card.style.display = (nameMatch && supportMatch && catMatch) ? '' : 'none';
|
||
});
|
||
}
|
||
|
||
document.getElementById('distroSearch').addEventListener('input', filterDistros);
|
||
|
||
document.querySelectorAll('[data-filter-support]').forEach(function(btn) {
|
||
btn.addEventListener('click', function() {
|
||
var f = this.dataset.filterSupport;
|
||
if (f === 'all') {
|
||
_activeFilters.support = null;
|
||
_activeFilters.category = null;
|
||
var inp = document.getElementById('distroSearch');
|
||
if (inp) inp.value = '';
|
||
document.querySelectorAll('[data-filter-cat]').forEach(function(b) { b.classList.remove('active'); });
|
||
document.querySelectorAll('[data-filter-support]').forEach(function(b) {
|
||
b.classList.toggle('active', b.dataset.filterSupport === 'all');
|
||
});
|
||
} else {
|
||
_activeFilters.support = f;
|
||
document.querySelectorAll('[data-filter-support]').forEach(function(b) {
|
||
b.classList.toggle('active', b.dataset.filterSupport === f);
|
||
});
|
||
}
|
||
filterDistros();
|
||
});
|
||
});
|
||
|
||
_buildCategoryFilters();
|
||
</script>
|
||
|
||
<script src="distros-data.js"></script>
|
||
<script>
|
||
(function(){
|
||
if (!window.distrosData) return;
|
||
var grid = document.getElementById("distroGrid");
|
||
var colors = ["#E95420","#3C3B37","#A80030","#41B549","#87CF3E","#2F2F2F","#178CDA","#1d6fa4"];
|
||
var dwBase = "https://distrowatch.com/images/yvzhuwbpy/";
|
||
|
||
window.distrosData.forEach(function(d) {
|
||
if (window._distroData && window._distroData[d.id||d.name]) return;
|
||
var nm = d.name || "?";
|
||
var oid = d.id || nm;
|
||
var bg = colors[nm.charCodeAt(0) % 8];
|
||
var cats = d.dw_category || "";
|
||
var catBadges = "";
|
||
cats.split(",").slice(0,2).forEach(function(c){
|
||
c = c.trim();
|
||
if (c) catBadges += "<span class=\"category-badge\">"+c+"</span>";
|
||
});
|
||
var card = document.createElement("div");
|
||
card.className = "distro-card";
|
||
card.dataset.categories = cats;
|
||
card.dataset.supported = "false";
|
||
card.dataset.osname = oid;
|
||
card.dataset.basedof = d.basedof || "";
|
||
var iconSrc = dwBase + oid + ".png";
|
||
var largeIconHtml =
|
||
"<img src=\""+iconSrc+"\" alt=\""+nm+"\" class=\"distro-icon-large\" width=\"128\" height=\"128\" loading=\"lazy\" onerror=\"this.style.display=\x27none\x27;this.nextElementSibling.style.display=\x27flex\x27\">"
|
||
+ "<div class=\"distro-icon-fallback-large\" style=\"width:128px;height:128px;background:"+bg+";display:none\">"+nm.charAt(0).toUpperCase()+"</div>";
|
||
|
||
var titleIconHtml = "<img src=\""+iconSrc+"\" alt=\"\" class=\"card-title-icon\" aria-hidden=\"true\" loading=\"lazy\" onerror=\"this.style.display=\x27none\x27\">";
|
||
|
||
card.innerHTML =
|
||
"<div class=\"distro-card-icon-area\">" + largeIconHtml + "</div>"
|
||
+ "<div class=\"distro-card-body\">"
|
||
+ "<h3>" + titleIconHtml + (d.homepage?"<a href=\""+d.homepage+"\" target=\"_blank\" rel=\"noopener\">"+nm+"</a>":nm)+"</h3>"
|
||
+ "<hr class=\"distro-divider\">"
|
||
+ "<div class=\"distro-meta\">"+catBadges+"</div>"
|
||
+ "<p class=\"distro-description\">"+(d.description||"")+"</p>"
|
||
+ "<div class=\"distro-actions\">"
|
||
+ "<button class=\"download-btn\" onclick=\"showDownloads(\x27"+oid+"\x27)\">ℹ Info</button>"
|
||
+ "</div>"
|
||
+ "</div>";
|
||
grid.appendChild(card);
|
||
});
|
||
_buildCategoryFilters();
|
||
if (typeof filterDistros === "function") filterDistros();
|
||
})();
|
||
</script>
|
||
|
||
<script>
|
||
(function () {
|
||
function hexToRgb(hex) {
|
||
hex = hex.trim().replace(/^#/, '');
|
||
if (hex.length === 3) hex = hex.split('').map(c => c + c).join('');
|
||
const n = parseInt(hex, 16);
|
||
return [n >> 16 & 255, n >> 8 & 255, n & 255];
|
||
}
|
||
|
||
function clamp(v, min, max) {
|
||
return Math.min(Math.max(v, min), max);
|
||
}
|
||
|
||
function Color(r, g, b) {
|
||
this.r = r / 255;
|
||
this.g = g / 255;
|
||
this.b = b / 255;
|
||
}
|
||
|
||
Color.prototype.applyFilter = function (funcs) {
|
||
let [r, g, b] = [this.r * 255, this.g * 255, this.b * 255];
|
||
|
||
function multiply(matrix) {
|
||
const nr = clamp(r * matrix[0] + g * matrix[1] + b * matrix[2], 0, 255);
|
||
const ng = clamp(r * matrix[3] + g * matrix[4] + b * matrix[5], 0, 255);
|
||
const nb = clamp(r * matrix[6] + g * matrix[7] + b * matrix[8], 0, 255);
|
||
r = nr; g = ng; b = nb;
|
||
}
|
||
|
||
function hueRotate(angle) {
|
||
const a = angle / 180 * Math.PI;
|
||
const sin = Math.sin(a), cos = Math.cos(a);
|
||
multiply([
|
||
0.213 + cos*0.787 - sin*0.213, 0.715 - cos*0.715 - sin*0.715, 0.072 - cos*0.072 + sin*0.928,
|
||
0.213 - cos*0.213 + sin*0.143, 0.715 + cos*0.285 + sin*0.140, 0.072 - cos*0.072 - sin*0.283,
|
||
0.213 - cos*0.213 - sin*0.787, 0.715 - cos*0.715 + sin*0.715, 0.072 + cos*0.928 + sin*0.072,
|
||
]);
|
||
}
|
||
|
||
function sepia(v) {
|
||
multiply([
|
||
0.393 + 0.607*(1-v), 0.769 - 0.769*(1-v), 0.189 - 0.189*(1-v),
|
||
0.349 - 0.349*(1-v), 0.686 + 0.314*(1-v), 0.168 - 0.168*(1-v),
|
||
0.272 - 0.272*(1-v), 0.534 - 0.534*(1-v), 0.131 + 0.869*(1-v),
|
||
]);
|
||
}
|
||
|
||
function saturate(v) {
|
||
multiply([
|
||
0.213 + 0.787*v, 0.715 - 0.715*v, 0.072 - 0.072*v,
|
||
0.213 - 0.213*v, 0.715 + 0.285*v, 0.072 - 0.072*v,
|
||
0.213 - 0.213*v, 0.715 - 0.715*v, 0.072 + 0.928*v,
|
||
]);
|
||
}
|
||
|
||
for (const [fn, val] of funcs) {
|
||
if (fn === 'invert') { r = clamp((1-r/255)*255*val + r/255*255*(1-val),0,255); g = clamp((1-g/255)*255*val + g/255*255*(1-val),0,255); b = clamp((1-b/255)*255*val + b/255*255*(1-val),0,255); }
|
||
if (fn === 'sepia') sepia(val);
|
||
if (fn === 'saturate') saturate(val);
|
||
if (fn === 'hueRotate') hueRotate(val);
|
||
if (fn === 'brightness'){ r = clamp(r*val,0,255); g = clamp(g*val,0,255); b = clamp(b*val,0,255); }
|
||
}
|
||
|
||
return new Color(r, g, b);
|
||
};
|
||
|
||
function loss(result, target) {
|
||
return (
|
||
Math.pow(result.r*255 - target.r*255, 2) +
|
||
Math.pow(result.g*255 - target.g*255, 2) +
|
||
Math.pow(result.b*255 - target.b*255, 2)
|
||
);
|
||
}
|
||
|
||
function solve(target) {
|
||
function css(v) {
|
||
return [
|
||
['invert', clamp(v[0], 0, 1)],
|
||
['sepia', clamp(v[1], 0, 1)],
|
||
['saturate', clamp(v[2], 0, 20)],
|
||
['hueRotate', clamp(v[3], 0, 360)],
|
||
['brightness',clamp(v[4], 0, 10)],
|
||
['brightness',clamp(v[5], 0, 10)],
|
||
];
|
||
}
|
||
|
||
function score(v) {
|
||
return loss(new Color(0,0,0).applyFilter(css(v)), target);
|
||
}
|
||
|
||
let best = null, bestScore = Infinity;
|
||
for (let i = 0; i < 30; i++) {
|
||
let v = [Math.random(), Math.random(), Math.random()*10, Math.random()*360, Math.random()*2, Math.random()*2];
|
||
for (let step = 1; step > 0.0001; step *= 0.9) {
|
||
for (let j = 0; j < v.length; j++) {
|
||
const orig = v[j];
|
||
v[j] += step * (Math.random() > 0.5 ? 1 : -1);
|
||
const s = score(v);
|
||
if (s < bestScore) { bestScore = s; best = [...v]; }
|
||
else v[j] = orig;
|
||
}
|
||
}
|
||
}
|
||
|
||
const f = css(best);
|
||
return [
|
||
`invert(${(clamp(f[0][1],0,1)*100).toFixed(0)}%)`,
|
||
`sepia(${(clamp(f[1][1],0,1)*100).toFixed(0)}%)`,
|
||
`saturate(${(clamp(f[2][1],0,20)*100).toFixed(0)}%)`,
|
||
`hue-rotate(${clamp(f[3][1],0,360).toFixed(0)}deg)`,
|
||
`brightness(${(clamp(f[4][1],0,10)*100).toFixed(0)}%)`,
|
||
`brightness(${(clamp(f[5][1],0,10)*100).toFixed(0)}%)`,
|
||
].join(' ');
|
||
}
|
||
|
||
// Cache solved filters per color so theme switching is instant
|
||
const cache = {};
|
||
|
||
function applyIconColor() {
|
||
const raw = getComputedStyle(document.documentElement)
|
||
.getPropertyValue('--color-icon').trim();
|
||
if (!raw) return false;
|
||
|
||
let rgb;
|
||
if (raw.startsWith('#')) {
|
||
rgb = hexToRgb(raw);
|
||
} else if (raw.startsWith('rgb')) {
|
||
rgb = raw.match(/\d+/g).map(Number).slice(0, 3);
|
||
} else {
|
||
return false;
|
||
}
|
||
|
||
const key = rgb.join(',');
|
||
if (!cache[key]) {
|
||
cache[key] = solve(new Color(...rgb));
|
||
}
|
||
|
||
document.documentElement.style.setProperty('--filter-icon', cache[key]);
|
||
return true;
|
||
}
|
||
|
||
function init() {
|
||
if (!applyIconColor()) return;
|
||
|
||
// Watch for data-theme attribute changes on <html> — re-apply immediately
|
||
new MutationObserver(function(mutations) {
|
||
for (const m of mutations) {
|
||
if (m.attributeName === 'data-theme') {
|
||
applyIconColor();
|
||
break;
|
||
}
|
||
}
|
||
}).observe(document.documentElement, { attributes: true });
|
||
}
|
||
|
||
if (document.readyState === 'loading') {
|
||
document.addEventListener('DOMContentLoaded', init);
|
||
} else {
|
||
init();
|
||
}
|
||
})();
|
||
</script>
|
||
<script src="particles.min.js"></script>
|
||
<script>
|
||
// particles.js — same config as predloha, colors adapt to theme
|
||
(function initParticles() {
|
||
const dark = (document.documentElement.getAttribute('data-theme') || 'dark') === 'dark';
|
||
const colors = dark
|
||
? ['#ffffff', '#87cefa', '#4FD2D7', '#8CFFFA']
|
||
: ['#000000', '#444444', '#1a7a80', '#2d5a3d'];
|
||
|
||
particlesJS('particles-js', {
|
||
particles: {
|
||
number: { value: 150, density: { enable: true, value_area: 800 } },
|
||
color: { value: colors },
|
||
shape: { type: 'circle' },
|
||
opacity: { value: dark ? 0.6 : 0.4, random: true },
|
||
size: { value: 5, random: true },
|
||
line_linked: { enable: false },
|
||
move: { enable: true, speed: 0.2, direction: 'none', random: true, straight: false, out_mode: 'out', bounce: false }
|
||
},
|
||
interactivity: {
|
||
detect_on: 'canvas',
|
||
events: { onhover: { enable: true, mode: 'bubble' }, onclick: { enable: true, mode: 'repulse' }, resize: true },
|
||
modes: { bubble: { distance: 250, size: 0, duration: 2, opacity: 0, speed: 3 }, repulse: { distance: 400, duration: 0.4 } }
|
||
},
|
||
retina_detect: true
|
||
});
|
||
})();
|
||
|
||
// Re-init particles when theme changes
|
||
const _origToggle = window.toggleTheme;
|
||
window.toggleTheme = function() {
|
||
_origToggle();
|
||
if (window.pJSDom && window.pJSDom.length) {
|
||
window.pJSDom[0].pJS.fn.vendors.destroypJS();
|
||
window.pJSDom = [];
|
||
}
|
||
(function initParticles() {
|
||
const dark = (document.documentElement.getAttribute('data-theme') || 'dark') === 'dark';
|
||
const colors = dark
|
||
? ['#ffffff', '#87cefa', '#4FD2D7', '#8CFFFA']
|
||
: ['#000000', '#444444', '#1a7a80', '#2d5a3d'];
|
||
particlesJS('particles-js', {
|
||
particles: {
|
||
number: { value: 150, density: { enable: true, value_area: 800 } },
|
||
color: { value: colors },
|
||
shape: { type: 'circle' },
|
||
opacity: { value: dark ? 0.6 : 0.4, random: true },
|
||
size: { value: 5, random: true },
|
||
line_linked: { enable: false },
|
||
move: { enable: true, speed: 0.2, direction: 'none', random: true, straight: false, out_mode: 'out', bounce: false }
|
||
},
|
||
interactivity: {
|
||
detect_on: 'canvas',
|
||
events: { onhover: { enable: true, mode: 'bubble' }, onclick: { enable: true, mode: 'repulse' }, resize: true },
|
||
modes: { bubble: { distance: 250, size: 0, duration: 2, opacity: 0, speed: 3 }, repulse: { distance: 400, duration: 0.4 } }
|
||
},
|
||
retina_detect: true
|
||
});
|
||
})();
|
||
};
|
||
</script>
|
||
</body>
|
||
</html>
|