{"id":23561851,"url":"https://github.com/enderice2/fennix","last_synced_at":"2025-07-27T15:36:50.482Z","repository":{"id":263720217,"uuid":"891260120","full_name":"EnderIce2/Fennix","owner":"EnderIce2","description":"Opeating System from scratch made in C and C++ ","archived":false,"fork":false,"pushed_at":"2025-01-24T13:28:32.000Z","size":78635,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T14:27:41.097Z","etag":null,"topics":["aarch64","arm","assembly","c","cpp","cpp20","gcc-compiler","gcc-cross-compiler","kernel","operating-system","operating-system-learning","os","os-development","osdev","osdev-projects","x86","x86-64"],"latest_commit_sha":null,"homepage":"http://fennix.enderice2.com/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EnderIce2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2024-11-20T02:32:33.000Z","updated_at":"2025-01-24T13:45:08.000Z","dependencies_parsed_at":"2025-01-04T07:23:44.766Z","dependency_job_id":"60087440-29a6-4ad0-9313-8627a3041b6c","html_url":"https://github.com/EnderIce2/Fennix","commit_stats":{"total_commits":1513,"total_committers":2,"mean_commits":756.5,"dds":0.008592200925313986,"last_synced_commit":"ce3cf8162adb00e60613950730dd65c9bbeacab5"},"previous_names":["enderice2/fennix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnderIce2%2FFennix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnderIce2%2FFennix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnderIce2%2FFennix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnderIce2%2FFennix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EnderIce2","download_url":"https://codeload.github.com/EnderIce2/Fennix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239318859,"owners_count":19619482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aarch64","arm","assembly","c","cpp","cpp20","gcc-compiler","gcc-cross-compiler","kernel","operating-system","operating-system-learning","os","os-development","osdev","osdev-projects","x86","x86-64"],"created_at":"2024-12-26T16:13:21.892Z","updated_at":"2025-07-27T15:36:50.475Z","avatar_url":"https://github.com/EnderIce2.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"tools/website/assets/logo.png\" width=\"150\"/\u003e\n\u003ch2\u003eFennix Operating System\u003c/h2\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n \u003cp align=\"center\"\u003e\n        \u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/EnderIce2/Fennix\"\u003e\n    \u003cimg alt=\"GitHub Actions Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/EnderIce2/Fennix/makefile.yml\"\u003e\n    \u003cimg alt=\"GitHub commit activity\" src=\"https://img.shields.io/github/commit-activity/m/EnderIce2/Fennix\"\u003e\n    \u003cimg alt=\"GitHub License\" src=\"https://img.shields.io/github/license/EnderIce2/Fennix\"\u003e\n \u003c/p\u003e\n\u003c/p\u003e\n\n\u003cp align='center'\u003eFennix is an operating system built from scratch using C and C++.\u003c/p\u003e\n\n---\n\n\u003e [!CAUTION]\n\u003e The project is still in development and is not yet ready for production use.\n\u003e\n\u003e Please use a virtual machine to run the OS.\n\n## Features\n\n- 🧩 Flexible and modular\n    - You can easily choose the components you want to include in the kernel\n- 🎛️ Compatible with multiple platforms\n    - Supports i386, AMD64 and AArch64 platforms\n- 📦 Support for different operating system binaries\n    - You can run Linux and Windows binaries\n- 🖨️ Driver support\n    - Supports a variety of drivers for different hardware components\n- 📖 Detailed documentation\n    - The project is well-documented using Doxygen\n\n\u003e [!IMPORTANT]\n\u003e Some features are still in development and may not be fully functional.\n\n## Getting Started\n\n### 💾 Download ISO Image\n\nYou can download the development ISO image from the [Actions](https://github.com/EnderIce2/Fennix/actions/workflows/makefile.yml) tab on the GitHub repository.\n\n### 🛠️ Compile from Source\n\nCheck out the [installation guide](INSTALL.md) to compile the project from source.\n\n## 📚 Documentation\n\nThe current documentation is available [here](https://fennix.enderice2.com/docs/index.html).\n\nTo generate the documentation, run:\n\n```sh\nmake docs\n```\n\nThe documentation will be available in the `doxygen-doc/docs` directory.\n\n## 👨‍💻 Contributing\n\nContributions are welcome!  \nPlease read the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines on how to contribute to this project.\n\n### Contributors\n\n\u003ca href=\"https://github.com/EnderIce2/Fennix/graphs/contributors\"\u003e\n    \u003cimg src=\"https://contrib.rocks/image?repo=EnderIce2/Fennix\" /\u003e\n\u003c/a\u003e\n\n## 📃 License\n\nFennix is licensed under the GNU General Public License v3.0.\nSee the [LICENSE.md](LICENSE.md) file for more details.\n\nOther licenses used in the project can be found in the [LICENSES.md](LICENSES.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenderice2%2Ffennix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenderice2%2Ffennix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenderice2%2Ffennix/lists"}