{"id":13626177,"url":"https://github.com/tomaka/redshirt","last_synced_at":"2025-05-14T18:03:51.871Z","repository":{"id":38752038,"uuid":"207028206","full_name":"tomaka/redshirt","owner":"tomaka","description":"🧑‍🔬 Operating system","archived":false,"fork":false,"pushed_at":"2025-04-08T02:11:49.000Z","size":11911,"stargazers_count":1437,"open_issues_count":92,"forks_count":27,"subscribers_count":32,"default_branch":"main","last_synced_at":"2025-04-08T15:00:37.733Z","etag":null,"topics":["kernel","peer-to-peer","rust","wasm"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/tomaka.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}},"created_at":"2019-09-07T21:33:31.000Z","updated_at":"2025-04-05T20:38:53.000Z","dependencies_parsed_at":"2024-01-14T07:06:52.447Z","dependency_job_id":"90f2cb10-e174-447a-90a8-142ddfa263b7","html_url":"https://github.com/tomaka/redshirt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomaka%2Fredshirt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomaka%2Fredshirt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomaka%2Fredshirt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomaka%2Fredshirt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomaka","download_url":"https://codeload.github.com/tomaka/redshirt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254198452,"owners_count":22030964,"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":["kernel","peer-to-peer","rust","wasm"],"created_at":"2024-08-01T21:02:12.221Z","updated_at":"2025-05-14T18:03:46.852Z","avatar_url":"https://github.com/tomaka.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"The **redshirt** operating system is an experiment to build some kind of operating-system-like\nenvironment where executables are all in Wasm and are loaded from an IPFS-like decentralized\nnetwork.\n\nSee the `docs/introduction.md` file for an introduction.\n\n# How to test\n\n**Important**: At the moment, most of the compilation requires a nightly version of Rust. See also https://github.com/tomaka/redshirt/issues/300.\nYour C compiler must be recent enough to be capable of compiling to WebAssembly. This is for example the case for clang 9. See also https://github.com/tomaka/redshirt/issues/257.\n\nYou also need to install the `wasm32-wasip1` target, as the Wasm programs are compiled for Wasi, and the `rust-src` component in order to build the standalone kernel.\n\n```\nrustup toolchain install --target=wasm32-wasip1 nightly\nrustup component add --toolchain=nightly rust-src\n```\n\nBuilding the freestanding kernel is then done through the utility called `standalone-builder`:\n\n```\ncd kernel-standalone-builder\ncargo +nightly run -- emulator-run --emulator qemu --target x86_64-multiboot2\n```\n\n# Repository structure\n\nShort overview of the structure of the repository:\n\n- `docs` contains a description of what redshirt is and how it works. Start with `docs/introduction.md`.\n- `interface-wrappers` contains crates that provide definitions and helpers for Wasm programs to use\n  (examples: `tcp` for TCP/IP, `window` for windowing).\n- `kernel` contains the code required to run the kernel.\n- `kernel-standalone-kernel` contains a utility allowing to run and test the standalone kernel.\n- `programs` contains Wasm programs.\n\n# Contributing\n\nPlease note that so far this is mostly a personal project. I reserve the right to change anything\nat any time, including the license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomaka%2Fredshirt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomaka%2Fredshirt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomaka%2Fredshirt/lists"}