-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdistros.js
213 lines (213 loc) · 67.6 KB
/
distros.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
window.distributions = [
{ name: "Ubuntu", version: "24.04.2 LTS x86_64", icon: "img/distro/ubuntu.png", downloadLink: "https://releases.ubuntu.com/noble/ubuntu-24.04.2-desktop-amd64.iso", description: "User-friendly and popular Linux distribution.", websiteLink: "https://ubuntu.com/", category: "beginner", torrent: "https://releases.ubuntu.com/24.04/ubuntu-24.04.2-desktop-amd64.iso.torrent"},
{ name: "Fedora", version: "Workstation 41 x86_64", icon: "img/distro/fedora.svg", downloadLink: "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-41-1.4.iso", description: "Cutting-edge distribution with latest technology.", websiteLink: "https://fedoraproject.org/", category: "beginner", torrent: "https://torrent.fedoraproject.org/torrents/Fedora-Workstation-Live-x86_64-41.torrent", aarch64: "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Workstation/aarch64/images/Fedora-Workstation-41-1.4.aarch64.raw.xz", aarch64Torrent: "https://torrent.fedoraproject.org/torrents/Fedora-KDE-Live-aarch64-41.torrent"},
{ name: "Debian", version: "12.10 x86_64", icon: "img/distro/debian.svg", downloadLink: "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.10.0-amd64-netinst.iso", description: "Known for its stability and security.", websiteLink: "https://www.debian.org/", category: "advanced", torrent: "https://cdimage.debian.org/debian-cd/current/amd64/bt-cd/debian-12.10.0-amd64-netinst.iso.torrent", aarch64: "https://cdimage.debian.org/debian-cd/current/arm64/iso-cd/debian-12.10.0-arm64-netinst.iso"},
{ name: "Arch Linux", version: "2025.03.01 x86_64", icon: "img/distro/arch.svg", downloadLink: "https://mirrors.dotsrc.org/archlinux/iso/2025.03.01/archlinux-2025.03.01-x86_64.iso", description: "Minimalist and highly customizable distribution.", websiteLink: "https://archlinux.org/", category: "advanced", torrent: "https://archlinux.org/releng/releases/2025.03.01/torrent/"},
{ name: "Linux Mint", version: "22.1 x86_64", icon: "img/distro/mint.svg", downloadLink: "https://ftp.rz.uni-frankfurt.de/pub/mirrors/linux-mint/iso/stable/22.1/linuxmint-22.1-cinnamon-64bit.iso", description: "Ubuntu-based, user-friendly distribution.", websiteLink: "https://linuxmint.com/", category: "beginner", videoLink: "https://www.youtube.com/watch?v=xaQdfqpJmyc", torrent: "https://linuxmint.com/torrents/linuxmint-22.1-cinnamon-64bit.iso.torrent"},
{ name: "Manjaro", version: "24.2.0 x86_64", icon: "img/distro/manjaro.svg", downloadLink: "https://download.manjaro.org/kde/24.2.0/manjaro-kde-24.2.0-241209-linux612.iso", description: "User-friendly Arch Linux-based distribution.", websiteLink: "https://manjaro.org/", category: "advanced"},
{ name: "EndeavourOS", version: "2025.02.08 x86_64", icon: "img/distro/eos.png", downloadLink: "https://mirror.alpix.eu/endeavouros/iso/EndeavourOS_Mercury-2025.02.08.iso", description: "Flexible, user-friendly Arch-based distribution.", websiteLink: "https://endeavouros.com/", category: "advanced", torrent: "https://mirror.alpix.eu/endeavouros/iso/EndeavourOS_Mercury-2025.02.08.iso.torrent"},
{ name: "Pop!_OS", version: "22.04 LTS x86_64", icon: "img/distro/pop.png", downloadLink: "https://iso.pop-os.org/22.04/amd64/intel/43/pop-os_22.04_amd64_intel_43.iso", description: "Powerful Linux for productivity and gaming.", websiteLink: "https://pop.system76.com/", category: "beginner", videoLink: "https://www.youtube.com/watch?v=nLY-FqF7mW0"},
{ name: "Zorin OS", version: "17.2 Core x86_64", icon: "img/distro/zorin.svg", downloadLink: "https://zorin.mirrors.itworxx.de/17/Zorin-OS-17.2-Core-64-bit.iso", description: "Easy transition from Windows to Linux.", websiteLink: "https://zorin.com/os/", category: "beginner", videoLink: "https://www.youtube.com/watch?v=SLZJr1PHvmU"},
{ name: "Rocky Linux", version: "9.5 x86_64", icon: "img/distro/rocky.svg", downloadLink: "https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.5-x86_64-dvd.iso", description: "RHEL-compatible Linux distribution.", websiteLink: "https://rockylinux.org/", category: "advanced", torrent: "https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.5-x86_64-dvd.torrent"},
{ name: "openSUSE Leap", version: "15.6 x86_64", icon: "img/distro/leap.png", downloadLink: "https://download.opensuse.org/distribution/leap/15.6/iso/openSUSE-Leap-15.6-NET-x86_64-Media.iso", description: "Versatile Linux with robust community support.", websiteLink: "https://www.opensuse.org/", category: "advanced"},
{ name: "openSUSE Tumbleweed", version: "Latest x86_64", icon: "img/distro/tumbleweed.png", downloadLink: "https://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-NET-x86_64-Current.iso", description: "Versatile Linux with robust community support.", websiteLink: "https://www.opensuse.org/", category: "advanced"},
{ name: "Elementary OS", version: "7.1 x86_64", icon: "img/distro/elementary.png", downloadLink: "https://sgp1.dl.elementary.io/download/MTcyNDMyNDU1Ng==/elementaryos-7.1-stable.20230926rc.iso", description: "Beautiful and user-friendly, macOS-like interface.", websiteLink: "https://elementary.io/", category: "beginner"},
{ name: "Garuda Linux", version: "250308 x86_64", icon: "img/distro/garuda.svg", downloadLink: "https://iso.builds.garudalinux.org/iso/latest/garuda/mokka/latest.iso", description: "High-performance Arch-based distribution.", websiteLink: "https://garudalinux.org/", category: "advanced", torrent: "https://iso.builds.garudalinux.org/iso/latest/garuda/mokka/latest.iso.torrent"},
{ name: "Kali Linux", version: "2024.4 x86_64", icon: "img/distro/kali.svg", downloadLink: "https://cdimage.kali.org/kali-2024.4/kali-linux-2024.4-installer-amd64.iso", description: "Powerful toolkit for ethical hacking and security.", websiteLink: "https://www.kali.org/", category: "advanced", torrent: "https://cdimage.kali.org/kali-2024.4/kali-linux-2024.4-installer-amd64.iso.torrent"},
{ name: "Pardus", version: "23.3 x86_64", icon: "img/distro/pardus.png", downloadLink: "https://indir.pardus.org.tr/ISO/Pardus23/Pardus-23.3-GNOME-amd64.iso", description: "Turkish-based, user-friendly Linux distribution.", websiteLink: "https://pardus.org.tr/", category: "lightweight"},
{ name: "CachyOS", version: "250202 x86_64", icon: "img/distro/cachy.svg", downloadLink: "https://cdn77.cachyos.org/ISO/desktop/250202/cachyos-desktop-linux-250202.iso", description: "Arch-based, optimized distribution for security.", websiteLink: "https://cachyos.org/", category: "advanced"},
{ name: "Kubuntu", version: "24.04 LTS x86_64", icon: "img/distro/kubuntu.svg", downloadLink: "https://cdimage.ubuntu.com/kubuntu/releases/24.04/release/kubuntu-24.04.2-desktop-amd64.iso", description: "Ubuntu with KDE Plasma desktop environment.", websiteLink: "https://kubuntu.org/", category: "beginner"},
{ name: "KDE Neon", version: "20250202 x86_64", icon: "img/distro/neon.svg", downloadLink: "https://files.kde.org/neon/images/user/20250202-0745/neon-user-20250202-0745.iso", description: "Latest KDE software on Ubuntu base.", websiteLink: "https://neon.kde.org/", category: "advanced", videoLink: "https://www.youtube.com/watch?v=VylznS4qjfQ", torrent: "https://files.kde.org/neon/images/user/20250202-0745/neon-user-20250202-0745.iso.torrent"},
{ name: "Slackware", version: "15.0 x86_64", icon: "img/distro/slackware.png", downloadLink: "https://mirrors.slackware.com/slackware/slackware-iso/slackware64-15.0-iso/slackware64-15.0-install-dvd.iso", description: "One of the oldest Linux distribution.", websiteLink: "http://www.slackware.com/", category: "advanced"},
{ name: "Puppy Linux", version: "10.0.10 x86_64", icon: "img/distro/puppy.png", downloadLink: "https://rockedge.org/kernels/data/ISO/Bookworm_Pup64/BookwormPup64_10.0.10.iso", description: "Lightweight and highly portable Linux distribution.", websiteLink: "https://puppylinux-woof-ce.github.io/", category: "lightweight"},
{ name: "NixOS", version: "24.05 x86_64", icon: "img/distro/nix.png", downloadLink: "https://channels.nixos.org/nixos-24.05/latest-nixos-gnome-x86_64-linux.iso", description: "Configurable Linux distribution.", websiteLink: "https://nixos.org/", category: "advanced"},
{ name: "Qubes OS", version: "4.2.4 x86_64", icon: "img/distro/qubes.svg", downloadLink: "https://mirrors.edge.kernel.org/qubes/iso/Qubes-R4.2.4-x86_64.iso", description: "Security through isolation using Xen virtualization.", websiteLink: "https://www.qubes-os.org/", category: "advanced"},
{ name: "Vanilla OS", version: "2.0 x86_64", icon: "img/distro/vanilla.svg", downloadLink: "https://download.vanillaos.org/latest.zip", description: "Minimalist Linux with a focus on simplicity.", websiteLink: "https://vanillaos.org/", category: "beginner"},
{ name: "Alpine Linux", version: "3.21.0 Standart x86_64", icon: "img/distro/alpine.png", downloadLink: "https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/x86_64/alpine-standard-3.21.0-x86_64.iso", description: "Lightweight & security-oriented Linux distribution.", websiteLink: "https://alpinelinux.org/", category: "lightweight"},
{ name: "Oracle Linux", version: "9.5 x86_64", icon: "img/distro/oracle.png", downloadLink: "https://yum.oracle.com/ISOS/OracleLinux/OL9/u5/x86_64/OracleLinux-R9-U5-x86_64-dvd.iso", description: "Enterprise Linux optimized for Oracle.", websiteLink: "https://www.oracle.com/linux/", category: "advanced"},
{ name: "SDesk", version: "2024.09.16 x86_64", icon: "img/distro/sdesk.png", downloadLink: "https://stevestudios.net/wp-content/uploads/2024/09/sdesk-2024.09.16-x86_64.iso", description: "A minimalist distribution.", websiteLink: "https://stevestudios.net/", category: "beginner"},
{ name: "Solus", version: "4.6 x86_64", icon: "img/distro/solus.png", downloadLink: "https://downloads.getsol.us/isos/2024-10-14/Solus-Budgie-Release-2024-10-14.iso", description: "A distribution that includes the Budgie desktop.", websiteLink: "https://getsol.us/", category: "beginner"},
{ name: "Pisi Linux", version: "2.4 x86_64", icon: "img/distro/pisi.png", downloadLink: "https://ftp.linux.org.tr/pisilinux/iso/kde/Pisi-Linux-2.4-KDE6-x86_64.iso", description: "A Turkish distro with its own package manager.", websiteLink: "https://pisilinux.org/", category: "lightweight"},
{ name: "deepin", version: "25 Preview x86_64", icon: "img/distro/deepin.svg", downloadLink: "https://cdimage.deepin.com/releases/25-preview/amd64/deepin-desktop-community-25-preview-amd64.iso", description: "A modern OS with a macOS-like deepin desktop.", websiteLink: "https://www.deepin.org/", category: "beginner"},
{ name: "Tails", version: "6.12 x86_64", icon: "img/distro/tails.svg", downloadLink: "https://download.tails.net/tails/stable/tails-amd64-6.12/tails-amd64-6.12.img", description: "A Debian-based distribution focused on privacy.", websiteLink: "https://tails.net/", category: "advanced", torrent: "https://tails.net/torrents/files/tails-amd64-6.12.iso.torrent"},
{ name: "RebornOS", version: "2024.08.03 x86_64", icon: "img/distro/reborn.svg", downloadLink: "https://cdn.soulharsh007.dev/RebornOS-ISO/rebornos_iso-2024.08.03-x86_64.iso", description: "A Arch-based distro. with customizable desktops.", websiteLink: "https://rebornos.org/", category: "advanced"},
{ name: "Peppermint OS", version: "Deb x86_64", icon: "img/distro/peppermint.svg", downloadLink: "https://mirror.ossplanet.net/peppermint/iso/XFCE/PeppermintOS-Debian-64.iso", description: "A lightweight, cloud-focused Linux distribution.", websiteLink: "https://peppermintos.com/", category: "lightweight"},
{ name: "Raspberry Pi OS", version: "2024-10-22 ARM64", icon: "img/distro/raspberry.svg", downloadLink: "https://downloads.raspberrypi.com/raspios_arm64/images/raspios_arm64-2024-10-28/2024-10-22-raspios-bookworm-arm64.img.xz", description: "An OS optimized for Raspberry Pi devices.", websiteLink: "https://www.raspberrypi.com/software/operating-systems/", category: "lightweight"},
{ name: "BunsenLabs", version: "240123 x86_64", icon: "img/distro/bunsenlabs.png", downloadLink: "https://ddl.bunsenlabs.org/ddl/boron-1-240123-amd64.hybrid.iso", description: "Lightweight, customizable, and minimalist Linux.", websiteLink: "https://www.bunsenlabs.org/", category: "lightweight"},
{ name: "Athena OS", version: "v23.11 x86_64", icon: "img/distro/athena.png", downloadLink: "https://github.com/Athena-OS/athena/releases/download/v23.11/athena-rolling-x86_64.iso", description: "Cybersecurity-focused, secure, and modern OS.", websiteLink: "https://athenaos.org/", category: "advanced"},
{ name: "PCLinuxOS", version: "2024.10 x86_64", icon: "img/distro/pclinuxos.svg", downloadLink: "https://ftp.nluug.nl/os/Linux/distr/pclinuxos/pclinuxos/iso/pclinuxos64-kde-2024.10.iso", description: "User-friendly and versatile Linux distribution.", websiteLink: "https://www.pclinuxos.com/", category: "advanced"},
{ name: "SteamFork", version: "20250204 x86_64", icon: "img/distro/steamfork.png", downloadLink: "https://www.steamfork.org/images/installer/steamfork-rel-latest-x86_64.iso", description: "SteamOS-based operating system.", websiteLink: "https://github.com/SteamFork", category: "beginner"},
{ name: "Aurora", version: "Stable x86_64", icon: "img/distro/aurora.svg", downloadLink: "https://dl.getaurora.dev/aurora-stable.iso", description: "Immutable Linux distribution.", websiteLink: "https://getaurora.dev/en", category: "advanced"},
{ name: "AlmaLinux", version: "9.5 x86_64", icon: "img/distro/alma.svg", downloadLink: "https://repo.almalinux.org/almalinux/9.5/isos/x86_64/AlmaLinux-9-latest-x86_64-dvd.iso", description: "Non-profit distro compatible with RHEL.", websiteLink: "https://almalinux.org/", category: "advanced", torrent: "https://repo.almalinux.org/almalinux/9.5/isos/x86_64/AlmaLinux-9.5-x86_64.torrent"},
{ name: "Void Linux", version: "2025.02.02 x86_64", icon: "img/distro/void.png", downloadLink: "https://repo-default.voidlinux.org/live/current/void-live-x86_64-20250202-xfce.iso", description: "A lightweight, rolling-release distro with runit.", websiteLink: "https://voidlinux.org/", category: "advanced"},
{ name: "Gentoo Linux", version: "2025.02.02 amd64", icon: "img/distro/gentoo.png", downloadLink: "https://distfiles.gentoo.org/releases/amd64/autobuilds/20250202T154819Z/livegui-amd64-20250202T154819Z.iso", description: "A flexible, source-based rolling-release distro.", websiteLink: "https://www.gentoo.org/", category: "advanced"},
{ name: "Calculate Linux", version: "20250313 x86_64", icon: "img/distro/calculate.png", downloadLink: "https://mirror.calculate-linux.org/release/cld-20250313-x86_64.iso", description: "A preconfigured, Gentoo-based distro.", websiteLink: "https://www.calculate-linux.org/", category: "advanced"},
{ name: "Artix", version: "20250310 x86_64", icon: "img/distro/artix.svg", downloadLink: "https://iso.artixlinux.org/iso/artix-xfce-openrc-20250310-x86_64.iso", description: "A systemd-free, rolling-release Arch-based distro.", websiteLink: "https://artixlinux.org/", category: "advanced", torrent: "https://torrents.artixlinux.org/artix-xfce-openrc-20250310-x86_64.iso.torrent"},
{ name: "Chimera Linux", version: "20250214 x86_64", icon: "img/distro/chimera.png", downloadLink: "https://repo.chimera-linux.org/live/20250214/chimera-linux-x86_64-LIVE-20250214-gnome.iso", description: "A modern, general-purpose Linux distribution.", websiteLink: "https://chimera-linux.org/", category: "advanced", aarch64: "https://repo.chimera-linux.org/live/20250214/chimera-linux-aarch64-LIVE-20250214-gnome.iso"},
{ name: "OpenMandriva Lx ROME", version: "2025.01.18 x86_64", icon: "img/distro/openmandriva.png", downloadLink: "https://file-store.openmandriva.org/api/v1/file_stores/2765eed82445ea0121431b5469fddb32e4b3fd7b", description: "A user-friendly, rolling-release RPM-based distro.", websiteLink: "https://www.openmandriva.org/", category: "advanced"},
{ name: "Tuxedo OS", version: "4 x86_64", icon: "img/distro/tuxedo.png", downloadLink: "https://os.tuxedocomputers.com/TUXEDO-OS_current.iso", description: "A Linux distro optimized for Tuxedo Computers.", websiteLink: "https://www.tuxedocomputers.com/en/TUXEDO-OS_1.tuxedo", category: "beginner", torrent: "https://os.tuxedocomputers.com/TUXEDO-OS-202501151546.iso.torrent"},
{ name: "Serpent OS", version: "0.24.6 (alpha) x86_64", icon: "img/distro/serpentos.png", downloadLink: "https://download.serpentos.com/serpent-os-0.24.6-gnome.iso", description: "A modern, powerful, and open-source OS.", websiteLink: "https://serpentos.com/", category: "advanced"},
{ name: "AV Linux", version: "23.5 x86_64", icon: "img/distro/avlinux.png", downloadLink: "https://downloads.bandshed.net/AVL-MXe-23.5-GH/AVL_MXE_BASE-23.5_x64.iso", description: "A distro optimized for audio and video production.", websiteLink: "https://www.bandshed.net/avlinux/", category: "beginner"},
{ name: "Nobara", version: "41 x86_64", icon: "img/distro/nobara.png", downloadLink: "https://nobara-images.nobaraproject.org/Nobara-41-Official-2025-01-05.iso", description: "A distro optimized for gaming and performance.", websiteLink: "https://nobaraproject.org/", category: "beginner"},
{ name: "Clear Linux", version: "42950 x86_64", icon: "img/distro/clearlinux.svg", downloadLink: "https://cdn.download.clearlinux.org/releases/42950/clear/clear-42950-live-desktop.iso", description: "An Intel-optimized performance-focused distro.", websiteLink: "https://www.clearlinux.org/", category: "advanced"},
{ name: "BigLinux", version: "2025.02.01 x86_64", icon: "img/distro/biglinux.png", downloadLink: "https://iso.biglinux.com.br/biglinux_2025-02-01_k66.iso", description: "A user-friendly, performance-focused distro.", websiteLink: "https://www.biglinux.com.br/", category: "beginner", torrent: "https://iso.biglinux.com.br/biglinux_2025-02-01_k66.iso.torrent"},
{ name: "Regata OS", version: "24.1 x86_64", icon: "img/distro/regata.png", downloadLink: "https://sourceforge.net/projects/regataos/files/regataos-24.1/Regata_OS_24.1_en-US.x86_64-24.1.0.iso/download", description: "A gaming-focused, user-friendly Linux distro.", websiteLink: "https://get.regataos.com.br/", category: "beginner"},
{ name: "Archcraft", version: "2025.01.03 x86_64", icon: "img/distro/archcraft.png", downloadLink: "https://sourceforge.net/projects/archcraft/files/latest/download", description: "Yet another minimal Linux distribution.", websiteLink: "https://archcraft.io/", category: "advanced"},
{ name: "Devuan", version: "5.0.0 x86_64", icon: "img/distro/devuan.png", downloadLink: "https://ftp.fau.de/devuan-cd/devuan_daedalus/desktop-live/devuan_daedalus_5.0.0_amd64_desktop-live.iso", description: "A Debian-based distro without systemd.", websiteLink: "https://www.devuan.org/", category: "advanced"},
{ name: "MX Linux", version: "23.5 x86_64", icon: "img/distro/mxlinux.png", downloadLink: "https://sourceforge.net/projects/mx-linux/files/Final/Xfce/MX-23.5_x64.iso/download", description: "A Debian-based and user-friendly distro.", websiteLink: "https://mxlinux.org/", category: "beginner"},
{ name: "antiX", version: "23.2 x86_64", icon: "img/distro/antiX.png", downloadLink: "https://sourceforge.net/projects/antix-linux/files/Final/antiX-23.2/antiX-23.2_x64-full.iso/download", description: "A lightweight, systemd-free Debian-based distro.", websiteLink: "https://antixlinux.com/", category: "lightweight", torrent: "https://antixlinux.com/?sdm_process_download=1&download_id=3029"},
{ name: "Q4OS", version: "5.7 x86_64", icon: "img/distro/q4os.png", downloadLink: "https://sourceforge.net/projects/q4os/files/stable/q4os-5.7-x64-tde.r1.iso/download", description: "A lightweight distro with a classic UI.", websiteLink: "https://q4os.org/", category: "lightweight"},
{ name: "Kumander Linux", version: "2.0 x86_64", icon: "img/distro/kumander.png", downloadLink: "https://dl.kumander.org/kumander-linux-2.0-live-amd64.iso", description: "A distro inspired by good ol' Windows 7", websiteLink: "https://www.kumander.org/", category: "beginner"},
{ name: "Linux Lite", version: "7.2 x86_64", icon: "img/distro/linuxlite.png", downloadLink: "https://mirror.alpix.eu/linuxliteos/isos/7.2/linux-lite-7.2-64bit.iso", description: "A lightweight, user-friendly Ubuntu-based distro.", websiteLink: "https://www.linuxliteos.com/", category: "beginner", torrent: "https://mirror.alpix.eu/linuxliteos/isos/7.2/linux-lite-7.2-64bit.iso.torrent"},
{ name: "siduction", version: "2024.1.0 x86_64", icon: "img/distro/siduction.png", downloadLink: "https://ftp.spline.de/pub/siduction/iso/Shine_on/kde/siduction-2024.1.0-Shine_on-kde-amd64-202412261719.iso", description: "A rolling-release distro with cutting-edge software.", websiteLink: "https://siduction.org/", category: "beginner"},
{ name: "SparkyLinux", version: "7.6 x86_64", icon: "img/distro/sparky.png", downloadLink: "http://us2.repo.sparkylinux.org/iso/stable/sparkylinux-7.6-x86_64-xfce.iso", description: "A lightweight, Debian-based distro.", websiteLink: "https://sparkylinux.org/", category: "beginner", torrent: "https://distrowatch.com/dwres/torrents/sparkylinux-7.6-x86_64-xfce.iso.torrent"},
{ name: "Neptune", version: "8.1 x86_64", icon: "img/distro/neptune.png", downloadLink: "https://download.neptuneos.com/download/Neptune8-20240328.iso", description: "A Debian-based distro focused on multimedia.", websiteLink: "https://neptuneos.com/", category: "beginner"},
{ name: "Rhino Linux", version: "2025.2 x86_64", icon: "img/distro/rhino.png", downloadLink: "https://sourceforge.net/projects/rhino-linux-builder/files/2025.2/Rhino-Linux-2025.2-amd64.iso/download", description: "An Ubuntu-based rolling-release distro.", websiteLink: "https://rhinolinux.org/", category: "beginner"},
{ name: "DAT Linux", version: "2.0 x86_64", icon: "img/distro/datlinux.png", downloadLink: "https://sourceforge.net/projects/dat-linux/files/datlinux-2.0-lxqt-desktop-amd64.iso/download", description: "An Ubuntu-based distro for data science.", websiteLink: "https://datlinux.com/", category: "advanced"},
{ name: "Kaisen Linux", version: "3.0 x86_64", icon: "img/distro/kaisen.png", downloadLink: "https://iso.kaisenlinux.org/rolling/kaisenlinuxrolling3.0RC3-amd64-MATE.iso", description: "The distribution for professional IT.", websiteLink: "https://kaisenlinux.org/", category: "advanced", torrent: "https://torrent.kaisenlinux.org/kaisenlinuxrolling3.0RC3-amd64-MATE.iso.torrent"},
{ name: "Bodhi Linux", version: "7.0.0 x86_64", icon: "img/distro/bodhi.png", downloadLink: "https://sourceforge.net/projects/bodhilinux/files/7.0.0/bodhi-7.0.0-64.iso/download", description: "A lightweight distro featuring the Moksha desktop.", websiteLink: "https://www.bodhilinux.com/", category: "lightweight", torrent: "https://sourceforge.net/projects/bodhilinux/files/7.0.0/bodhi-7.0.0-64.iso.torrent/download"},
{ name: "Feren OS", version: "2023.04 x86_64", icon: "img/distro/ferenos.png", downloadLink: "https://sourceforge.net/projects/ferenoslinux/files/Feren-OS-standarddt.iso/download", description: "A user-friendly, Ubuntu-based distro.", websiteLink: "https://ferenos.weebly.com/", category: "beginner"},
{ name: "Vinari OS", version: "4.0.0 x86_64", icon: "img/distro/vinarios.png", downloadLink: "https://sourceforge.net/projects/vinari-os/files/HELIUM/Vinari-OS-4.0.0-HELIUM-x64.iso/download", description: "A user-friendly, Debian-based distro.", websiteLink: "https://vinarios.me/", category: "beginner"},
{ name: "Mabox Linux", version: "25.02 x86_64", icon: "img/distro/mabox.png", downloadLink: "https://sourceforge.net/projects/mabox-linux/files/latest/download", description: "A rolling-release customized Openbox wm distro.", websiteLink: "https://maboxlinux.org/", category: "lightweight"},
{ name: "instantOS", version: "7 x86_64", icon: "img/distro/instantos.svg", downloadLink: "https://github.com/instantOS/instantOS/releases/download/v7-beta/instantos_beta7.iso", description: "A lightning fast Arch-based distro.", websiteLink: "https://instantos.io/", category: "advanced"},
{ name: "ArcoLinux", version: "25.03.05 x86_64", icon: "img/distro/arcolinux.svg", downloadLink: "https://ant.seedhost.eu/arcolinux/iso/v25.03.05/arcoplasma-v25.03.05-x86_64.iso", description: "An Arch-based learning/teaching project.", websiteLink: "https://www.arcolinux.info/", category: "advanced", torrent: "https://ant.seedhost.eu/arcolinux/iso/v25.03.05/arcoplasma-v25.03.05-x86_64.iso.torrent"},
{ name: "Mageia", version: "9 x86_64", icon: "img/distro/mageia.png", downloadLink: "https://www.mageia.org/en/downloads/get/?q=Mageia-9-Live-Plasma-x86_64.iso", description: "RPM-based Linux distro forked from Mandriva.", websiteLink: "https://www.mageia.org/en/", category: "advanced", torrent: "https://www.mageia.org/en/downloads/get/?q=Mageia-9-Live-Plasma-x86_64.iso&torrent=1"},
{ name: "Venom Linux", version: "2025.02.16 x86_64", icon: "img/distro/venom.png", downloadLink: "https://sourceforge.net/projects/venomlinux/files/ISO/venomlinux-wayland-sysv-x86_64-20250216.iso/download", description: "A lightweight source based distro.", websiteLink: "https://venomlinux.org/", category: "advanced"},
{ name: "ALT Linux", version: "2025.02.09 x86_64", icon: "img/distro/alt.png", downloadLink: "https://nightly.altlinux.org/p11/release/alt-p11-kde-20241212-x86_64.iso", description: "RPM-based distro focused on stability and security.", websiteLink: "https://getalt.org/en/", category: "advanced"},
{ name: "project Bluefin", version: "Stable x86_64", icon: "img/distro/bluefin.png", downloadLink: "https://download.projectbluefin.io/bluefin-stable.iso", description: "The next generation Linux workstation.", websiteLink: "https://projectbluefin.io/", category: "advanced"},
{ name: "MocaccinoOS", version: "1.8.1 x86_64", icon: "img/distro/mocaccino.png", downloadLink: "https://github.com/mocaccinoOS/mocaccino/releases/download/v1.8.1/MocaccinoOS-GNOME-0.20250213.iso.tar.xz", description: "A minimal Linux meta-distribution.", websiteLink: "https://www.mocaccino.org/", category: "advanced"},
{ name: "Adélie Linux", version: "1.0 x86_64", icon: "img/distro/adelie.png", downloadLink: "https://distfiles.adelielinux.org/adelie/1.0-beta6/iso/adelie-live-kde-x86_64-1.0-beta6-20241223.iso", description: "An independent distro for privacy and freedom.", websiteLink: "https://www.adelielinux.org/", category: "advanced"},
{ name: "TROM-Jaro", version: "2024.12.18 x86_64", icon: "img/distro/tromjaro.png", downloadLink: "https://www.drive.tromsite.com/s/TQccm6z52Hsr7rg#", description: "A trade-free operating system.", websiteLink: "https://www.tromjaro.com/", category: "beginner"},
{ name: "ParrotOS", version: "6.3 x86_64", icon: "img/distro/parrotos.png", downloadLink: "https://deb.parrot.sh/parrot/iso/6.3.2/Parrot-security-6.3.2_amd64.iso", description: "A distro focused on security and pentesting.", websiteLink: "https://parrotsec.org/", category: "advanced", torrent: "https://deb.parrot.sh/parrot/iso/6.3.2/Parrot-security-6.3.2_amd64.iso.torrent"},
{ name: "BlackArch Linux", version: "2023.05.01 x86_64", icon: "img/distro/blackarch.png", downloadLink: "https://ftp.halifax.rwth-aachen.de/blackarch/iso/blackarch-linux-slim-2023.05.01-x86_64.iso", description: "A distro designed for pentesting and security.", websiteLink: "https://blackarch.org/", category: "advanced", torrent: "https://blackarch.org/blackarch/torrent/blackarch-linux-slim-2023.05.01-x86_64.iso.torrent"},
{ name: "rlxos", version: "Stable x86_64", icon: "img/distro/rlxos.png", downloadLink: "https://sourceforge.net/projects/rlxos/files/releases/stable/rlxos-stable-installer.iso/download", description: "An independent, safely mutable os.", websiteLink: "https://rlxos.dev/", category: "beginner"},
{ name: "Arkane Linux", version: "2024.10.26 x86_64", icon: "img/distro/arkane.png", downloadLink: "https://download.arkanelinux.org/iso/arkanelinux-arkdep-2024.10.26/arkanelinux-arkdep-2024.10.26-uefi_only.iso", description: "An opinionated, immutable, atomic distro.", websiteLink: "https://arkanelinux.org/", category: "advanced"},
{ name: "blendOS", version: "4 x86_64", icon: "img/distro/blendos.svg", downloadLink: "https://git.blendos.co/api/v4/projects/32/jobs/artifacts/main/raw/blendOS.iso?job=build-job", description: "A declarative, immutable and atomic distro.", websiteLink: "https://blendos.co/", category: "beginner"},
{ name: "Cereus Linux", version: "2023.02.17 x86_64", icon: "img/distro/cereus.svg", downloadLink: "https://sourceforge.net/projects/cereus-linux/files/isos/beta/2023.02.19/xfce/cereus-beta-live-x86_64-xfce-2023.02.17.iso/download", description: "A Void-based user-friendly distro.", websiteLink: "https://cereus-linux.codeberg.page/", category: "beginner"},
{ name: "Mauna Linux", version: "24.4 x86_64", icon: "img/distro/mauna.png", downloadLink: "https://cdimage.maunalinux.top/latest/MaunaLinux-24.4-Cinnamon-amd64.iso", description: "A free and open-source Linux operating system.", websiteLink: "https://maunalinux.top/", category: "beginner"},
{ name: "Ufficio Zero Linux", version: "11 x86_64", icon: "img/distro/ufficiozero.png", downloadLink: "https://sourceforge.net/projects/ufficiozero/files/11-desktop/x86_64/iso/UZL-11_2-desktop-x86_64.iso/download", description: "A business-focused Linux distro.", websiteLink: "https://www.ufficiozero.org/index.php?alias=home-page2", category: "beginner", torrent: "https://sourceforge.net/projects/ufficiozero/files/11-desktop/x86_64/iso/UZL-11_2-desktop-x86_64.iso.torrent/download"},
{ name: "MiniOS", version: "Standard x86_64", icon: "img/distro/minios.png", downloadLink: "https://minios.dev/download.html?d=bookworm&de=xfce&pv=standard&a=amd64&v=v4.1.0&lang=en", description: "A compact os designed for everyday tasks.", websiteLink: "https://minios.dev/", category: "beginner"},
{ name: "wattOS", version: "R13 x86_64", icon: "img/distro/wattos.png", downloadLink: "https://extantpc.com/iso/wattOS-R13.iso", description: "A simple, minimal and fast distro.", websiteLink: "https://www.planetwatt.com/", category: "beginner", torrent: "https://planetwatt.com/wattiso/wattOS-R13.iso.torrent"},
{ name: "Window Maker Live", version: "12.8 x86_64", icon: "img/distro/wmlive.png", downloadLink: "https://sourceforge.net/projects/wmlive/files/wmlive-bookworm-12.8/wmlive-bookworm_12.8-amd64.iso/download", description: "A Debian-based distro with WMaker.", websiteLink: "https://wmlive.sourceforge.net/", category: "advanced"},
{ name: "DraugerOS", version: "7.7 x86_64", icon: "img/distro/drauger.png", downloadLink: "https://download-optimizer.draugeros.org/ISOs/Drauger_OS-7.7-AMD64.iso", description: "An Ubuntu-based gaming distro.", websiteLink: "https://wmlive.sourceforge.net/", category: "advanced"},
{ name: "Voyager", version: "24.10 x86_64", icon: "img/distro/voyager.png", downloadLink: "https://sourceforge.net/projects/voyagerlive/files/Voyager-24.10-amd64.iso/download", description: "An Ubuntu LTS and Debian-based distro.", websiteLink: "https://voyagerlive.org/", category: "beginner"},
{ name: "Lilidog Linux", version: "25.01.25 x86_64", icon: "img/distro/lilidog.svg", downloadLink: "https://sourceforge.net/projects/lilidog/files/latest/download", description: "An optimized Debian-based openbox desktop.", websiteLink: "https://lilidog.org/", category: "beginner"},
{ name: "Ultramarine Linux", version: "40 x86_64", icon: "img/distro/ultramarine.svg", downloadLink: "https://images.fyralabs.com/isos/ultramarine/40/ultramarine-flagship-40-live-x86_64.iso", description: "A Fedora-based enhanced distro.", websiteLink: "https://ultramarine-linux.org/", category: "beginner"},
{ name: "Salix", version: "15.0 x86_64", icon: "img/distro/salix.png", downloadLink: "https://sourceforge.net/projects/salix/files/15.0/salix64-xfce-15.0.iso/download", description: "Linux for the lazy Slacker.", websiteLink: "https://www.salixos.org/", category: "advanced", torrent: "https://download.salixos.org/x86_64/15.0/iso/salix64-xfce-15.0.torrent"},
{ name: "Obarun", version: "2025.01.23 x86_64", icon: "img/distro/obarun.png", downloadLink: "https://web.obarun.org/latest/jwm/", description: "An Arch-based distro focused on systemd-free init.", websiteLink: "https://web.obarun.org/", category: "advanced"},
{ name: "Netrunner", version: "25 x86_64", icon: "img/distro/netrunner.png", downloadLink: "https://pub.netrunner.com/netrunner-25-64-bit.iso", description: "A polished Debian-based distro.", websiteLink: "https://www.netrunner.com/", category: "beginner", torrent: "https://pub.netrunner.com/netrunner-25-64-bit.torrent"},
{ name: "Nitrux", version: "3.9.0 x86_64", icon: "img/distro/nitrux.png", downloadLink: "https://sourceforge.net/projects/nitruxos/files/latest/download", description: "Simple, quick and responsive distro.", websiteLink: "https://nxos.org/", category: "beginner"},
{ name: "NuTyX", version: "25.02 x86_64", icon: "img/distro/nutyx.png", downloadLink: "https://sourceforge.net/projects/nutyx/files/ISOs/systemv/NuTyX_x86_64-25.02.5-XFCE4.iso", description: "A very flexible, complete GNU/Linux distro.", websiteLink: "https://nutyx.org/en/", category: "advanced"},
{ name: "Dr.Parted", version: "25.02 x86_64", icon: "img/distro/drparted.png", downloadLink: "https://sourceforge.net/projects/dr-parted-live/files/latest/download", description: "A Debian Testing live distro.", websiteLink: "https://dr-parted-live.sourceforge.io/", category: "advanced"},
{ name: "Xebian", version: "Unstable x86_64", icon: "img/distro/xebian.png", downloadLink: "https://xebian.org/download/xebian-unstable-amd64.hybrid.iso", description: "A Debian based system that is much like Xubuntu.", websiteLink: "https://xebian.org/", category: "advanced"},
{ name: "StratOS", version: "2025.03.06 x86_64", icon: "img/distro/stratos.png", downloadLink: "https://github.com/StratOS-Linux/gnome-iso/releases/download/v2025.03.06/StratOS-2025.03.06-x86_64.iso", description: "A new distro that uses scripts from Bedrock Linux.", websiteLink: "https://stratos-linux.org/", category: "advanced"},
{ name: "ArchBang", version: "0902 x86_64", icon: "img/distro/archbang.png", downloadLink: "https://sourceforge.net/projects/archbang/files/latest/download", description: "A lightweight distribution based on Arch Linux.", websiteLink: "https://archbang.org/", category: "lightweight"},
{ name: "BackBox Linux", version: "9 x86_64", icon: "img/distro/backbox.png", downloadLink: "https://backbox.mirror.garr.it/backbox-9-desktop-amd64.iso", description: "A pentesting and security oriented distro.", websiteLink: "https://linux.backbox.org/", category: "advanced"},
{ name: "KaOS", version: "2025.01 x86_64", icon: "img/distro/kaos.svg", downloadLink: "https://sourceforge.net/projects/kaosx/files/ISO/KaOS-2025.01-x86_64.iso", description: "An independent, built from-scratch Linux distro.", websiteLink: "https://kaosx.us/", category: "advanced"},
{ name: "TileOS", version: "1.2 x86_64", icon: "img/distro/tileos.svg", downloadLink: "https://downloads.tile-os.com/stable/sway/tileos-sway-1.2.1-desktop-amd64.iso", description: "Debian-based distro with tiling wms.", websiteLink: "https://tile-os.com/", category: "advanced"},
{ name: "eweOS", version: "2025.03 x86_64", icon: "img/distro/eweos.svg", downloadLink: "https://os-repo-cloudflare.ewe.moe/eweos-images/eweos-x86_64-liveimage-desktop-xfce.iso", description: "A musl-based, lightweight, general-purpose distro.", websiteLink: "https://os.ewe.moe/", category: "advanced"},
{ name: "AxOS", version: "25.01 x86_64", icon: "img/distro/axos.png", downloadLink: "https://github.com/AxOS-project/AxOS/releases/download/25.01-2/AxOS-25.01-x86_64.iso", description: "The Linux experience, enhanced.", websiteLink: "https://www.axos-project.com/", category: "advanced"},
{ name: "BesGnuLinux", version: "02.07 x86_64", icon: "img/distro/besgnulinux.png", downloadLink: "https://sourceforge.net/projects/besgnulinux/files/latest/download", description: "A fast, lightweight, convenient and stable distro.", websiteLink: "https://besgnulinux.blogspot.com/", category: "lightweight"},
{ name: "Vendefoul Wolf Linux", version: "310125 x86_64", icon: "img/distro/vengefoulwolf.png", downloadLink: "https://sourceforge.net/projects/vendefoul-wolf-linux/files/Vendefoul%20Wolf%20Excalibur/Plasma%2064%20Bits/Vendefoul-Excalibur-KDE_Plasma_amd64_v310125.iso/download", description: "A free full GNU/Linux distribution.", websiteLink: "https://vendefoulwolf.wordpress.com/", category: "beginner"},
{ name: "WolfOS", version: "StickySyrup x86_64", icon: "img/distro/wolfos.png", downloadLink: "https://sourceforge.net/projects/wolfos/files/latest/download", description: "A powerful, lightweight, and developer-friendly OS.", websiteLink: "https://wolfos.pages.dev/", category: "advanced"},
{ name: "PikaOS Linux", version: "4.0 x86_64", icon: "img/distro/pikaos.svg", downloadLink: "https://cdn.pika-os.com/PikaOS-Nest-GNOME-4.0-amd64-v3-25.01.28-1.iso", description: "A gaming/optimization-focused Linux distro", websiteLink: "https://wiki.pika-os.com/en/home", category: "beginner"},
{ name: "Quarkos", version: "24.04 x86_64", icon: "img/distro/quarkos.png", downloadLink: "https://sourceforge.net/projects/quark-os/files/latest/download", description: "A user friendly, desktop oriented operating system.", websiteLink: "https://quark-os.sourceforge.io/", category: "beginner"},
{ name: "Storm OS", version: "2025.01.16 x86_64", icon: "img/distro/stormos.png", downloadLink: "https://sourceforge.net/projects/hackman-linux/files/latest/download", description: "An easy, out of the box Arch Linux experience.", websiteLink: "https://techcafe757.wixsite.com/storm-os", category: "advanced"},
{ name: "Archman Linux", version: "Stable x86_64", icon: "img/distro/archman.png", downloadLink: "https://sourceforge.net/projects/archman-os/files/latest/download", description: "A powerful, lightweight, fast, and stable distro.", websiteLink: "https://archman.org/", category: "lightweight"},
{ name: "joborun linux", version: "Latest x86_64", icon: "img/distro/joborun.png", downloadLink: "https://sourceforge.net/projects/joborun/files/images/jobo-latest.tar.xz", description: " Arch with runit instead of systemd.", websiteLink: "https://joborun.neocities.org/joborun", category: "lightweight"},
{ name: "Shebang", version: "Latest x86_64", icon: "img/distro/shebang.png", downloadLink: "https://github.com/shebang-linux/shebang/releases/download/latest/shebang-x86_64.iso", description: "An Artix GNU/Linux based distribution.", websiteLink: "https://shebang-linux.github.io/", category: "lightweight"},
{ name: "Elive", version: "Retrowave x86_64", icon: "img/distro/elive.png", downloadLink: "https://www.elivecd.org/downloads/retro/3.8.32/39c35954dc/elive_3.8.32_retro_hybrid_amd64.iso", description: "Turn old PCs into high-performance machines.", websiteLink: "https://www.elivecd.org/", category: "lightweight", torrent: "https://www.elivecd.org/wp-content/uploads/files/elive_3.8.32_retrowave__32+64bit.torrent"},
{ name: "Ditana", version: "0.9.0 x86_64", icon: "img/distro/ditana.png", downloadLink: "https://ditana.org/downloads/Ditana-0.9.0-Beta-x86_64.iso", description: "A highly configurable GNU/Linux with built-in AI.", websiteLink: "https://ditana.org/", category: "advanced"},
{ name: "Dynebolic", version: "4.0.0 x86_64", icon: "img/distro/dynebolic.png", downloadLink: "https://files.dyne.org/dynebolic/dynebolic-4.0.0-beta.iso", description: "A 100% free GNU+Linux distribution.", websiteLink: "https://dyne.org/dynebolic/", category: "advanced"},
{ name: "DeLinuxCo", version: "24.2.1 x86_64", icon: "img/distro/delinuxco.png", downloadLink: "https://www.delinuxco.com/?sdm_process_download=1&download_id=4088", description: "A Linux professional workstation.", websiteLink: "https://www.delinuxco.com/", category: "advanced"},
{ name: "Damn Small Linux", version: "2024.rc7 x86_64", icon: "img/distro/dsl.png", downloadLink: "https://www.damnsmalllinux.org/download/dsl-2024.rc7.iso", description: "A compact disto tailored for low-spec x86 PCs.", websiteLink: "https://www.damnsmalllinux.org/", category: "lightweight"},
{ name: "LazyLinux", version: "2025.03.10 x86_64", icon: "img/distro/lazylinux.png", downloadLink: "https://sourceforge.net/projects/lazylinux/files/latest/download", description: "A pre-configured Void-based distro.", websiteLink: "https://lazylinuxos.github.io/", category: "beginner"},
{ name: "Liya Linux", version: "2.2 x86_64", icon: "img/distro/liya.png", downloadLink: "https://sourceforge.net/projects/liya-2024/files/latest/download", description: "A lightweight and efficient operating system.", websiteLink: "https://liyalinux.gitlab.io/", category: "beginner"},
{ name: "Endless OS", version: "6.0.5 x86_64", icon: "img/distro/endlessos.png", downloadLink: "https://images-dl.endlessm.com/release/6.0.5/eos-amd64-amd64/base/eos-eos6.0-amd64-amd64.250109-205325.base.iso", description: "A user-friendly os packed with educational tools.", websiteLink: "https://www.endlessos.org/os", category: "beginner", torrent: "https://images-dl.endlessm.com/torrents/public/eos-amd64-amd64-base-6.0.5-iso.torrent"},
{ name: "Emmabuntüs", version: "DE5 x86_64", icon: "img/distro/emmabuntüs.png", downloadLink: "https://sourceforge.net/projects/emmabuntus/files/Emmabuntus_DE5/Images/1.03/emmabuntus-de5-amd64-12.8-1.03.iso", description: "An all-in-one GNU/Linux distribution.", websiteLink: "https://emmabuntus.org/", category: "beginner", torrent: "https://sourceforge.net/projects/emmabuntus/files/Emmabuntus_DE5/Images/1.03/emmabuntus-de5-amd64-12.8-1.03.iso.torrent"},
{ name: "Lingmo OS", version: "3.0 x86_64", icon: "img/distro/lingmoos.png", downloadLink: "https://releases.lingmo.org.cn/releases/3.0rc", description: "An operating system based on Linux.", websiteLink: "https://lingmo.org/en", category: "beginner", videoLink: "https://www.youtube.com/watch?v=OqekRpkAUDQ"},
{ name: "GXDE OS", version: "15.14.3 x86_64", icon: "img/distro/gxde.png", downloadLink: "https://sourceforge.net/projects/gxde-os/files/latest/download", description: "Gorgeous eXtended Deepin Environment.", websiteLink: "https://www.gxde.top/en/", category: "beginner"},
{ name: "CatOS", version: "2025.03.13 x86_64", icon: "img/distro/catos.svg", downloadLink: "https://drive.google.com/file/d/1nYW2ji_LamnKzI0yquKjJtIp3qYp_FOG/view?usp=sharing", description: "Out-of-the-box Arch-based distribution.", websiteLink: "https://catos.info/en/", category: "beginner"},
{ name: "AnduinOS", version: "1.1 x86_64", icon: "img/distro/anduinos.png", downloadLink: "https://download.anduinos.com/1.1/1.1.1/AnduinOS-1.1.1-en_US.iso", description: "A custom Debian-based Linux distribution", websiteLink: "https://www.anduinos.com/", category: "beginner"},
{ name: "openKylin", version: "2.0 SP1 x86_64", icon: "img/distro/openkylin.png", downloadLink: "https://www.openkylin.top/downloads/download-smp.php?id=80", description: "A Linux operating system based on Ubuntu.", websiteLink: "https://www.openkylin.top/index-en.html", category: "beginner"},
{ name: "NebiOS", version: "3.2 x86_64", icon: "img/distro/nebios.svg", downloadLink: "https://release.nebisoftware.com/NebiOS/Stable/3.2/nebios-3.2-amd64.iso", description: "A quantum leap forward in Linux innovation.", websiteLink: "https://nebisoftware.com/nebios", category: "beginner"},
{ name: "Accessible-Coconut", version: "22.04.3 x86_64", icon: "img/distro/ac.png", downloadLink: "https://sourceforge.net/projects/accessible-coconut/files/latest/download", description: "A GNU/Linux OS derived from Ubuntu-MATE.", websiteLink: "https://zendalona.com/accessible-coconut/", category: ""},
{ name: "Loc-OS", version: "23 x86_64", icon: "img/distro/loc-os.png", downloadLink: "https://sourceforge.net/projects/loc-os/files/Loc-OS%2023/Loc-OS-23-LXDE-x86_64.iso/download", description: "A distro focused on low resource consumption.", websiteLink: "https://loc-os.com/", category: "beginner"},
{ name: "TigerOS", version: "23 x86_64", icon: "img/distro/tiger-os.png", downloadLink: "https://drive.google.com/file/d/18MdKVHROrX1zxSujN_gcQkpzybgyY_oF/view?usp=drive_link", description: "Secure, fast and stable distro.", websiteLink: "https://tigeros.com.br/", category: "beginner"},
{ name: "CuerdOS", version: "1.2.1 x86_64", icon: "img/distro/cuerdos.png", downloadLink: "https://sourceforge.net/projects/cuerdos/files/stable/standard/CuerdOS-1.2.1-Standard_amd64.iso/download", description: "Distro focused on stability and performance.", websiteLink: "https://cuerdos.github.io/", category: "lightweight"},
{ name: "MODICIA O.S.", version: "6.12.9 x86_64", icon: "img/distro/modicia.png", downloadLink: "https://sourceforge.net/projects/modicia-o-s/files/latest/download", description: "A complete linux os for pro multimedia users.", websiteLink: "https://www.modiciaos.cloud/", category: "beginner"},
{ name: "Alien-OS", version: "Regolith Prime x86_64", icon: "img/distro/alienos.png", downloadLink: "https://sourceforge.net/projects/alien-os-nano/files/latest/download", description: "Debian-based distro with integrated MX-Tools.", websiteLink: "https://www.alien-os.de/", category: "advanced"},
{ name: "Predator-OS", version: "3.5 x86_64", icon: "img/distro/predator-os.png", downloadLink: "https://www.seilany.ir/predator-os/download/v35/Predator-OS-v3.5-amd64-SecurityEdition-mate-lxde.iso", description: "A distro for security and academy education.", websiteLink: "https://predator-os.ir/", category: "advanced"},
{ name: "Exodia OS", version: "2024.02.21 x86_64", icon: "img/distro/exodia.png", downloadLink: "https://omansh.vercel.app/api/raw/?path=/ExodiaOS/latest/home/exodia-home-2024.02.21-x86_64.iso", description: "A customized distro For all cybersecurity fields.", websiteLink: "https://exodia-os.github.io/", category: "advanced"},
{ name: "Pentoo", version: "2025.0 x86_64", icon: "img/distro/pentoo.png", downloadLink: "https://www.pentoo.ch/isos/Release/Pentoo_Full_amd64_hardened/pentoo-full-amd64-hardened-2025.0_p20250205.iso", description: "Distro for pentesting and security assessment.", websiteLink: "https://www.pentoo.ch/", category: "advanced"},
{ name: "OmegaLinux", version: "3.0 x86_64", icon: "img/distro/omegalinux.png", downloadLink: "https://github.com/ohjhas/omega-linux/releases/download/3.0/omegalinux-3.0-seaopen-amd64.iso", description: "A lightweight OS with LXDE based on Ubuntu.", websiteLink: "https://ohjhas.github.io/omega-linux-en/index.html", category: "lightweight"},
{ name: "Oreon 10 Core", version: "2501.4 x86_64", icon: "img/distro/oreon.png", downloadLink: "https://boostyconnect.com/download/3715/?tmstv=1732267314", description: "Enterprise Linux but a little friendlier.", websiteLink: "https://oreonproject.org/", category: "beginner"},
{ name: "Sigma Linux", version: "4.0 x86_64", icon: "img/distro/sigmalinux.png", downloadLink: "https://github.com/rdbo/sigma-linux/releases/download/4.0/sigma-linux.iso", description: "Elite operating system.", websiteLink: "https://github.com/rdbo/sigma-linux", category: "advanced"},
{ name: "Batocera", version: "41 x86_64", icon: "img/distro/batocera.png", downloadLink: "https://buzzheavier.com/eft5npjtcraz/download", description: "Distribution for turning a computer into a console", websiteLink: "https://batocera.org/", category: "Beginner", torrent: "https://updates.batocera.org/torrents/batocera-x86_64-41-20250106.img.gz.torrent"},
{ name: "LibreELEC", version: "12.0.2 x86_64", icon: "img/distro/libreelec.png", downloadLink: "https://releases.libreelec.tv/LibreELEC-Generic.x86_64-12.0.2.img.gz", websiteLink: "https://libreelec.tv/", description: "Home theater distro built around KODI.", category: "beginner"},
{ name: "ChimeraOS", version: "2025.01.24 x86_64", icon: "img/distro/chimeraos.svg", downloadLink: "https://github.com/ChimeraOS/install-media/releases/download/2025-01-24_7a488b9/chimeraos-2025.01.24-x86_64.iso", websiteLink: "https://chimeraos.org/", description: "Bringing the console gaming experience to PC.", category: "beginner"},
{ name: "zenned", version: "Latest x86_64", icon: "img/distro/zenned.png", downloadLink: "https://drive.google.com/file/d/1TfeNLn9Wxk-QvDrxnwDNe03yw7mkxdbg/view?usp=drive_link", websiteLink: "https://zenned.gitlab.io/", description: "The basic software that makes your pc work.", category: "beginner"},
{ name: "BredOS", version: "2025.01.26 x86_64", icon: "img/distro/bredos.png", downloadLink: "https://github.com/BredOS/BredOS-iso/releases/download/2025-01-26/BredOS-2025.01.26-x86_64.iso", websiteLink: "https://bredos.org/", description: "A user-friendly Arch-based Linux distribution.", category: "beginner", aarch64: "https://github.com/BredOS/BredOS-iso/releases/download/2025-01-26/BredOS-mainline-2025.01.26-aarch64.iso"},
{ name: "openmamba", version: "20250312 x86_64", icon: "img/distro/openmamba.svg", downloadLink: "https://cdn.openmamba.org/pub/openmamba/media/rolling/livedvd/en/openmamba-livedvd-en-snapshot-20250312.x86_64.iso", websiteLink: "https://openmamba.org/en/", description: "An open source Linux based os.", category: "advanced", aarch64: "https://cdn.openmamba.org/pub/openmamba/media/rolling/diskimg-raspberrypi/en/openmamba-diskimg-raspberrypi-en-snapshot-20250312.aarch64.img.gz"},
{ name: "TTOS Linux", version: "1.2.0 x86_64", icon: "img/distro/ttos.png", downloadLink: "https://sourceforge.net/projects/ttos-linux/files/latest/download", websiteLink: "https://www.ttoslinux.org/", description: "A desktop linux operating system based on Debian.", category: "beginner"},
{ name: "Tiny Core Linux", version: "15.0 x86_64", icon: "img/distro/tinycore.png", downloadLink: "http://tinycorelinux.net/15.x/x86/release/CorePlus-current.iso", websiteLink: "http://tinycorelinux.net/", description: "A highly modular based system.", category: "lightweight"},
{ name: "Trisquel", version: "11.0 x86_64", icon: "img/distro/trisquel.png", downloadLink: "https://mirror.fsf.org/trisquel-images/trisquel_11.0.1_amd64.iso", websiteLink: "https://trisquel.info/", description: "A fully free operating system.", category: "beginner", torrent: "https://mirror.fsf.org/trisquel-images/trisquel_11.0.1_amd64.iso.torrent"},
{ name: "Slackel", version: "7.7 x86_64", icon: "img/distro/slackel.svg", downloadLink: "https://sourceforge.net/projects/slackel/files/latest/download", websiteLink: "https://slackel.sourceforge.io/forum/about.htm", description: "A Linux distribution based on Slackware.", category: "advanced"},
{ name: "MOFO Linux", version: "9.3.0 x86_64", icon: "img/distro/mofo.png", downloadLink: "https://sourceforge.net/projects/mofolinux/files/latest/download", websiteLink: "https://mofolinux.com/", description: "A self-contained live Linux environment.", category: "advanced"},
{ name: "Linux Kamarada", version: "15.5 x86_64", icon: "img/distro/kamarada.png", downloadLink: "https://sourceforge.net/projects/kamarada/files/15.5/Linux_Kamarada_15.5.x86_64-15.5-Build5.78.iso/download", websiteLink: "https://linuxkamarada.com/en/", description: "A Linux distro based on the great openSUSE Leap.", category: "beginner"},
{ name: "LinuxConsole", version: "2024 x86_64", icon: "img/distro/linuxconsole.png", downloadLink: "https://ftp.cc.uoc.gr/mirrors/linux/linuxconsole/linuxconsole.2024-x86_64.iso", websiteLink: "https://www.linuxconsole.org/", description: "A lightweight distro for children and kids.", category: "lightweight"},
{ name: "Lion Linux", version: "Latest x86_64", icon: "img/distro/lionlinux.png", downloadLink: "https://sourceforge.net/projects/lionlinux/files/latest/download", websiteLink: "https://lionlinux.com/", description: "An os for desktop and laptop computers.", category: "beginner"},
{ name: "MakuluLinux", version: "LinDoz x86_64", icon: "img/distro/makulu.svg", downloadLink: "https://sourceforge.net/projects/makulu/files/downloads/LinDoz/MakuluLinux-LinDoz-2025-02-17.iso/download", websiteLink: "https://www.makululinux.com/wp/", description: "A whole world of possibilities.", category: "beginner"},
{ name: "SolydXK", version: "12 x86_64", icon: "img/distro/solydxk.png", downloadLink: "https://solydxk.com/dl.php?s=solydx", websiteLink: "https://solydxk.com/", description: "A Dutch Linux distro based on Debian.", category: "beginner", torrent: "https://solydxk.com/dl.php?s=solydx&x=torrent"},
{ name: "LastOSLinux", version: "2025.01.18 x86_64", icon: "img/distro/lastoslinux.png", downloadLink: "https://sourceforge.net/projects/lastoslinux/files/ISOs/LastOSLinux_amd64_2025-01-18_RC4-B2.iso/download", websiteLink: "https://www.lastos.org/lastoslinux/", description: "Linux for Windows users.", category: "beginner"},
{ name: "Pearl Linux", version: "12 x86_64", icon: "img/distro/pearl.png", downloadLink: "https://sourceforge.net/projects/pearl-linux-mate-12/files/PearlMATE_Full_12-09-30-2024_amd64.iso/download", websiteLink: "https://www.pearllinux.net/", description: "The perfect desktop for all with Compiz wm.", category: "beginner"},
{ name: "LinuxHub Prime", version: "3.0.4 x86_64", icon: "img/distro/linuxhub.png", downloadLink: "https://sourceforge.net/projects/linuxhub-prime/files/Linuxhub_Prime_v3.0.4-2025.02.12-x86_64.iso/download", websiteLink: "https://linuxhub.link/", description: "Create a custom respin of your own.", category: "advanced"},
{ name: "HeliumOS", version: "10 x86_64", icon: "img/distro/heliumos.svg", downloadLink: "https://dl-heliumos.b-cdn.net/heliumos/releases/test/10_Alpha/HeliumOS-10-alpha_rev2-x86_64-boot.iso", websiteLink: "https://www.heliumos.org/", description: "An atomic desktop os for your devices.", category: "beginner"},
{ name: "OnixOS", version: "2503141845 x86_64", icon: "img/distro/onixos.png", downloadLink: "https://sourceforge.net/projects/onixos/files/latest/download", websiteLink: "https://onix-project.com/", description: "A Linux-based and open source distribution.", category: "advanced"},
{ name: "ParchLinux", version: " x86_64", icon: "img/distro/parch.svg", downloadLink: "https://mirror.parchlinux.com/plasma/ParchLinux-plasma-latest.iso", websiteLink: "https://parchlinux.com/en", description: "A distro based on the popular Arch Linux. ", category: "beginner"},
{ name: "Redcore Linux", version: "24xx x86_64", icon: "img/distro/redcore.png", downloadLink: "https://mirror.alpix.eu/redcorelinux/amd64/iso-next/Redcore.Linux.Hardened.24xx.Unukalhai.KDE.RC1.amd64.iso", websiteLink: "https://redcorelinux.org/", description: "A distro based on Gentoo Linux testing branch.", category: "advanced"},
{ name: "Exe", version: "20240604 x86_64", icon: "img/distro/exe.png", downloadLink: "https://sourceforge.net/projects/exegnulinux/files/latest/download", websiteLink: "https://exegnulinux.net/", description: "Devuan-based live Linux distro with TDE.", category: "advanced"},
{ name: "Parabola", version: "2022.04 x86_64", icon: "img/distro/parabola.png", downloadLink: "https://redirector.parabola.nu/iso/x86_64-systemd-cli-2022.04/parabola-x86_64-systemd-cli-2022.04-netinstall.iso", websiteLink: "https://www.parabola.nu/", description: "A fully free, simple, and lightweight os.", category: "advanced", torrent: "https://repo.parabola.nu/iso/x86_64-systemd-cli-2022.04/parabola-x86_64-systemd-cli-2022.04-netinstall.iso.torrent"},
{ name: "Hyperbola", version: "0.4.4 x86_64", icon: "img/distro/hyperbola.png", downloadLink: "https://repo.hyperbola.info:50000/other/live_images/gnu-plus-linux-libre/hyperbola-milky-way-latest/hyperbola-milky-way-v0.4.4-dual.iso", websiteLink: "https://www.hyperbola.info/", description: "A fully free, stable, secure, simple and lts distro.", category: "advanced", torrent: "https://repo.hyperbola.info:50000/other/live_images/gnu-plus-linux-libre/hyperbola-milky-way-latest/hyperbola-milky-way-v0.4.4-dual.iso.torrent"},
{ name: "Lirix", version: "2025.01.16 x86_64", icon: "img/distro/lirix.png", downloadLink: "https://mega.nz/file/zRJz2BiK#94PY_77sv3vHl01PzsLyOfdtX_fIlkHrFAb0mG5SaSo", websiteLink: "https://caesar-rylan.60.nu/lirix/", description: "An XFree86/Linux with MaXX Interactive Desktop.", category: "advanced"},
{ name: "Starbuntu", version: "24.04.1.17 x86_64", icon: "img/distro/starbuntu.png", downloadLink: "https://die-starfingers.de/Starbuntu/Starbuntu-24-04-1-17-amd64.iso", websiteLink: "https://die-starfingers.de/Starbuntu/en/", description: " Yet another Ubuntu distribution.", category: "lightweight"},
{ name: "Deblinux", version: "5.5 x86_64", icon: "img/distro/deblinux.png", downloadLink: "https://sourceforge.net/projects/deblinux/files/Deblinux%2064%20bit/Deblinux5.5-64bit.iso/download", websiteLink: "https://www.andrealinux.it/deblinux/", description: "The ready-to-use distro.", category: "beginner"},
{ name: "Martine OS", version: "4.0 x86_64", icon: "img/distro/martineos.png", downloadLink: "https://server510932.nazwa.pl/download/MartineOS/Martine%20OS%204.0_Crystal_Empire_build_14022024_v2_amd64.iso", websiteLink: "https://martine-os.martinet.pl/", description: "An os designed for everyday computer users.", category: "beginner", torrent: "https://martine-os.martinet.pl/torrent/"},
{ name: "Melawy Linux", version: "2025.02.06 x86_64", icon: "img/distro/melawy.svg", downloadLink: "https://sourceforge.net/projects/melawy-linux/files/", websiteLink: "https://en.melawy.ru/", description: "An Arch Linux based distribution.", category: "beginner", torrent: "https://sourceforge.net/projects/melawy-linux/files/Melawy-Linux-Base-System-2025.02.06/Melawy-Linux-Base-System-2025.02.06-x86_64.iso.torrent/download"},
{ name: "Ctlos Linux", version: "2.4.7 x86_64", icon: "img/distro/ctlos.svg", downloadLink: "https://sourceforge.net/projects/ctlos/files/v2.4.7/ctlos_v2.4.7_20250213.iso/download", websiteLink: "https://ctlos.github.io/", description: "Iso image based on Arch Linux.", category: "advanced"},
{ name: "Runtu", version: "24.04 x86_64", icon: "img/distro/runtu.png", downloadLink: "https://downloads.sourceforge.net/runtu/runtu-xfce-24.04-amd64_20250315.iso", websiteLink: "https://runtu.org/", description: "Fast and light Linux in russian.", category: "beginner"},
{ name: "FunOS", version: "24.10 x86_64", icon: "img/distro/funos.png", downloadLink: "https://sourceforge.net/projects/funos/files/oracular/final/24.10/calamares/funos-24.10-calamares-stable.20250204.iso/download", websiteLink: "https://funos.org/", description: "A minimal, fast, and secure Linux distro.", category: "beginner"},
{ name: "AgarimOS", version: "20250219 x86_64", icon: "img/distro/agarimos.png", downloadLink: "https://sourceforge.net/projects/agarimos/files/XFCE4/AgarimOS-XFCE4-Catppuccin-Live-x86_64-6.12.13_1-20250219.iso/download", websiteLink: "https://agarimos.sourceforge.io/", description: "A respin of Void Linux", category: "lightweight"},
{ name: "Miracle Linux", version: "9.4 x86_64", icon: "img/distro/miracle.png", downloadLink: "https://repo.dist.miraclelinux.net/miraclelinux/isos/9.4-released/x86_64/MIRACLELINUX-9.4-rtm-minimal-x86_64.iso", websiteLink: "https://www.miraclelinux.com/", description: "A Japanese Linux distro based on RHEL.", category: "advanced"},
{ name: "Guix System", version: "1.4.0 x86_64", icon: "img/distro/guix.svg", downloadLink: "https://ftpmirror.gnu.org/gnu/guix/guix-system-install-1.4.0.x86_64-linux.iso", websiteLink: "https://guix.gnu.org/", description: "A Linux-based, stateless operating system.", category: "advanced"},
{ name: "bazzite", version: "Stable x86_64", icon: "img/distro/bazzite.png", downloadLink: "https://download.bazzite.gg/bazzite-stable-amd64.iso", websiteLink: "https://bazzite.gg/", description: "The next generation of Linux gaming.", category: "beginner"},
{ name: "Finnix", version: "126 x86_64", icon: "img/distro/finnix.svg", downloadLink: "https://www.finnix.org/releases/126/finnix-126.iso", websiteLink: "https://www.finnix.org/", description: "An original utility live Linux distribution.", category: "advanced", torrent: "https://www.finnix.org/releases/126/finnix-126.iso.torrent"},
{ name: "Kanotix", version: "Slowfire x86_64", icon: "img/distro/kanotix.png", downloadLink: "https://iso.kanotix.com/kanotix64-slowfire-nightly-KDE.iso", websiteLink: "https://kanotix.com/", description: "A rock-solid Linux based on Debian.", category: "beginner"},
{ name: "KolibriOS", version: "0.7.7.0 x86_64", icon: "img/distro/kolibrios.png", downloadLink: "https://builds.kolibrios.org/en_US/latest-iso.7z", websiteLink: "https://kolibrios.org/en/", description: "A tiny yet incredibly powerful and fast os.", category: "advanced"},
{ name: "exherbo", version: "Latest x86_64", icon: "img/distro/exherbo.svg", downloadLink: "https://stages.exherbolinux.org/x86_64-pc-linux-gnu/exherbo-x86_64-pc-linux-gnu-gcc-current.tar.xz", websiteLink: "https://www.exherbolinux.org/", description: "A stable and flexible distribution for developers.", category: "advanced"},
{ name: "Plop", version: "25.1 x86_64", icon: "img/distro/plop.png", downloadLink: "https://download.plop.at/ploplinux/25.1/hdimage/ploplinux-25.1-x86_64.img.xz", websiteLink: "https://www.plop.at/", description: "A small distro that can boot from CD, DVD, USB.", category: "advanced"},
{ name: "Primtux", version: "8 x86_64", icon: "img/distro/primtux.png", downloadLink: "https://primtux.fr/Primtux8-amd64.iso", websiteLink: "https://primtux.fr/", description: "Designed by pedagogues, for school and home.", category: "beginner"},
{ name: "Refracta", version: "12.3 x86_64", icon: "img/distro/refracta.png", downloadLink: "https://get.refracta.org/files/daedalus/refracta_12.3_xfce_amd64-20250217_1004.iso", websiteLink: "https://refracta.org/", description: "An os designed for home computer users.", category: "beginner"},
{ name: "Slax", version: "12.2.0 x86_64", icon: "img/distro/slax.png", downloadLink: "https://slax.org/download-slax.php?a=64bit&b=Debian", websiteLink: "https://www.slax.org/", description: "A compact, fast, and modern Linux os.", category: "lightweight"},
{ name: "SliTaz", version: "5.0 x86_64", icon: "img/distro/slitaz.png", downloadLink: "https://mirror.slitaz.org/iso/rolling/slitaz-rolling.iso", websiteLink: "https://www.slitaz.org/", description: "Simple, fast and low resource Linux OS.", category: "lightweight"},
{ name: "4MLinux", version: "48.0 x86_64", icon: "img/distro/4mlinux.png", downloadLink: "https://sourceforge.net/projects/linux4m/files/48.0/livecd/4MLinux-48.0-64bit.iso/download", websiteLink: "https://4mlinux.com/", description: "A miniature Linux distribution.", category: "lightweight"},
{ name: "Zenwalk Linux", version: "250116 x86_64", icon: "img/distro/zenwalk.png", downloadLink: "https://slackware.uk/zenwalk/x86_64/current/zenwalk-current-250116.iso", websiteLink: "http://www.zenwalk.org/", description: "A Slackware-based GNU/Linux operating system.", category: "advanced"},
{ name: "zephix", version: "7R x86_64", icon: "img/distro/zephix.png", downloadLink: "https://sourceforge.net/projects/zephix-linux/files/latest/download", websiteLink: "https://zephix-linux.sourceforge.io/", description: "Free, modular, portable Debian-based distro.", category: "lightweight"},
{ name: "Tsurugi Linux", version: "2024.1 x86_64", icon: "img/distro/tsurugi.png", downloadLink: "https://archive.org/download/tsurugi_linux__2024.1/tsurugi_linux_2024.1.iso", websiteLink: "https://tsurugi-linux.org/", description: "A DFIR open source project that is totally free.", category: "advanced"},
{ name: "BlissOS", version: "16 x86_64", icon: "img/distro/bliss.png", downloadLink: "https://sourceforge.net/projects/blissos-x86/files/Official/BlissOS16/Gapps/Generic/Bliss-v16.9.7-x86_64-OFFICIAL-gapps-20241011.iso/download", websiteLink: "https://blissos.org/", description: "An Android-based open source OS․", category: "lightweight"},
{ name: "OpenBSD", version: "7.6 x86_64", icon: "img/distro/openbsd.png", downloadLink: "https://cdn.openbsd.org/pub/OpenBSD/7.6/amd64/install76.iso", websiteLink: "https://www.openbsd.org/", description: "A BSD-based UNIX-like operating system.", category: "advanced"},
{ name: "FreeBSD", version: "14.2 x86_64", icon: "img/distro/freebsd.png", downloadLink: "https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.2/FreeBSD-14.2-RELEASE-amd64-disc1.iso", websiteLink: "https://www.freebsd.org/", description: "A free-software Unix-like operating system.", category: "advanced"},
{ name: "GhostBSD", version: "24.10.1 x86_64", icon: "img/distro/ghostbsd.png", downloadLink: "https://download.ghostbsd.org/releases/amd64/24.10.1/GhostBSD-24.10.1.iso", websiteLink: "https://www.ghostbsd.org/", description: "A simple, elegant desktop BSD os.", category: "beginner", torrent: "https://download.ghostbsd.org/releases/amd64/24.10.1/GhostBSD-24.10.1.iso.torrent"},
{ name: "ravynOS", version: "0.5.2 x86_64", icon: "img/distro/ravynos.png", downloadLink: "https://github.com/ravynsoft/ravynos/releases/download/v0.5.2/ravynOS_0.5.2_f15_amd64.iso", websiteLink: "https://ravynos.com/", description: "Finesse of macOS. Freedom of FreeBSD.", category: "advanced"},
{ name: "helloSystem", version: "0.8.1 x86_64", icon: "img/distro/hellosystem.png", downloadLink: "https://github.com/helloSystem/ISO/releases/download/r0.8.1/hello-0.8.1_0H324-FreeBSD-13.1-amd64.iso", websiteLink: "https://hellosystem.github.io/", description: "A desktop system with a focus on simplicity.", category: "advanced"},
{ name: "Tribblix", version: "0m35 x86_64", icon: "img/distro/tribblix.svg", downloadLink: "https://pkgs.tribblix.org/iso/tribblix-0m35.iso", websiteLink: "http://tribblix.org/", description: "An open source illumos based os.", category: "advanced"},
{ name: "OpenIndiana", version: "20241026 x86_64", icon: "img/distro/openindiana.png", downloadLink: "https://dlc.openindiana.org/isos/hipster/20241026/OI-hipster-gui-20241026.iso", websiteLink: "https://www.openindiana.org/", description: "Community-driven illumos distribution.", category: "advanced"},
{ name: "OmniOS", version: "r151052 x86_64", icon: "img/distro/omnios.png", downloadLink: "https://downloads.omnios.org/media/stable/omnios-r151052b.iso", websiteLink: "https://omnios.org/", description: "An open source enterprise server os.", category: "advanced"},
{ name: "SmartOS", version: "20250206T001102Z x86_64", icon: "img/distro/smartos.png", downloadLink: "https://us-central.manta.mnx.io/Joyent_Dev/public/SmartOS/20250206T001102Z/smartos-20250206T001102Z.iso", websiteLink: "https://www.tritondatacenter.com/smartos", description: "A powerful os optimized for cloud computing.", category: "advanced"},
{ name: "PorteuX", version: "1.9 x86_64", icon: "img/distro/porteux.png", downloadLink: "https://github.com/porteux/porteux/releases/download/v1.9/porteux-v1.9-current-cinnamon-6.4.6-x86_64.iso", websiteLink: "https://github.com/porteux/porteux/", description: "A Linux distro based on Slackware.", category: "lightweight"},
{ name: "Fatdog64 Linux", version: "903 x86_64", icon: "img/distro/fatdog.png", downloadLink: "https://distro.ibiblio.org/fatdog/iso/Fatdog64-903.iso", websiteLink: "https://distro.ibiblio.org/fatdog/web/", description: "A small yet versatile 64-bit multi-user Linux distro.", category: "lightweight"},
{ name: "Tucana Linux", version: "3.1 x86_64", icon: "img/distro/tux.png", downloadLink: "https://ftp2.osuosl.org/pub/tucana-linux/stable/iso/tucana-3.1-gnome.iso", websiteLink: "https://www.tucanalinux.org/", description: "An customizable distro built entirely from scratch.", category: "advanced"},
{ name: "Twister OS", version: "2.1.2 x86_64", icon: "img/distro/twister.png", downloadLink: "https://archive.org/download/twister-osv-2-1-2.img/TwisterOSv2-1-2.img.xz", websiteLink: "https://twisteros.com/", description: "A true desktop computing experience for SBCs.", category: "lightweight", torrent: "https://archive.org/download/twister-osv-2-1-2.img/twister-osv-2-1-2.img_archive.torrent"},
{ name: "Redox OS", version: "0.9.0 x86_64", icon: "img/distro/redox.png", downloadLink: "https://static.redox-os.org/releases/0.9.0/x86_64/redox_desktop_x86_64_2024-09-07_1225_livedisk.iso.zst", websiteLink: "https://www.redox-os.org/", description: "A Unix-like microkernel-based os written in Rust.", category: "advanced"},
// { name: "", version: "", icon: "img/distro/*.png", downloadLink: "", description: "", websiteLink: "", category: "beginner/advanced", torrent: "", aarch64: "", aarch64Torrent: ""},
];