{"id":21041155,"url":"https://github.com/shymega/shambleros","last_synced_at":"2025-12-29T14:12:10.820Z","repository":{"id":87161795,"uuid":"110029084","full_name":"shymega/ShamblerOS","owner":"shymega","description":"Ramblings of a microkernel OS which I still can't decide on a \"good\" name for.","archived":false,"fork":false,"pushed_at":"2023-09-24T16:48:11.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-20T15:12:33.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shymega.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-11-08T20:51:22.000Z","updated_at":"2023-09-24T16:48:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"d63e7185-2d16-4f3a-b717-14d807ec0411","html_url":"https://github.com/shymega/ShamblerOS","commit_stats":null,"previous_names":["shymega/shambleros"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shymega%2FShamblerOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shymega%2FShamblerOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shymega%2FShamblerOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shymega%2FShamblerOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shymega","download_url":"https://codeload.github.com/shymega/ShamblerOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225365202,"owners_count":17462959,"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":[],"created_at":"2024-11-19T13:50:49.679Z","updated_at":"2025-12-29T14:12:10.800Z","avatar_url":"https://github.com/shymega.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShamblerOS\n\nShamblerOS is my ([@shymega][shymega]) personal attempt at creating a hobby\noperating system with my own take on how an OS should be like.\n\nShamblerOS is _not_ like Linux, which is a monolithic kernel with\ndynamically-loadable modules. It bears a closer resemblance to MINIX,\nPlan 9 and Inferno, but written in [Rust][rust], a thread-safe systems\nprogramming language, with *some* exceptions for low-level components.\n\n## Feature outline:\n\nWorth noting: ShamblerOS is **NOT** designed to be a Unix-like/POSIX\noperating system.\n\n### Core system.\n\n- Microkernel\n  - Minimalist microkernel.\n    - Perform an minimal amount of functions in kernel-space as possible.\n\n    - Perform nearly all functions in user-space.\n\n   - Aim for nearly all of the kernel to be written in [Rust][rust].\n      - With exceptions for low-level components, which cannot be\n        written in Rust.\n      - Non-Rust components **must** be thread-safe *and* thoroughly\n        tested continously.\n\n- POSIX emulation layer\n\n  This is to provide compatibility to other OSes, which may not\n  necessarily conform to ShamblerOS's conventions.\n\n  * Sublayers - these provide extensions to the 'root' POSIX\n    emulation layer.\n    * Linux kernel emulation sublayer.\n    * FreeBSD emulation sublayer.\n  * Translate 'foreign' syscalls to native syscalls for ShamblerOS.\n\n  Worth noting: this will (probably) cause a noticeable slow down.\n\n- Filesystem:\n  * Filesystem similar to ZFS/BTRFS.\n\n- License:\n  Haven't decided yet. I'd like to use GPLv3, but I'm worried that it'll make things difficult further down the line.\n  If I had to use a permissive license, I'd go with Apache License 2.0.\n\n[shymega]: https://github.com/shymega\n[rust]: https://www.rust-lang.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshymega%2Fshambleros","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshymega%2Fshambleros","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshymega%2Fshambleros/lists"}