From 6aaf669d4777c817007eafb55185cbbe87a07690 Mon Sep 17 00:00:00 2001 From: Rin Oliver Date: Fri, 22 May 2026 08:49:20 -0500 Subject: [PATCH] Fix Orka Engine accuracy: M4 support, registry credentials (DI-550) Three targeted fixes: (1) system requirements now says M1 or later instead of M1-only, covering M2/M3/M4; (2) installation section similarly updated; (3) Key Concepts removed the stale "user credentials user/pwd:" artifact, replacing it with an accurate note that the registry is public and requires no credentials. Co-Authored-By: Claude Sonnet 4.6 --- orka/orka-engine/orka-engine-30.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/orka/orka-engine/orka-engine-30.mdx b/orka/orka-engine/orka-engine-30.mdx index 04dcfe0..c56305c 100644 --- a/orka/orka-engine/orka-engine-30.mdx +++ b/orka/orka-engine/orka-engine-30.mdx @@ -10,7 +10,7 @@ Orka Engine provides macOS virtualization via Command Line Interface (CLI) on in * A host (or node) is a physical computer with a host macOS and an installation of Orka Engine. * An image is the bits on disk representing a VM that can be used for saving state and sharing. - * MacStadium base VM Orka images are macOS OCI compliant VM images stored in our public GitHub registry [ghcr.io/macstadium/orka-images/](http://ghcr.io/macstadium/orka-images/) with user credentials user/pwd: + * MacStadium base VM Orka images are macOS OCI-compatible VM images stored in the public GitHub Container Registry at [ghcr.io/macstadium/orka-images](https://ghcr.io/macstadium/orka-images). No credentials are required to pull from this registry. @@ -39,9 +39,9 @@ Orka Engine provides macOS virtualization via Command Line Interface (CLI) on in ## System Requirements - * Apple M1 with 8GB RAM and 50GB disk space + * Apple silicon Mac (M1 or later) with 8 GB RAM and 50 GB disk space - * macOS X 13.0+ (Ventura) + * macOS 13.0 (Ventura) or later @@ -64,7 +64,7 @@ You can also download Orka Engine directly at: [https://distribution.macstadium. ## Installation -To install Orka Engine on an Apple silicon ARM (M1-M3) computer running macOS 13 (Ventura) and above, it is necessary to acquire and run the installer package. +To install Orka Engine on any Apple silicon Mac (M1 or later) running macOS 13 (Ventura) or later, download and run the installer package. The Orka Engine installer is self-guided and takes less than a minute to install successfully. Simply double click or right click open the **orka-engine.pkg** file from the source download directory and follow the prompts.