{"id":14634524,"url":"https://github.com/macstadium/orka-images","last_synced_at":"2025-09-07T00:31:14.552Z","repository":{"id":205816969,"uuid":"703093673","full_name":"macstadium/orka-images","owner":"macstadium","description":"Public images for Apple silicon-based Orka virtual machines","archived":false,"fork":false,"pushed_at":"2024-11-18T20:52:43.000Z","size":16,"stargazers_count":11,"open_issues_count":5,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-12-30T01:34:57.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macstadium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-10-10T15:25:19.000Z","updated_at":"2024-11-21T10:59:47.000Z","dependencies_parsed_at":"2023-11-07T00:18:36.520Z","dependency_job_id":"e7301586-20bc-4360-beb7-a827bc98feec","html_url":"https://github.com/macstadium/orka-images","commit_stats":null,"previous_names":["macstadium/orka-images"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macstadium%2Forka-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macstadium%2Forka-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macstadium%2Forka-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macstadium%2Forka-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macstadium","download_url":"https://codeload.github.com/macstadium/orka-images/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232154187,"owners_count":18480240,"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":[],"created_at":"2024-09-09T19:01:41.151Z","updated_at":"2025-09-07T00:31:14.539Z","avatar_url":"https://github.com/macstadium.png","language":null,"funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Orka Images\n\n## Repository with Orka 3.2 OCI-compatible images.\n\nThese images can be used with Orka Desktop (via the GUI), or with Orka via the [orka3 CLI](https://orkadocs.macstadium.com/docs/cli-reference)\n\n### Using with Orka Desktop\n\nTo get started with [Orka Desktop](https://github.com/macstadium/orka-desktop), click the 'Create New VM', choose 'Pull from Image', and use the following OCI image name:\n\n```sh\nghcr.io/macstadium/orka-images/sonoma:latest\n```\n\nCurrently, Orka Desktop doesn't support the new OCI image format, and Sequoia VM images may experience issues when deployed using Orka Desktop. Support for the new format will be available with the next release.\n\n### Using with the Orka 3 CLI\n\nTo [get started with Orka](https://orkadocs.macstadium.com/docs/orka-cluster-32-introduction), run:\n\n```sh\norka3 vm deploy --image ghcr.io/macstadium/orka-images/sonoma:latest\n```\n\nAlternatively, create a VM directly with `kubectl apply` or `kubectl create` using the following definition:\n\n```yaml\napiVersion: orka.macstadium.com/v1\nkind: VirtualMachineInstance\nmetadata:\n  name: my-orka-vm\n  namespace: orka-default\nspec:\n  image: ghcr.io/macstadium/orka-images/sonoma:latest\n```\n\n### SIP Disabled Sonoma\n\nTo deploy a Sonoma VM with SIP (system integrity protection) disabled, deploy with the following image label:\n\n```sh\norka3 vm deploy --image ghcr.io/macstadium/orka-images/sonoma:latest-no-sip\n```\n\n### SIP Diabled Ventura\n\nTo deploy a Ventura VM with SIP disabled, run:\n\n```sh\norka3 vm deploy --image ghcr.io/macstadium/orka-images/ventura:no-sip\n```\n\n### Tahoe Beta 8 (25A5349a)\n\n\u003e [!NOTE]\n\u003e MacOS 26 is currently in beta. This image is available for OS testing purposes only, using Orka Desktop 3.0 and above, and is not currently officially supported by MacStadium.\n\nTo deploy a Tahoe Beta VM with Orka Desktop:\n\n1. Click + Create New VM button\n1. Select 'Pull from OCI registry'\n1. Name VM and set parameters (CPUs, Memory, HD size)\n1. In the 'OCI Image Name' field enter: `ghcr.io/macstadium/orka-images/tahoe:latest`\n```sh  \n  ghcr.io/macstadium/orka-images/tahoe:latest\n```\n\nTo deploy a Tahoe Beta VM with SIP disabled using Orka Desktop:\n\n1. Click + Create New VM button\n1. Select 'Pull from OCI registry'\n1. Name VM and set parameters (CPUs, Memory, HD size)\n1. In the 'OCI Image Name' field enter: `ghcr.io/macstadium/orka-images/tahoe:latest-no-sip`\n```sh  \n  ghcr.io/macstadium/orka-images/tahoe:latest-no-sip\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacstadium%2Forka-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacstadium%2Forka-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacstadium%2Forka-images/lists"}