25 released projects · Apple silicon

Your Mac
is the cloud.

Native apps, focused commands, and practical tools for running image, language, speech, music, and agent models on your Mac.

zsh — 80×24M‑SERIES

# native Qwen Image generation

$ QwenImageCLI --prompt "paper city"

18 / 40

Denoising 45% · ETA 1m08s

saved qwen-image.png

Runs here. Stays here.

PR #2 IN REVIEWMLX SWIFTLOCAL
03 / ONE-LINE INSTALLERS16 / READY-MADE DOWNLOADS04 / PACKAGE INSTALLS02 / APP STORE APPS

Released for Apple silicon

Real tools.
Ready to run.

There is no umbrella toolkit to install. Each card points to the project's own installer, exact Mac download, or native package command—or directly to its App Store page.

25 projects shown

02CLI · v0.6.0

Qwen Agent

mzbac/qwen-agent

A local Qwen3.6 coding agent with one-command installation, project memory, and downloadable GGUF models.

AgentQwen3.6GGUF
Best way to startOfficial install.sh
$ curl -fsSL https://raw.githubusercontent.com/mzbac/qwen-agent/main/install.sh | sh

Installs the latest agent and downloads its default Qwen model.

Then tryqw-agent
Released 24 Jul 2026Release notes
03CLI · v0.1.2

G4 Agent

mzbac/g4-agent

A native macOS chat agent for Gemma 4 12B with multimodal input, local tools, and no server or API key.

AgentGemma 4Multimodal
Best way to startOfficial install.sh
$ curl -fsSL https://raw.githubusercontent.com/mzbac/g4-agent/main/install.sh | sh

Installs the native binary and downloads the Gemma 4 model.

Then tryg4-agent
Released 19 Jun 2026Release notes
04CLI · v0.0.1

DS4 Agent

mzbac/ds4-agent

A compact local DeepSeek V4 Flash agent distributed as a native Apple-silicon release with optional model setup.

AgentDeepSeekGGUF
Best way to startOfficial install.sh
$ curl -fsSL https://raw.githubusercontent.com/mzbac/ds4-agent/main/install.sh | sh

Installs the release binary with optional local-model setup.

Then tryds4-flash-agent
Released 05 Jul 2026Release notes
05TOOL · v0.0.5

Kooka Server

mzbac/kooka-server

A local MLX inference server wrapper for agentic harnesses, with single-machine and distributed serving modes.

ServerMLX LMDistributed
Best way to startRun with uvx
$ uvx kooka-server serve --model mlx-community/MiniMax-M2.1-4bit

uvx fetches the package and starts the server in one step.

Released 26 Jan 2026Release notes
07TOOL · v0.1.1

MLX Sharding

mzbac/mlx_sharding

Pipeline-parallel local LLM inference across multiple Macs, including shard servers and an OpenAI-compatible API.

DistributedPipelineOpenAI API
Best way to startInstall with pip
$ pip install mlx-sharding

Installs the published Python package and command-line tools.

Released 27 Jul 2024Release notes
19TOOL · v0.1.7

FLUX Swift

mzbac/flux.swift

The underlying MLX Swift implementation of FLUX.1, supporting pre-quantized weights for native integrations.

Swift packageFLUX.1MLX
Best way to startAdd with SwiftPM
$ .package(url: "https://github.com/mzbac/flux.swift.git", from: "0.1.3")

Add this dependency entry to your Swift package manifest.

Then tryswift package resolve
Released 08 Jul 2025Release notes
21TOOL · v0.1.3

MLX Embeddings

mzbac/mlx.embeddings

A Swift package for local BERT, Qwen, and multilingual embedding models with batching and concurrent inference.

EmbeddingsSwift packageQwen3
Best way to startAdd with SwiftPM
$ .package(url: "https://github.com/mzbac/mlx.embeddings.git", from: "0.1.0")

Add this dependency entry to your Swift package manifest.

Then tryimport MLXEmbeddings
Released 06 Jun 2025Release notes
23APP · v2.5.3

LingYun

mzbac/lingyun

A VS Code agentic coding assistant with a headless runtime, workspace tools, subagents, and OpenAI-compatible local servers.

VS CodeCoding agentLocal endpoints
Best way to startDownload VSIX
lingyun-2.5.3.vsixDownload VSIX

Download the extension package, then install it in VS Code.

Then trycode --install-extension lingyun-2.5.3.vsix
Released 26 May 2026Release notes

From release to run

Pick a job.
Keep it local.

No generic toolkit is required. Use the project's own installer, download its Mac build, copy its package command, or open the App Store.

  1. 01

    Install

    Use the project's own setup.

    install.sh · pip · uvx · SwiftPM
  2. 02

    Or download

    Get the exact Apple-silicon file.

    *.macos.arm64.zip · *.dmg · *.vsix
  3. 03

    Then run

    Copy the first command from its card.

    local process · local files · local output

Why local

The shortest path from model to useful.

Your data stays put.

Prompts, files, and outputs remain on your Mac. Airplane mode is a feature, not a failure state.

Metal, meet model.

The stack is tuned around unified memory and Apple's GPU architecture—not merely made compatible with it.

Own the whole loop.

Switch models, inspect performance, and integrate locally without accounts, quotas, or surprise usage bills.

Featured release

Start with
Qwen Image.

The native app is the quickest way into the collection. The same repository also ships a full CLI for generation, editing, layered output, quantization, and profiling.

QWEN IMAGE SWIFTv0.1.4

NATIVE MAC APP

QwenImageApp.dmg
Download

macOS 14+ · Apple siliconPR #2: progress UI + layered speed ↗