{"id":14442822,"url":"https://github.com/kkebo/swift_os","last_synced_at":"2025-03-18T07:31:03.340Z","repository":{"id":215686889,"uuid":"739558115","full_name":"kkebo/swift_os","owner":"kkebo","description":"An operating system written in Swift.","archived":false,"fork":false,"pushed_at":"2025-03-16T04:34:55.000Z","size":149,"stargazers_count":26,"open_issues_count":9,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-16T05:24:04.616Z","etag":null,"topics":["aarch64","kernel","operating-system","os","osdev","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkebo.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":"2024-01-05T21:29:52.000Z","updated_at":"2025-03-16T04:34:58.000Z","dependencies_parsed_at":"2024-02-18T16:29:35.208Z","dependency_job_id":"5283b11e-a985-41aa-b1f0-b2aa44a2a240","html_url":"https://github.com/kkebo/swift_os","commit_stats":null,"previous_names":["kkk669/swift_os","kkebo/swift_os"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkebo%2Fswift_os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkebo%2Fswift_os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkebo%2Fswift_os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkebo%2Fswift_os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkebo","download_url":"https://codeload.github.com/kkebo/swift_os/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910776,"owners_count":20367545,"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":["aarch64","kernel","operating-system","os","osdev","swift"],"created_at":"2024-08-31T21:01:10.579Z","updated_at":"2025-03-18T07:31:03.335Z","avatar_url":"https://github.com/kkebo.png","language":"Swift","funding_links":[],"categories":["Swift"],"sub_categories":[],"readme":"# swift_os\n\nAn operating system written in Swift.\n\n## Prerequisites\n\n- Make\n  - Arch Linux: `sudo pacman -S make`\n  - Fedora 40: `sudo dnf install make`\n  - Ubuntu 22.04: `sudo apt install make`\n  - Debian 12: `sudo apt install make`\n  - macOS 14: bulit-in (`/usr/bin/make`)\n- llvm-objcopy\n  - Arch Linux: `sudo pacman -S llvm`\n  - Fedora 40: `sudo dnf install llvm`\n  - Ubuntu 22.04: `sudo apt install llvm`\n  - Debian 12: `sudo apt install llvm`\n  - macOS 14: `brew install llvm` and add `/opt/homebrew/opt/llvm/bin` to your `$PATH`\n- QEMU 9.0 or later\n  - Arch Linux: `sudo pacman -S qemu-system-aarch64`\n  - Fedora 41 or later: `sudo dnf install qemu-system-aarch64-core`\n  - Fedora 40: Build from [source](https://www.qemu.org/download/#source)\n  - Ubuntu 24.04: Build from [source](https://www.qemu.org/download/#source)\n  - Ubuntu 22.04: Build from [source](https://www.qemu.org/download/#source)\n  - Debian 12: `sudo apt install -t bookwarm-backports qemu-system-arm` (you need to [add backports to `sources.list`](https://backports.debian.org/Instructions/#index2h2))\n  - macOS 14: `brew install qemu`\n- Swift (main development snapshot)\n  - On Linux, you can easily install the toolchain using [swiftly](https://swiftlang.github.io/swiftly/).\n\n    ```shell\n    curl -L https://swiftlang.github.io/swiftly/swiftly-install.sh | bash\n    swiftly install main-snapshot\n    ```\n\n## Building\n\n```shell\nmake\n```\n\n## Cleaning build outputs\n\n```shell\nmake clean\n```\n\n## Running on QEMU\n\n```shell\nmake run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkebo%2Fswift_os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkebo%2Fswift_os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkebo%2Fswift_os/lists"}