From 89a229d6d2ab2ff5c7e0fde40f1670da5cd85310 Mon Sep 17 00:00:00 2001 From: Rin Oliver Date: Mon, 1 Jun 2026 14:59:58 -0500 Subject: [PATCH] update(engine, desktop): raise minimum host OS to macOS 15.0 (Sequoia) (DI-642) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per monorepo-dev PR #23737, Orka Engine and Orka Desktop no longer run on hosts earlier than macOS 15.0. Sonoma (14.x) hosts will get a binary load error. Updates system requirements in both the Engine and Desktop docs. Not yet in a release — staged for 3.6.2. Co-Authored-By: Claude Sonnet 4.6 --- orka/orka-desktop/welcome-to-orka-desktop-30.mdx | 4 +--- orka/orka-engine/orka-engine-30.mdx | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/orka/orka-desktop/welcome-to-orka-desktop-30.mdx b/orka/orka-desktop/welcome-to-orka-desktop-30.mdx index cfcb465..94c885a 100644 --- a/orka/orka-desktop/welcome-to-orka-desktop-30.mdx +++ b/orka/orka-desktop/welcome-to-orka-desktop-30.mdx @@ -27,9 +27,7 @@ zendesk_id: 28396626048667 Apple M1 with 8GB RAM, and 50GB disk space - macOS X 14.0+ (Sonoma) - - macOS X 13.0+ (Ventura) + macOS 15.0+ (Sequoia) diff --git a/orka/orka-engine/orka-engine-30.mdx b/orka/orka-engine/orka-engine-30.mdx index d59ea3a..65beb7b 100644 --- a/orka/orka-engine/orka-engine-30.mdx +++ b/orka/orka-engine/orka-engine-30.mdx @@ -39,7 +39,7 @@ Orka Engine provides macOS virtualization via Command Line Interface (CLI) on in * Apple silicon Mac (M1 or later) with 8 GB RAM and 50 GB disk space - * macOS 13.0 (Ventura) or later + * macOS 15.0 (Sequoia) or later @@ -62,7 +62,7 @@ You can also download Orka Engine directly at: [https://distribution.macstadium. ## Installation -To install Orka Engine on any Apple silicon Mac (M1 or later) running macOS 13 (Ventura) or later, download and run the installer package. +To install Orka Engine on any Apple silicon Mac (M1 or later) running macOS 15.0 (Sequoia) 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.