A minimal experimental Linux distribution focused on learning, customization, and low-level system understanding.
OrizabaLinux is a minimalist Linux distribution built from scratch, designed to explore how a Linux system works at a low level.
It is intended for educational purposes, experimentation, and personal learning.
This project is currently in beta stage.
- UEFI boot support
- Custom Linux kernel
- Minimal initramfs
- Lightweight root filesystem
- ISO-based bootable system
- Fully manual build process
This distribution is experimental and not intended for production use. Use it at your own risk.
- Boot: Working (UEFI)
- Kernel: Custom compiled
- Init system: Minimal / in development
- Package manager: Not included
- Desktop environment: None (CLI only)
- Download the ISO from the Releases section:
OrizabaLinux-Beta.iso - Flash it to a USB drive:
sudo dd if=OrizabaLinux-Beta.iso of=/dev/sdX bs=4M status=progress
- Boot in UEFI mode
- Select OrizabaLinux from the boot menu
- UEFI-capable system
- x86_64 CPU
- Minimum 512 MB RAM (recommended: 1 GB+)
- USB drive (1 GB or larger)
- Improve init system
- Add basic userland tools
- Implement filesystem mounting logic
- Create a simple package management approach
- Optimize boot time
This project is released under the MIT License.
- isgaar
- GitHub: https://github.com/isgaar
OrizabaLinux es una distribución Linux minimalista construida desde cero, enfocada en el aprendizaje, la personalización y la comprensión profunda del funcionamiento interno de Linux.
Está pensada para fines educativos, experimentación y aprendizaje personal.
Actualmente el proyecto se encuentra en fase beta.
- Arranque UEFI
- Kernel Linux personalizado
- Initramfs minimalista
- Sistema de archivos raíz ligero
- Sistema booteable desde ISO
- Proceso de construcción completamente manual
Esta distribución es experimental y no está diseñada para uso en producción.
Úsala bajo tu propia responsabilidad.
- Arranque: Funcional (UEFI)
- Kernel: Compilado a medida
- Sistema init: Mínimo / en desarrollo
- Gestor de paquetes: No incluido
- Entorno gráfico: Ninguno (solo CLI)
- Descarga la ISO desde la sección Releases:
OrizabaLinux-Beta.iso - Grábala en una USB:
sudo dd if=OrizabaLinux-Beta.iso of=/dev/sdX bs=4M status=progress
- Arranca en modo UEFI
- Selecciona OrizabaLinux en el menú de arranque
- Sistema compatible con UEFI
- CPU x86_64
- Mínimo 512 MB de RAM (recomendado: 1 GB o más)
- Memoria USB (1 GB o mayor)
- Mejorar el sistema init
- Agregar herramientas básicas de usuario
- Implementar el montaje de sistemas de archivos
- Crear un enfoque simple de gestión de paquetes
- Optimizar el tiempo de arranque
Project documentation is available in the docs branch:
Este proyecto se publica bajo la Licencia MIT.
- isgaar
- GitHub: https://github.com/isgaar