{"id":15007185,"url":"https://github.com/yybit/static-os","last_synced_at":"2026-03-15T02:48:43.611Z","repository":{"id":223891832,"uuid":"761835300","full_name":"yybit/static-os","owner":"yybit","description":"A lightweight linux distro for hosting containers.","archived":false,"fork":false,"pushed_at":"2024-03-09T14:56:35.000Z","size":105,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T16:17:57.563Z","etag":null,"topics":["containers","lima","linux","linux-distribution","qemu","rust"],"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/yybit.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}},"created_at":"2024-02-22T15:23:09.000Z","updated_at":"2024-02-27T14:15:25.000Z","dependencies_parsed_at":"2024-02-28T15:47:25.529Z","dependency_job_id":"5b716d2e-1071-45bf-a380-83cbdbab138c","html_url":"https://github.com/yybit/static-os","commit_stats":null,"previous_names":["yybit/static-os"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yybit%2Fstatic-os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yybit%2Fstatic-os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yybit%2Fstatic-os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yybit%2Fstatic-os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yybit","download_url":"https://codeload.github.com/yybit/static-os/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243165538,"owners_count":20246725,"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":["containers","lima","linux","linux-distribution","qemu","rust"],"created_at":"2024-09-24T19:05:16.116Z","updated_at":"2025-12-25T02:50:58.256Z","avatar_url":"https://github.com/yybit.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Static OS\n\nStatic OS is a lightweight linux distro for hosting containers. The project is still in early development.\n\n## Feature\n\n* No library dependency, all binary are statically linked.\n* Immutable root fs, /var is writable.\n* Support multiple cpu arch. [WIP]\n* Support kubernetes. [WIP]\n* Atomic update, double partition flip. [WIP]\n* API driven, declaration configuration. [WIP]\n\n## Components\n\n* Kernel\n* CA Cert\n* Busybox\n* Iptables\n* Runc\n* CNI Plugins\n* Containerd\n* Nerdctl\n* Openssh [optional]\n* Static init\n\n\n## Usage\n\n### Prepare\n\nBefore building image, [Docker](https://www.docker.com/) or [Nerdctl](https://github.com/containerd/nerdctl) need to be installed.\nIf you cross-compile the image，run this to support multiple platform. \n```shell\n# docker or nerdctl\ndocker run --privileged --rm tonistiigi/binfmt --install all\n```\n\n### Build components\n\n```shell\n# Use `docker` cli by default\nmake kernel busybox iptables openssh\n# Use a docker-compatible cli\nmake kernel busybox iptables openssh DOCKER_CLI='lima sudo nerdctl'\n```\n\n### Build disk image\n\n```shell\n# Use `docker` cli by default\nmake img\n# Use a docker-compatible cli\nmake img DOCKER_CLI='lima sudo nerdctl'\n```\n\n### Run disk image with qemu\n\n```shell\nmake run\n```\n\n### Run disk image with lima\n\n```\nmake lima\nlimactl shell base\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyybit%2Fstatic-os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyybit%2Fstatic-os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyybit%2Fstatic-os/lists"}