{"id":26103615,"url":"https://github.com/sniverdabest/lemoncake","last_synced_at":"2025-10-12T03:32:10.994Z","repository":{"id":280072392,"uuid":"940902721","full_name":"SniverDaBest/lemoncake","owner":"SniverDaBest","description":"An OS made in Rust.","archived":false,"fork":false,"pushed_at":"2025-10-04T03:54:41.000Z","size":1691,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T05:45:36.469Z","etag":null,"topics":["operating-system","os","rust"],"latest_commit_sha":null,"homepage":"https://sniverdabest.github.io/lemoncake","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SniverDaBest.png","metadata":{"files":{"readme":"README.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-01T02:51:59.000Z","updated_at":"2025-10-04T03:54:44.000Z","dependencies_parsed_at":"2025-03-17T01:25:28.925Z","dependency_job_id":"4cfe8bd1-3903-47f4-9f71-03268a216f5a","html_url":"https://github.com/SniverDaBest/lemoncake","commit_stats":null,"previous_names":["sniverdabest/lemoncake"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SniverDaBest/lemoncake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SniverDaBest%2Flemoncake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SniverDaBest%2Flemoncake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SniverDaBest%2Flemoncake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SniverDaBest%2Flemoncake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SniverDaBest","download_url":"https://codeload.github.com/SniverDaBest/lemoncake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SniverDaBest%2Flemoncake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010148,"owners_count":26084692,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["operating-system","os","rust"],"created_at":"2025-03-09T20:41:51.871Z","updated_at":"2025-10-12T03:32:10.989Z","avatar_url":"https://github.com/SniverDaBest.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://tokei.rs/b1/github/SniverDaBest/lemoncake)](https://github.com/SniverDaBest/lemoncake)\n[![](https://img.shields.io/github/actions/workflow/status/SniverDaBest/lemoncake/rust.yml?style=plastic\u0026color=fish)](https://github.com/SniverDaBest/lemoncake/actions/)\n[![](https://img.shields.io/github/languages/top/SniverDaBest/lemoncake?style=plastic\u0026color=%23ef5124)](https://github.com/SniverDaBest/lemoncake)\n[![](https://img.shields.io/github/license/SniverDaBest/lemoncake?style=plastic\u0026color=%23b60110)](https://github.com/SniverDaBest/lemoncake/blob/main/LICENSE)\n\n# Info\nLemoncake is a small OS, that was originally called `lemonade`. However, I have come to dislike that name, and dislike the rest of the codebase. So, it's been scrapped, and it's renamed.\\\n\\\nIt's written in Rust, with a chance some code in other languages may be written eventually..\\\n\\\nHere's a picture of it running:\n![](https://github.com/user-attachments/assets/931f4e19-421a-4f88-b083-c0b8c6cb7fd6)\n\n\u003e[!TIP]\n\u003e If you're having issues, try running the utility script.\\\n\u003e You can do so with the following command: `python utils.py`\\\n\u003e The script creates the hard disk image, and uses `rustup` to install some components and target info.\n\n# Dependencies\nTo build, you can run `cargo build` in the root project directory.\\\n\\\nThe only dependencies you'll need are:\n- Cargo\n- Qemu\n- Python\n- mkfs.fat (dosfstools, i think?)\n\u003c!-- END OF LIST\u003e\u003c!--\u003e\n\n# Running it yourself\n\u003e[!CAUTION]\n\u003e It isn't recommended to run this on your host PC, as it could possibly break something that you need, wipe a drive, etc.\n\nYou can check it out in Qemu, by just running `cargo run` in the root project directory.\\\nIf you want, you could also use VirtualBox, VMWare, or maybe something else to emulate it, but it won't happen with `cargo run`, you'd need to manually do that yourself.\n\n\u003e[!TIP]\n\u003e If you're having issues with running QEMU, try removing the `--enable-kvm` flag from the command in the build script.\n\n# Contributions\nContributions would by highly appreciated!\n\n# License\nLemoncake uses the BSD 2-clause (simplified) license. Check `LICENSE` for the full license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsniverdabest%2Flemoncake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsniverdabest%2Flemoncake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsniverdabest%2Flemoncake/lists"}