{"id":13424801,"url":"https://github.com/lima-vm/lima","last_synced_at":"2025-12-14T20:37:17.590Z","repository":{"id":36985582,"uuid":"367284699","full_name":"lima-vm/lima","owner":"lima-vm","description":"Linux virtual machines, with a focus on running containers","archived":false,"fork":false,"pushed_at":"2025-05-12T23:49:12.000Z","size":13450,"stargazers_count":17094,"open_issues_count":348,"forks_count":661,"subscribers_count":82,"default_branch":"master","last_synced_at":"2025-05-13T00:29:49.419Z","etag":null,"topics":["containerd","macos","qemu","vm"],"latest_commit_sha":null,"homepage":"https://lima-vm.io/","language":"Go","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/lima-vm.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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-05-14T07:30:56.000Z","updated_at":"2025-05-13T00:09:02.000Z","dependencies_parsed_at":"2023-12-31T09:21:54.727Z","dependency_job_id":"9ee9a939-f09c-45af-83ea-6b431e2a082a","html_url":"https://github.com/lima-vm/lima","commit_stats":{"total_commits":1720,"total_committers":120,"mean_commits":"14.333333333333334","dds":0.5906976744186047,"last_synced_commit":"d7669be1f18617a17131da72097cafe296fd4067"},"previous_names":["akihirosuda/lima"],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lima-vm%2Flima","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lima-vm%2Flima/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lima-vm%2Flima/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lima-vm%2Flima/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lima-vm","download_url":"https://codeload.github.com/lima-vm/lima/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253968259,"owners_count":21992253,"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":["containerd","macos","qemu","vm"],"created_at":"2024-07-31T00:00:59.628Z","updated_at":"2025-12-14T20:37:17.510Z","avatar_url":"https://github.com/lima-vm.png","language":"Go","readme":"[[🌎**Web site**]](https://lima-vm.io/)\n[[📖**Documentation**]](https://lima-vm.io/docs/)\n[[👤**Slack (`#lima`)**]](https://slack.cncf.io)\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"website/static/images/logo-dark.svg\"\u003e\n  \u003cimg alt=\"Shows a stylized 'Lima' text in bold, modern font\" src=\"website/static/images/logo.svg\" width=400 /\u003e\n\u003c/picture\u003e\n\n# Lima: Linux Machines\n\n[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/6505/badge)](https://www.bestpractices.dev/projects/6505)\n[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/lima-vm/lima/badge)](https://scorecard.dev/viewer/?uri=github.com/lima-vm/lima)\n\n[Lima](https://lima-vm.io/) launches Linux virtual machines with automatic file sharing and port forwarding (similar to WSL2).\n\nThe original goal of Lima was to promote [containerd](https://containerd.io) including [nerdctl (contaiNERD ctl)](https://github.com/containerd/nerdctl)\nto Mac users, but Lima can be used for non-container applications as well.\n\nLima also supports other container engines (Docker, Podman, Kubernetes, etc.) and non-macOS hosts (Linux, NetBSD, etc.).\n\n## Getting started\nSet up (on macOS):\n```bash\nbrew install lima\nlimactl start\n```\n\nTo run Linux commands:\n```bash\nlima sudo apt-get install -y neofetch\nlima neofetch\n```\n\nTo run containers with containerd:\n```bash\nlima nerdctl run --rm hello-world\n```\n\nTo run containers with Docker:\n```bash\nlimactl start template://docker\nexport DOCKER_HOST=$(limactl list docker --format 'unix://{{.Dir}}/sock/docker.sock')\ndocker run --rm hello-world\n```\n\nTo run containers with Kubernetes:\n```bash\nlimactl start template://k8s\nexport KUBECONFIG=$(limactl list k8s --format 'unix://{{.Dir}}/copied-from-guest/kubeconfig.yaml')\nkubectl apply -f ...\n```\n\nSee \u003chttps://lima-vm.io/docs/\u003e for the further information.\n\n## Community\n### Adopters\n\nContainer environments:\n- [Rancher Desktop](https://rancherdesktop.io/): Kubernetes and container management to the desktop\n- [Colima](https://github.com/abiosoft/colima): Docker (and Kubernetes) on macOS with minimal setup\n- [Finch](https://github.com/runfinch/finch): Finch is a command line client for local container development\n- [Podman Desktop](https://podman-desktop.io/): Podman Desktop GUI has a plug-in for Lima virtual machines\n\nGUI:\n- [Lima xbar plugin](https://github.com/unixorn/lima-xbar-plugin): [xbar](https://xbarapp.com/) plugin to start/stop VMs from the menu bar and see their running status.\n- [lima-gui](https://github.com/afbjorklund/lima-gui): Qt GUI for Lima\n\n### Communication channels\n- [GitHub Discussions](https://github.com/lima-vm/lima/discussions)\n- `#lima` channel in the CNCF Slack\n  - New account: \u003chttps://slack.cncf.io/\u003e\n  - Login: \u003chttps://cloud-native.slack.com/\u003e\n\n### Code of Conduct\nLima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).\n\n- - -\n**We are a [Cloud Native Computing Foundation](https://cncf.io/) sandbox project.**\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://www.cncf.io/wp-content/uploads/2022/07/cncf-white-logo.svg\"\u003e\n  \u003cimg src=\"https://www.cncf.io/wp-content/uploads/2022/07/cncf-color-bg.svg\" width=300 /\u003e\n\u003c/picture\u003e\n\nThe Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [Trademark Usage](https://www.linuxfoundation.org/legal/trademark-usage).\n","funding_links":[],"categories":["Go","HarmonyOS","Tools for Self-Hosting","macos","Uncategorized","其他__大数据","虚拟机","Tools \u0026 Utilities","Developer Tools","🍎 macOS","Table of Contents","Platform Engineering 平台工程"],"sub_categories":["Windows Manager","Containers","Uncategorized","网络服务_其他","其它工具","Virtualization","shell","Virtual Machine","IaaS Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flima-vm%2Flima","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flima-vm%2Flima","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flima-vm%2Flima/lists"}