#141 · Primary category: Inference & Local Deploy

atlas

cuda dgx dgx-spark gb10 llm-inference mamba nvfp4 openai-api rust speculative-decoding ssm transformers

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