antirez's DS4: Running DeepSeek V4 Flash with 1M Context on Mac Metal and DGX

Redis creator Salvatore Sanfilippo (antirez) just released a new project called DS4 on GitHub. The goal: get DeepSeek V4 Flash running with a 1M token context window on Apple Silicon (Metal) hardware. He also posted a video of it running on an NVIDIA DGX system.
What DS4 Does
DS4 leverages novel techniques to fit a 1M context window for DeepSeek V4 Flash on Mac Metal hardware (e.g., M-series chips). It's also been demonstrated on a DGX, suggesting it could work on high-end GPUs like the Pro 6000 at slightly smaller context windows with higher speed. There's speculation about future AMD support.
What's Included
- Server endpoints: The DS4 server already provides OpenAI and Anthropic-compatible API endpoints, making it easy to plug into agentic coding tools like Cursor, Continue.dev, or custom agents.
- GitHub repo: https://github.com/antirez/ds4/ — check the README for setup instructions, which likely involve compiling with Metal support and downloading the DeepSeek V4 Flash weights.
- Video demo: A few hours ago, antirez posted a video on X showing it running on a DGX: https://x.com/antirez/status/2053381973226184749
Who It's For
Developers with high-end Mac hardware (e.g., Mac Studio, MacBook Pro with M1 Max/Ultra or M2/M3) or NVIDIA GPUs who want to run a powerful local LLM with a very large context window for coding agents or research.
Community Call to Action
The Reddit poster encourages anyone with powerful hardware to check out the project and contribute — whether by testing, reporting bugs, or optimizing for AMD GPUs. The project is early stage, so community involvement could accelerate compatibility.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Local Behavioral Monitoring System with MCP Pipeline and Claude Code
A developer built a local behavioral monitoring system called BRAIN that tracks app switches, file operations, and dev sessions, piping data through a custom MCP server to Claude Code. The system runs 100% locally with zero cloud dependency.

OpenClaw Skill Usage Tracker: Monitor Which Skills You Actually Use
A developer built a tool to track OpenClaw skill usage analytics, including invocation counts, breakdowns by agent and channel, and top skill rankings over different time periods.

OpenClaw Multi-Agent Book Writing Skill Released
A multi-agent book writing system built on OpenClaw has been released as a skill, featuring DeepWiki MCP connection, GLM image generation for illustrations, budget estimation, and chapter-level revision. Two chapters of the OpenClaw Paradigm Book have been updated using this tool.

Claude Academy: A Free Coding Bootcamp That Runs Inside Claude Desktop
A developer has built Claude Academy, a free coding bootcamp that operates entirely within Claude Desktop's Code tab. The system uses three commands to deliver 64 structured lessons across web development fundamentals, with progress tracking and real project building.