A newer version of the Gradio SDK is available: 6.20.0
macOS Builder and Runtime
This document describes how JackAILocal supports Mac users without changing the core product model.
Product rule
The SaaS generates a builder package. The manifest is embedded in that package. The user does not manually select the manifest.
Builder package contents
BUILD-USB-MAC.commandmacos/JackAILocal-USB-Builder.shmanifest/build-manifest.jsonwebui/config/models/backends/bin/
Runtime package on the USB/SSD
START-HERE.commandmacos/Start-JackAILocal.shmacos/Stop-JackAILocal.shconfig/jackailocal.macos.tomlmodels/ollama/webui/- optional macOS
ollamabinary - optional macOS
jackailocaldbinary
Backends
For Mac, backend priority should be:
- Ollama for ease of use.
- A local OpenAI-compatible
llama.cppserver when explicitly supplied.
Build command
./BUILD-LOCAL-MAC.command
./BUILD-USB-MAC.command
./BUILD-SSD-MAC.command
Launch command on prepared USB/SSD
./START-HERE.command
Commercial requirement
A production Mac product should be packaged as a signed and notarized .app. The .command files are acceptable for hackathon/MVP testing, not for a polished non-technical customer flow.