- TESIGN / RADAR
- Slotstream
Slotstream
Run a 105 GB model on a 48 GB Mac
WHO USES ITApple Silicon Mac owners · Privacy-conscious users · Local-LLM developers
Install to use
Run a 105 GB Qwen model on a 48 GB Mac: experts stream from SSD, Ollama-compatible API
360 stars · checked on GitHub GitHub check 30 h late · no 7-day star increase observed (GH Archive) (as of ) · 240 Show HN points observed
BACK CATALOG

TESIGN TAKE
Streaming a model larger than RAM from SSD really works here, but it supports exactly one model and speed varies widely by machine.
AT A GLANCE
- LICENSE
- MIT
- USAGE
- Use, change and redistribute, commercially too. Keep the notice.
- LANGUAGE
- Swift
- PLATFORM
- macos · cli
- ACTIVITY
- last commit 1 day ago () · latest release v0.2.18 () · 26 releases
- COMMUNITY
- 3 contributors · 7 open issues (incl. PRs) · made by: an individual
- SOURCES
- Show HN
- OPEN SOURCE
- YES
- FIRST SEEN
- CATEGORY
- AI
A summary, not legal advice.
WHY IT MATTERS
Qwen3.8-Flash-Next is a 105 GB mixture-of-experts model (per the README); Slotstream keeps the shared weights in RAM and reads only the experts it needs from SSD into a cache. The developer's 48 GB M5 Pro measured 13.47 tok/s after warm-up (a 0.2.16 pre-release benchmark), while a community report on a 16 GB M2 Mac mini was 1.41 tok/s. After a one-time download it works offline with no Python or cloud account.
BUILD FROM THIS
- Point Open WebUI or an agent such as Hermes or fx at its OpenAI/Ollama-compatible API and you have a personal AI server on one Mac that answers questions about files and pictures without an internet connection. A Swift library lets you embed it in a Mac app directly.
WHO IT'S FOR
- Apple Silicon Mac owners
- run a large model locally without a cloud account
- Privacy-conscious users
- keep document and image questions on the device
- Local-LLM developers
- study an MLX + Swift expert-streaming implementation
START IN 5 MINUTES
# curl -fsSL https://raw.githubusercontent.com/carloslfu/slotstream/main/install.sh | sh
# slotstream doctor
# slotstream run --prompt "Why is the sky blue?"CAVEATS
- MIT for the code; model weights carry a separate Qwen community licence.
- Requires an Apple Silicon Mac with 16 GB+ RAM, macOS 14+ and about 110 GB of free SSD; 8 GB Macs refuse to start, and Windows, Linux and Intel Macs are not supported.
- The model download can take hours, long prompts can take minutes before the first token, and only one generation runs at a time.
RECEIPT
- FIRST SEEN
- AT SOURCE
- KEPT
- CREATED → FIRST SEEN
- 11d
- SOURCES
- Show HN
- ◌ BACK CATALOG
- Reconstructed from archive data, not a live discovery.
The same facts in machine-readable form — View as Markdown · JSON
SIMILAR TOOLS
Up to five from AI by ★ total: edited entries first, then repository cards; this entry is highlighted. Drawn from the same stored snapshot as the rankings — a comparison, not a recommendation.
| IMAGE | NAME | ★ TOTAL | ▲ 7d | LICENSE | PLATFORM | LAST PUSH |
|---|---|---|---|---|---|---|
![]() | eccSkills, memory and security for agents | ★ 259k | ▲ +832 | MITpermissive | windows · macos · linux · cli | |
![]() | Hermes AgentSelf-improving personal agent | ★ 246k | ▲ +375 | MITpermissive | linux · macos · windows · android · cli | |
![]() | DeepSeek HarnessPlugin agent harness for developers | ★ 225k | ▲ +1,356 | MITpermissive | web · cli | |
![]() | SlotstreamRun a 105 GB model on a 48 GB MacTHIS ENTRY | ★ 360 | — | MITpermissive | macos · cli | |
| mattpocock/skillsCARD | ★ 261k | ▲ +872 | MITpermissive | — |
TIMELINE
- Repository created
- Show HN post ↗
- FIRST SEEN BY TESIGN ◌ BACK CATALOG







