Skip to content

Splash 1.0

Latest

Choose a tag to compare

@zhijian-liu zhijian-liu released this 18 Sep 20:18
· 1 commit to 572bee9b500a12e07d1cb768238d6235f7bb45f8 since this release

Splash 1.0

Local inference on Apple silicon, accelerated by DFlash 2.

  • Qwen3.8-27B and Qwen3.6-35B-A3B model packages.
  • OpenAI Chat Completions and Responses, and Anthropic Messages APIs.
  • Tool calling, structured output, images and inline PDFs.
  • Launchers for Claude Code, Codex, OpenCode and Hermes.
  • Precompiled Homebrew installation with a bundled Python runtime.

Requires Apple M3 or newer, macOS 26.4+, and at least 36 GB unified memory; 48 GB+ recommended. Available capacity depends on the model and workload.

brew install incoai/tap/splash
splash serve --model incoai/Qwen3.8-27B-Splash

Install your coding agent first, then connect from another terminal:

splash claude

Public model downloads require no Hugging Face token. Private or gated models require your own authorization.

Documentation · Launch post