{"id":13831675,"url":"https://github.com/genodelabs/genode","last_synced_at":"2025-05-14T13:09:33.923Z","repository":{"id":2078911,"uuid":"3018212","full_name":"genodelabs/genode","owner":"genodelabs","description":"Genode OS Framework","archived":false,"fork":false,"pushed_at":"2025-05-13T09:24:19.000Z","size":74361,"stargazers_count":1118,"open_issues_count":131,"forks_count":256,"subscribers_count":81,"default_branch":"master","last_synced_at":"2025-05-13T10:34:33.909Z","etag":null,"topics":["arm","cplusplus","cpp","framework","genode","goa","hypervisor","linux","microkernel","nova","object-capabilities","operating-system","osdev","riscv","sculpt-os","sel4","virtualization","x86"],"latest_commit_sha":null,"homepage":"https://genode.org/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/genodelabs.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-12-20T08:27:40.000Z","updated_at":"2025-05-11T22:31:47.000Z","dependencies_parsed_at":"2023-12-15T14:30:51.595Z","dependency_job_id":"50ebb8e7-1ab7-4082-a474-de5d562dc208","html_url":"https://github.com/genodelabs/genode","commit_stats":{"total_commits":11936,"total_committers":76,"mean_commits":"157.05263157894737","dds":0.7458947721179625,"last_synced_commit":"73771669f1c3a2c01555ebc01c7741b5a37b3d51"},"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genodelabs%2Fgenode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genodelabs%2Fgenode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genodelabs%2Fgenode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genodelabs%2Fgenode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/genodelabs","download_url":"https://codeload.github.com/genodelabs/genode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149977,"owners_count":22022852,"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":["arm","cplusplus","cpp","framework","genode","goa","hypervisor","linux","microkernel","nova","object-capabilities","operating-system","osdev","riscv","sculpt-os","sel4","virtualization","x86"],"created_at":"2024-08-04T10:01:36.733Z","updated_at":"2025-05-14T13:09:28.870Z","avatar_url":"https://github.com/genodelabs.png","language":"C++","readme":"\n                      =================================\n                      Genode Operating System Framework\n                      =================================\n\n\nThis is the source code of Genode, which is a framework for creating\ncomponent-based operating systems. It combines capability-based security,\nmicrokernel technology, sandboxed device drivers, and virtualization with\na novel operating system architecture. For a general overview about the\narchitecture, please refer to the project's official website:\n\n:Website for the Genode OS Framework:\n\n  [https://genode.org/documentation/general-overview]\n\nGenode-based operating systems can be compiled for a variety of kernels: Linux,\nL4ka::Pistachio, L4/Fiasco, OKL4, NOVA, Fiasco.OC, seL4, and a custom \"hw\"\nmicrokernel for running Genode without a 3rd-party kernel. Whereas the Linux\nversion serves us as development vehicle and enables us to rapidly develop the\ngeneric parts of the system, the actual target platforms of the framework are\nmicrokernels. There is no \"perfect\" microkernel - and neither should there be\none. If a microkernel pretended to be fit for all use cases, it wouldn't be\n\"micro\". Hence, all microkernels differ in terms of their respective features,\ncomplexity, and supported hardware architectures.\n\nGenode allows for the use of each of the supported kernels with a rich set of\ndevice drivers, protocol stacks, libraries, and applications in a uniform way.\nFor developers, the framework provides an easy way to target multiple different\nkernels instead of tying the development to a particular kernel technology. For\nkernel developers, Genode contributes advanced workloads, stress-testing their\nkernel, and enabling a variety of application use cases that would not be\npossible otherwise. For users and system integrators, it enables the choice of\nthe kernel that fits best with the requirements at hand for the particular\nusage scenario.\n\n\nDocumentation\n#############\n\nThe primary documentation is the book \"Genode Foundations\", which is available\non the front page of the Genode website:\n\n:Download the book \"Genode Foundations\":\n\n  [https://genode.org]\n\nThe book describes Genode in a holistic and comprehensive way. It equips you\nwith a thorough understanding of the architecture, assists developers with the\nexplanation of the development environment and system configuration, and\nprovides a look under the hood of the framework. Furthermore, it contains the\nspecification of the framework's programming interface.\n\nThe project has a quarterly release cycle. Each version is accompanied with\ndetailed release documentation, which is available at the documentation\nsection of the project website:\n\n:Release documentation:\n\n  [https://genode.org/documentation/release-notes/]\n\n\nDirectory overview\n##################\n\nThe source tree is composed of the following subdirectories:\n\n:'doc':\n\n  This directory contains general documentation along with a comprehensive\n  collection of release notes.\n\n:'repos':\n\n  This directory contains the source code, organized in so-called source-code\n  repositories. Please refer to the README file in the 'repos' directory to\n  learn more about the roles of the individual repositories.\n\n:'tool':\n\n  Source-code management tools and scripts. Please refer to the README file\n  contained in the directory.\n\n\nAdditional hardware support\n###########################\n\nThe framework supports a variety of hardware platforms such as different ARM\nSoC families via supplemental repositories.\n\n:Repositories maintained by Genode Labs:\n\n  [https://github.com/orgs/genodelabs/repositories]\n\n\nAdditional community-maintained components\n##########################################\n\nThe components found within the main source tree are complemented by a growing\nlibrary of additional software, which can be seamlessly integrated into Genode\nsystem scenarios.\n\n:Genode-world repository:\n\n  [https://github.com/genodelabs/genode-world]\n\n\nCommunity blog\n##############\n\nGenodians.org presents ideas, announcements, experience stories, and tutorials\naround Genode, informally written by Genode users and developers.\n\n:Genodians.org:\n\n  [https://genodians.org]\n\n\nContact\n#######\n\nThe community forum is organized by Genode users to help newcomers, share ideas\nand experiences, and discuss Genode-related projects.\n\n:Community forum:\n\n  [https://genode.discourse.group]\n\nThe mailing list is the primary way for reaching out to Genode's core\ndevelopers, for receiving announcements, and for the project's annual road-map\ndiscussion.\n\n:Genode Mailing List:\n\n  [https://genode.org/community/mailing-lists]\n\n\nCommercial support\n##################\n\nThe driving force behind the Genode OS Framework is the German company Genode\nLabs. The company offers commercial licensing, trainings, support, and\ncontracted development work:\n\n:Genode Labs website:\n\n  [https://www.genode-labs.com]\n\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenodelabs%2Fgenode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenodelabs%2Fgenode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenodelabs%2Fgenode/lists"}