Break the RAM barrier.
Run massive MoE models on your Mac.
DynaMoE dynamically streams active expert weights directly from high-speed NVMe storage into Unified Memory on demand. Run models far exceeding physical RAM with zero-copy Metal GPU performance.
Why DynaMoE Changes Local AI
Mixture-of-Experts (MoE) architectures are the state of the art for frontier models. But loading an entire MoE model into RAM has kept them out of reach on consumer Macs—until now.
Built for Performance & Simplicity
A modern, modular stack combining high-performance systems programming with Apple's native frameworks.
Dynamic SSD Weight Streaming
Memory-maps massive Safetensors & GGUF checkpoints directly off your NVMe drive. Active expert weights are streamed on-demand per layer without preloading gigabytes into RAM.
Zero-Copy Metal Pipeline
Leverages macOS kernel page cache handoffs straight into Metal GPU Unified Memory buffers. Eliminates redundant memory copies and maximizes throughput.
All-in-One Local Harness
Packaged into a single native macOS bundle containing a clean SwiftUI interface, a local OpenAI-compatible REST API host, and an embedded Model Context Protocol (MCP) server.
Pure Swift & Rust Architecture
High-performance Rust core (dynamoe-core) for async disk I/O, routing, and memory management, seamlessly bridged to a native SwiftUI frontend via UniFFI.
DynaMoE is Coming Soon
We're building the future of memory-efficient local AI inference. Follow development on GitHub, track our progress, or contribute to the open-source engine.