Slotstream — AI skill for Claude Code
Run a 105 GB AI model on a Mac that can't hold it.
How to install Slotstream
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open carloslfu/slotstream and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Slotstream does
Run a 105 GB AI model on a Mac that can't hold it. Slotstream streams Qwen3.8-Flash-Next (125B mixture of experts) from your SSD and caches the busiest experts in memory, so it runs on Macs with 16 to 64 GB. One native Swift binary on MLX and Metal, no Python, offline. Works with Claude Code, Codex and Ollama or OpenAI clients.
Alternatives in AI
- System Prompts Leaks — Extracted system prompts from ChatGPT (GPT-5.4, GPT-5.3, Codex), Claude (Opus 4.6, Sonnet 4.6, Claude Code), G 38.6k ★
- Qwen Code — A command-line AI workflow tool adapted from Gemini CLI, optimized for Qwen3-Coder models with enhanced parser 20.8k ★
- Optimization — ai-research-skills AWQ, GPTQ, GGUF, Flash Attention, bitsandbytes 5.4k ★
README
slotstream
[](https://github.com/carloslfu/slotstream/releases/latest) [](#star-history)
**Run a 105 GB AI model on a Mac that can't hold it.**
Slotstream runs [Qwen3.8-Flash-Next](https://huggingface.co/pipenetwork/Qwen3.8-Flash-Next-MLX-4bit), a 125-billion-parameter open model, on Macs with 16 to 64 GB of memory. It keeps most of the model on the SSD and loads the parts it needs as it writes. Our 48 GB M5 Pro measured 15.86 tokens per second at a 22 GB memory target ([how it was measured](#speed)).
Chat with it, ask it about pictures, or code with it: `slotstream launch claude` starts Claude Code on the local model, and Codex, Pi, opencode and Hermes work the same way. Developers can connect their own apps through its Ollama-, OpenAI- and Anthropic-compatible APIs or its Swift library.
After a one-time download it works offline, with no Python and no cloud account. The whole engine is one native Swift program on Apple's MLX and Metal; see [Built native](#built-native). Every published number has a recorded method, and the experiments that failed stay in the [measurements](MEASUREMENTS.md).
[Get started](#install) · [Speed](#speed) · [Guides](#guides) · [Get help](#support)
**I'm building Sevra on Slotstream: private, personal AI optimized for your computer.** Sevra will choose a tested model for your hardware, keep that choice current as models improve, and let you control what it remembers. The Mac app is in development and runs Slotstream in process; see [how it is built](docs/SEVRA-MAC.md) and [join the waitlist](https://www.sevrahq.com/). Slotstream's command-line tool, APIs and Swift library remain independently usable.
Who it's for
Slotstream is built for Macs that cannot hold the model in memory: **16 to 64 GB**. That is w
Related Skills
LLM Launchpad
一条命令在 Apple Silicon Mac 上部署本地大模型(Qwen3.8-27B · Ollama · Claude Code 兼容)
Mac Code
mac code — Claude Code, but it runs on your Mac for free. 35B AI agent at 30 tok/s via Apple Silicon flash-pag
Openclaw Model Bridge
Connect any LLM to OpenClaw — production-tested middleware for Qwen3-235B and beyond
Model Comparison
Local open-weight models (Qwen3.5-397B, MiniMax M2.5) vs cloud coding agents (Codex 5.3, Claude Code) on six w
Agent SSD Guard
Keep AI coding agent CLIs from grinding down your SSD — relocate regenerable write targets to a RAM disk
Cheap LLM Router
Save Claude/Codex subscription tokens by routing context-only file reads through a cheaper LLM (DeepSeek, Kimi
Related Agents
Mercurio
Mixture of Experts Research Convergence Intelligently Unified Orchestrator - Expert multi-perspective agent pr
Machinist
Watches and frees the Mac's physical resources (RAM, CPU, heat) — hunts abandoned processes, compressed memory
Helm Conductor
Use this agent to orchestrate engineering work cycles — decide what to work on next, sequence stories and feat