MLC LLM
Universal LLM deployment engine for native apps on any hardware.
About
MLC LLM takes a compiler approach to LLM deployment: rather than hand-writing kernels for each platform, it uses machine learning compilation techniques from the TVM ecosystem, including TensorIR and MetaSchedule, to generate optimized code for whatever hardware is available. The result, MLCEngine, is a unified inference engine that exposes an OpenAI-compatible API through a REST server plus Python, JavaScript, iOS, and Android bindings. Platform coverage is unusually wide: NVIDIA GPUs via CUDA or Vulkan, AMD via ROCm or Vulkan, Apple silicon via Metal, Intel GPUs, Android through OpenCL, iOS and iPadOS through Metal, and browsers through WebGPU and WebAssembly, so the same model can run in a native phone app or a web page with no server at all. The project is open source under Apache 2.0 and grew out of academic work on the TVM compiler. Developers reach for it when they need on-device LLM inference across heterogeneous hardware rather than a single server stack.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- LLM Inference & Serving
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- Apache-2.0
- Added
- Apr 3, 2026
Related Tools
Minimalist ML framework in Rust by Hugging Face for fast inference.
Open-source ChatGPT alternative that runs 100% offline on your computer.
Port of Meta's LLaMA model in C/C++ for efficient CPU inference
Fast LLM inference on consumer GPUs using neuron-aware sparse computation.
High-throughput LLM serving engine with PagedAttention
Minimalist machine learning framework for Rust focused on performance and serverless inference.