Fennix is an operating system built from scratch using C and C++.
Caution
The project is still in development and is not yet ready for production use.
Please use a virtual machine to run the OS.
- 🧩 Flexible and modular
- You can easily choose the components you want to include in the kernel
- 🎛️ Compatible with multiple platforms
- Supports i386, AMD64 and AArch64 platforms
- 📦 Support for different operating system binaries
- You can run Linux and Windows binaries
- 🖨️ Driver support
- Supports a variety of drivers for different hardware components
- 📖 Detailed documentation
- The project is well-documented using Doxygen
Important
Some features are still in development and may not be fully functional.
You can download the development ISO image from the Actions tab on the GitHub repository.
Check out the installation guide to compile the project from source.
The current documentation is available here.
To generate the documentation, run:
make docs
The documentation will be available in the doxygen-doc/docs
directory.
Contributions are welcome!
Please read the CONTRIBUTING.md file for guidelines on how to contribute to this project.
Fennix is licensed under the GNU General Public License v3.0. See the LICENSE.md file for more details.
Other licenses used in the project can be found in the LICENSES.md file.