Prince Canuma has released Nativ, a macOS desktop application that wraps the MLX framework to run large language models directly on local hardware. The tool functions similarly to LM Studio by offering a graphical chat interface alongside a localhost API server for developers. It automatically detects MLX models stored in the user’s Hugging Face cache directory, allowing immediate access without manual configuration. This approach removes the need for cloud connectivity while maintaining the performance benefits of Apple’s custom silicon.
Running models locally offers distinct advantages for privacy and cost. Users retain full control over their data without sending prompts to external servers. The setup eliminates recurring subscription fees associated with cloud inference services. Local execution provides consistent performance regardless of internet availability.
* Supports existing models cached locally via Hugging Face
* Provides both a chat UI and an API endpoint
* Built on the open-source MLX library for Apple hardware



