#141 · Primary category: Inference & Local Deploy
atlas
Pure Rust Inference Engine
Project last updated:08/30/26
GitHub Stars
672
Forks
103
Contributors
23
License
AGPL-3.0
Why we included this project
Atlas is a from-scratch LLM inference engine written in pure Rust, built for teams that want to run large models on their own hardware rather than paying per-token cloud rates. It ships kernels tuned for specific hardware and model families across NVIDIA, AMD, and Intel. Speculative decoding and KV-cache quantization are built in, and it runs Mamba/SSM architectures as well as plain transformers. The OpenAI-compatible API means existing tooling can point at it with minimal changes, so it works as a drop-in for people already running llama.cpp or vLLM who want something faster and lighter on dependencies. It also documents how to add new hardware targets and new models, which helps if you plan to extend it rather than just consume it. Before betting a production serving layer on it, look closely at the kernel strategy and the AGPLv3 license.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.