{"id":15645147,"url":"https://github.com/developer-guy/buildkit-machine","last_synced_at":"2025-04-30T11:33:35.601Z","repository":{"id":44880639,"uuid":"445901199","full_name":"developer-guy/buildkit-machine","owner":"developer-guy","description":"A proof-of-concept project that makes accessible buildkitd daemon from macOS","archived":false,"fork":false,"pushed_at":"2023-02-23T08:51:59.000Z","size":1406,"stargazers_count":56,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-19T01:32:02.159Z","etag":null,"topics":["buildkit","buildkitd","containerd","lima","limactl","limavm","macos","moby","qemu"],"latest_commit_sha":null,"homepage":"https://batuhan-apaydin-11378.medium.com/buildkit-machine-a-brand-new-project-to-enable-building-pushing-container-images-without-requiring-f8a899fd0cd0","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/developer-guy.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":"2022-01-08T18:44:26.000Z","updated_at":"2024-01-03T15:38:32.000Z","dependencies_parsed_at":"2024-06-19T01:34:23.187Z","dependency_job_id":"3fc4ccd3-0a76-4099-bbd8-e195217d66a1","html_url":"https://github.com/developer-guy/buildkit-machine","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/developer-guy%2Fbuildkit-machine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-guy%2Fbuildkit-machine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-guy%2Fbuildkit-machine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-guy%2Fbuildkit-machine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developer-guy","download_url":"https://codeload.github.com/developer-guy/buildkit-machine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251691659,"owners_count":21628367,"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":["buildkit","buildkitd","containerd","lima","limactl","limavm","macos","moby","qemu"],"created_at":"2024-10-03T12:04:48.270Z","updated_at":"2025-04-30T11:33:35.497Z","avatar_url":"https://github.com/developer-guy.png","language":"Go","readme":"# buildkit-machine\n\nbuildkit-machine allows you to make buildkitd daemon accessible in your macOS environment. To do so, it uses [lima](https://github.com/lima-vm/lima), which is a Linux subsystem for macOS, under the hood. lima spins up a VM that runs buildkitd daemon in a rootless way which means that sock file of the buildkitd daemon is now be able to accessible from `/run/user/\u003cUSERID\u003e/buildkit/buildkitd`.\n\n## Overview\n\n![gif](./.res/anim.gif)\n\n## Architecture\n\n![svg](./.res/graphviz.svg)\n\n## Installation\n\n```shell\n$ go install github.com/developer-guy/buildkit-machine@latest\n```\n\n## Usage\n\n\u003e Please ensure you've installed limactl because buildkit-machine will use limactl executable under the hood.\n\nTo make it accessible Buildkitd Daemon over socket:\n\n```shell\n$ buildkit-machine start buildkitd --unix $(pwd)/buildkitd.sock\n```\n\nTo make it accessible Buildkitd Daemon over TCP connection:\n\n```shell\n$ buildkit-machine start builtkitd --tcp 9999\n```\n\nOnce you make buildkitd accessible to your host, you can be able to use client tooling such as `buildctl` to start building and pushing container images. There is an on-going issue in [Docker Buildx](https://github.com/docker/buildx/issues/23) side to let Buildx to connect remote Buildkit daemon. Once it is ready, we can use buildx too.\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper-guy%2Fbuildkit-machine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloper-guy%2Fbuildkit-machine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper-guy%2Fbuildkit-machine/lists"}