Failed Star (codenamed fs) is a self-contained LLM inference engine built specifically for Apple Silicon, initiated and open-sourced by Curtis Alexander. The unique aspect of this project is that it does not aim for maximum performance; instead, it prioritizes "readability" and "teachability"—every line of code is designed to be read, understood, and learned.
The project name is derived from an astronomical concept: a brown dwarf is a "failed star" that lacks sufficient mass to sustain nuclear fusion, being smaller and dimmer than main-sequence stars. Failed Star is exactly the "little brother" of the famous project Dwarf Star (ds4, a DeepSeek-V4 inference engine developed by antirez). If ds4 targets running large MoE models on Macs with 96GB+ RAM, then Failed Star focuses on running tiny models on the 64GB MacBook Pro (M5), trading off features for understandability.