Skip to content

macstadium/orka-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Orka Images

Repository with Orka 3.2 OCI-compatible images

These images can be used with Orka Desktop (via the GUI), or with Orka via the orka3 CLI

Using with Orka Desktop

To get started with Orka Desktop, click the 'Create New VM', choose 'Pull from Image', and use the following OCI image name:

ghcr.io/macstadium/orka-images/sonoma:latest

Currently, 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.

Using with the Orka 3 CLI

To get started with Orka, run:

orka3 vm deploy --image ghcr.io/macstadium/orka-images/sonoma:latest

Alternatively, create a VM directly with kubectl apply or kubectl create using the following definition:

apiVersion: orka.macstadium.com/v1
kind: VirtualMachineInstance
metadata:
  name: my-orka-vm
  namespace: orka-default
spec:
  image: ghcr.io/macstadium/orka-images/sonoma:latest

VM setup from IPSW script

To get started with Orka using an IPSW and Orka Desktop, use the setup.sh script.

SIP Disabled Sonoma

To deploy a Sonoma VM with SIP (system integrity protection) disabled, deploy with the following image label:

orka3 vm deploy --image ghcr.io/macstadium/orka-images/sonoma:latest-no-sip

SIP Diabled Ventura

To deploy a Ventura VM with SIP disabled, run:

orka3 vm deploy --image ghcr.io/macstadium/orka-images/ventura:no-sip

MacOS 26 Tahoe

To deploy a Tahoe VM with Orka Desktop:

  1. Click + Create New VM button
  2. Select 'Pull from OCI registry'
  3. Name VM and set parameters (CPUs, Memory, HD size)
  4. In the 'OCI Image Name' field enter: ghcr.io/macstadium/orka-images/tahoe:latest
  ghcr.io/macstadium/orka-images/tahoe:latest

To deploy a SIP-disabled Tahoe VM with Orka Desktop:

  1. Click + Create New VM button
  2. Select 'Pull from OCI registry'
  3. Name VM and set parameters (CPUs, Memory, HD size)
  4. In the 'OCI Image Name' field enter: ghcr.io/macstadium/orka-images/tahoe:no-sip
  ghcr.io/macstadium/orka-images/tahoe:no-sip

Note

MacOS 26 (Tahoe) is currently only supported for guest VMs running on Orka version 3.5.0 and above.

About

Public images for Apple silicon-based Orka virtual machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 5

Languages