{"id":48270136,"url":"https://github.com/tas0dev/mochios","last_synced_at":"2026-04-08T13:01:02.732Z","repository":{"id":332072233,"uuid":"1132631910","full_name":"tas0dev/mochiOS","owner":"tas0dev","description":"A hybrid kernel that simply refuses to die. While other OSs are busy collecting Blue Screens, SwiftCore is busy actually running your code","archived":false,"fork":false,"pushed_at":"2026-04-03T11:36:37.000Z","size":1490,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-04T22:40:49.891Z","etag":null,"topics":["operating-system","os","rust","x86-64"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tas0dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2026-01-12T08:31:39.000Z","updated_at":"2026-03-28T12:56:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tas0dev/mochiOS","commit_stats":null,"previous_names":["nekogakure/swiftcore","tas0dev/swiftcore","tas0dev/mochios"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tas0dev/mochiOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tas0dev%2FmochiOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tas0dev%2FmochiOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tas0dev%2FmochiOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tas0dev%2FmochiOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tas0dev","download_url":"https://codeload.github.com/tas0dev/mochiOS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tas0dev%2FmochiOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31556239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","x86-64"],"created_at":"2026-04-04T22:10:06.695Z","updated_at":"2026-04-08T13:01:02.725Z","avatar_url":"https://github.com/tas0dev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003emochiOS\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://deepwiki.com/tas0dev/mochiOS\"\u003e\u003cimg src=\"https://deepwiki.com/badge.svg\" alt=\"Ask DeepWiki\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://deps.rs/repo/github/tas0dev/mochiOS\" target=\"_blank\"\u003e\u003cimg src=\"https://deps.rs/repo/github/tas0dev/mochiOS/status.svg\" alt=\"dependency status\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://discord.gg/2zYbEnMC5H\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/Discord-5865F2?style=flat\u0026logo=discord\u0026logoColor=white\" alt=\"Discord server\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## About\nmochiOSはハイブリッドアーキテクチャを採用した、新しいOSです。中学生によって開発/維持されています。\n「絶対クラッシュしないこと」を実現しようとしています。\n\n餅という名前にしたのは餅は柔らかくて壊れにくいから（伸びても切れない）。超絶安直なネーミングだぜぇ。\n\n## Build\n必要なツール:\n- git\n- qemu-system-x86_64\n- x86_64-elf-gcc\n- cargo\n- rustup\n- make\n- e2fsprogs\n- texinfo\n- build-essentialで入るすべてのツール\n- mtools\n- libgcc-s1\n- `x86_64-unknown-none`ターゲット\n- `x86_64-unknown-uefi`ターゲット\n- Nightly toolchain\n\n\u003e [!TIP]\n\u003e x86_64-elf-gccは[homebrew](https://brew.sh/)でインストールすることを推奨します。（Ubuntu標準のaptリポジトリにありません）また、brewをインストール時、`Run there commands in your terminal to add Homebrew to your PATH`と表示されたら、必ず指示に従ってください。\n\n1. このレポをクローンします。\n2. サブモジュールをインストールします。\n    ```bash\n    git submodule update --init --recursive\n    ```\n3. libcのconfigureをします。\n    ```bash\n    cd scripts\n    ./configure.sh\n    ```\n    or\n    ```bash\n    cd src/lib\n    ./configure\n    ```\n\n4. ビルドします。\n    ```bash\n    cd ../..\n    cargo build\n    ```\n5. 実行します。\n    ```bash\n    cargo run\n    ```\n\n初回のビルドにはまあまあ時間かかります。\n\n## How to contribute?\nライセンスは[この](./LICENSE)ファイルを参照してください\n\n## Document\nまともなドキュメントはまだないです。\n[DeepWiki](https://deepwiki.com/tas0dev/mochiOS)を読んでください。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftas0dev%2Fmochios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftas0dev%2Fmochios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftas0dev%2Fmochios/lists"}