Where LimeOS is assembled for installation.
| Name | Last commit message | Last updated |
|---|---|---|
| .assets | Add project scaffolding and documentation | 6 months ago |
| assets | Switch ISO assembly to grub-mkrescue; remove isolinux/cache subsystems; refactor branding & live workflow | 5 months ago |
| src | Add xterm clipboard integration | 11 days ago |
| tests | refactor: migrate to common.* helpers and use pkg-config for limeos-common-lib | 5 months ago |
| .gitattributes | Add project scaffolding and documentation | 6 months ago |
| .gitignore | Prevent accidental committing of .iso files | 6 months ago |
| CONTRIBUTING.md | docs: require manual branch creation via git.limeos.org | 13 days ago |
| LICENSE | Add project scaffolding and documentation | 6 months ago |
| Makefile | build: add top "Common" section header to Makefile | 5 months ago |
| PHILOSOPHY.md | Add project scaffolding and documentation | 6 months ago |
| README.md | Simplify README introduction: concise, clearer description of ISO build process | 6 months ago |
This ISO builder creates bootable LimeOS installation media. It builds a minimal Debian-based rootfs, splits it into target and live systems, and outputs a hybrid ISO supporting both BIOS and UEFI boot.
This application is still a work in progress. Some features may be incomplete or subject to change while development continues. This note will be removed as soon as the application is ready for everyday use.
This project is guided by a clear and deliberate philosophy. It is built on the belief that software should be understandable, honest, and built to last. Its core is structured around four virtues: Logic, Integrity, Minimalism, and Endurance. Each one provides a foundation for decision-making and long-term design clarity.
For more details, see PHILOSOPHY.md.
We welcome all contributions that help shape and improve this project. Whether you're reporting bugs, suggesting new features, improving documentation, or submitting code changes, your input is valued and appreciated. If you are planning on making large code changes, please consult the project maintainers beforehand.
To get started, see CONTRIBUTING.md.
This project is licensed under the GPL-3.0 License. This license reflects our commitment to ensuring that this software remains free and open-source. We believe in the values of freedom, transparency, and collaboration that the GPL-3.0 promotes, allowing users to freely use, modify, and distribute the software, ensuring that it remains a community-driven project.
For more details, see LICENSE.md.