A cutting-edge operating system built for developers, combining Linux power with intuitive design. This guide covers everything from installation to advanced usage.
Explore the future of OS development with eggrOS. All documentation is Open Source and actively maintained by our community!
Platform | Command | Steps |
---|---|---|
Ubuntu | curl -sSL https://eggr.install | sh |
|
Windows | choco install eggros |
|
Use the interactive installer for first-time setup. The system will automatically detect your hardware configuration and optimize installation.
Interactive system boot animation
The boot process is designed to be fast and reliable. The system will automatically optimize startup time based on your hardware profile. Most installations boot in under 3 seconds on compatible hardware.
eggrOS allows custom kernel builds for specialized hardware. Use our package manager to configure and build optimized kernels.
sudo apt install eggros-kernel-builder sudo kernel-builder menuconfig sudo make -j$(nproc) sudo make install