| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| seedlinux-core-1.1.1.iso | 2025-09-13 | 27.2 MB | |
| seedlinux-core-1.1.iso | 2025-09-10 | 25.7 MB | |
| seedlinux-core-1.0(rc).iso | 2025-09-07 | 27.2 MB | |
| README (1).md | 2025-09-07 | 1.5 kB | |
| seedlinux-core-0.1.1.iso | 2025-09-06 | 27.2 MB | |
| LICENCE | 2025-09-06 | 1.1 kB | |
| COPYING | 2025-09-06 | 18.0 kB | |
| seedlinux-core-0.1.iso | 2025-09-06 | 27.2 MB | |
| Totals: 8 Items | 134.6 MB | 0 |
SeedLinux
SeedLinux is a minimal custom Linux distribution created for educational and experimental purposes.
It is designed to boot quickly in QEMU/VirtualBox and provide a lightweight environment based on the Linux kernel and BusyBox.
Features
- Lightweight custom Linux kernel
- BusyBox (statically linked)
- Simple init scripts for minimal boot
- Bootable ISO image for QEMU, VirtualBox, or real hardware
License
SeedLinux contains and uses the following GPLv2-licensed components:
- Linux Kernel (GPLv2)
- BusyBox (GPLv2)
The full text of the GNU General Public License v2 is included in the file COPYING.
SeedLinux original scripts and configuration files are released under the MIT License.
See LICENSE for details.
Source Code
To comply with GPL requirements, source code is available:
- Linux Kernel source: https://www.kernel.org/
- BusyBox source: https://busybox.net/downloads/
- SeedLinux init scripts and configs: https://github.com/B112848/Seedlinux-core-0.1-Pre-?tab=GPL-2.0-2-ov-file
How to Run
- Download the latest ISO from Releases.
- Run with QEMU: ```bash qemu-system-x86_64 -cdrom SeedLinux.iso