{"id":30141852,"url":"https://github.com/sivel/beef","last_synced_at":"2026-03-06T21:33:24.832Z","repository":{"id":289362543,"uuid":"970999416","full_name":"sivel/beef","owner":"sivel","description":"The Beefcake Virtualization lifecycle manager","archived":false,"fork":false,"pushed_at":"2025-10-20T19:30:10.000Z","size":187,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T21:13:28.790Z","etag":null,"topics":["macos","qemu","vfkit","virtualization"],"latest_commit_sha":null,"homepage":"","language":"Python","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/sivel.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-22T21:24:20.000Z","updated_at":"2025-10-20T19:30:14.000Z","dependencies_parsed_at":"2025-08-11T05:24:50.391Z","dependency_job_id":null,"html_url":"https://github.com/sivel/beef","commit_stats":null,"previous_names":["sivel/beef"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sivel/beef","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivel%2Fbeef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivel%2Fbeef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivel%2Fbeef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivel%2Fbeef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sivel","download_url":"https://codeload.github.com/sivel/beef/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivel%2Fbeef/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30198661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["macos","qemu","vfkit","virtualization"],"created_at":"2025-08-11T05:19:36.152Z","updated_at":"2026-03-06T21:33:24.798Z","avatar_url":"https://github.com/sivel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# beef\nThe Beefcake macOS Virtualization lifecycle manager\n\nThis project uses [vfkit](https://github.com/crc-org/vfkit).\n\n## About\n\n`beef` adds some syntactic sugar on top of managing the lifecycle of VMs running through `vfkit` such as:\n\n1. `run`, `start`, `stop`, `rm`, `status`, `ls`, `get` and `set` commands\n1. cloning and extending source raw image files\n1. state saving for re-launching an existing VM by name\n1. abstraction of complex arguments required for configuring VMs\n1. abstraction of running Linux and macOS VMs\n\n## Example use\n\n### Linux\n\n```\n$ curl -LO https://download.fedoraproject.org/pub/fedora/linux/releases/42/Cloud/aarch64/images/Fedora-Cloud-Base-AmazonEC2-42-1.1.aarch64.raw.xz\n$ unxz -T0 Fedora-Cloud-Base-AmazonEC2-42-1.1.aarch64.raw.xz\n$ beef run fedora42 Fedora-Cloud-Base-AmazonEC2-42-1.1.aarch64.raw\n{\n    \"canHardStop\": true,\n    \"canPause\": true,\n    \"canResume\": false,\n    \"canStart\": false,\n    \"canStop\": true,\n    \"state\": \"VirtualMachineStateRunning\",\n    \"ipAddress\": \"192.168.64.56\",\n    \"pid\": 96456\n}\n```\n\n### macOS\n\nThis example assumes that you have a `VM.bundle`. This can be created using [https://github.com/Code-Hex/vz/tree/main/example/macOS](https://github.com/Code-Hex/vz/tree/main/example/macOS).\n\nNote: macOS requires running with `--gui`, if omitted, it is implicitly assumed.\n\n```\n$ beef run --gui -- macos VM.bundle\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivel%2Fbeef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsivel%2Fbeef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivel%2Fbeef/lists"}