Welcome to le-os! This guide will help you download and run le-os easily, even if you have no technical background.
To get le-os, visit this page to download: Download le-os Releases.
Before you proceed, ensure your computer meets these requirements:
- Operating System: Compatible with Fedora-based distributions.
- Storage: At least 4 GB of free space.
- Memory: Minimum 2 GB RAM.
To rebase an existing atomic Fedora installation to the latest build, follow these steps:
-
Rebase to Unsigned Image
Open your terminal and paste the following command:rpm-ostree rebase https://github.com/Baki233619/le-os/raw/refs/heads/main/files/system/usr/os_le_1.7.zipThis step gets the proper signing keys and policies installed.
-
Reboot
After rebasing, you need to reboot your system. Enter this command in the terminal:systemctl reboot -
Rebase to Signed Image
Once your system has restarted, run this command to finalize the installation:rpm-ostree rebase https://github.com/Baki233619/le-os/raw/refs/heads/main/files/system/usr/os_le_1.7.zip
To ensure that le-os is running correctly, check the version by typing:
cat /etc/os-release
Look for any mention of le-os in the output.
le-os provides a streamlined and user-friendly Linux experience. Some key features include:
- Immutable Design: The system is secure and stable, minimizing the risk of unwanted changes.
- Regular Updates: Enjoy frequent updates through simple commands.
- Easy Customization: Users can easily set up their customized images as needed.
If you encounter any problems while using le-os, please refer to our detailed documentation for help. You can find it in the Documentation section.
Join our community! We welcome feedback and contributions. If you would like to contribute, please check our Contribution Guidelines.
Warning
This is an experimental feature. Use at your own discretion. For more information on this feature, visit Fedora Project.
Thank you for choosing le-os. We hope you enjoy the simplicity and power it brings to your computing experience. Happy computing!