diff --git a/README.md b/README.md index a289017..25fc347 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ MLX is Apple's open-source ML framework designed for Apple Silicon. If you have **"I'm building a Swift/iOS app with on-device AI"** โ†’ Start with [mlx-swift-lm](https://github.com/ml-explore/mlx-swift-lm) + [fullmoon-ios](https://github.com/mainframecomputer/fullmoon-ios) as reference -**[Submit your project โ†’](#contributing)** PRs and issues welcome! Language legend: ๐Ÿ Python ยท ๐Ÿฆ… Swift ยท ๐ŸŸจ JS/TS ยท ๐Ÿฆ€ Rust ยท ๐Ÿน Go +**[Submit your project โ†’](#contributing)** PRs and issues welcome! Language legend: ๐Ÿ Python ยท ๐Ÿฆ… Swift ยท ๐ŸŸจ JS/TS ยท ๐Ÿฆ€ Rust ยท ๐Ÿน Go ยท ๐ŸŸง Zig --- @@ -90,6 +90,7 @@ MLX is Apple's open-source ML framework designed for Apple Silicon. If you have - ๐Ÿ [mlx-llm-server](https://github.com/mzbac/mlx-llm-server) โ€” MLX LLM inference and serving server with OpenAI-compatible API. ![](https://img.shields.io/github/stars/mzbac/mlx-llm-server?style=flat-square) - ๐Ÿ [TurboQuant-MLX](https://github.com/alicankiraz1/Qwen3.5-TurboQuant-MLX-LM) โ€” TurboMLX KV cache compression experiments for Qwen3.5 on MLX. ![](https://img.shields.io/github/stars/alicankiraz1/Qwen3.5-TurboQuant-MLX-LM?style=flat-square) - ๐Ÿ [strands-mlx](https://github.com/cagataycali/strands-mlx) โ€” MLX model provider for AWS Strands Agents โ€” build AI agents on Apple Silicon. ![](https://img.shields.io/github/stars/cagataycali/strands-mlx?style=flat-square) +- ๐ŸŸง [mlx-serve](https://github.com/ddalcu/mlx-serve) โ€” Native Zig inference server. OpenAI- and Anthropic-compatible APIs (works with Claude Code), runs both MLX and GGUF models, speculative decoding, and KV-cache quantization. Ships MLX Core, a macOS menu-bar app. ![](https://img.shields.io/github/stars/ddalcu/mlx-serve?style=flat-square) ## Training & Fine-tuning