Releases, launches, funding rounds, papers, acquisitions and the discussions that moved the most people. That is the same standard this site uses for a featured crate: demonstrated impact, not a well-marketed launch.
Most recent first. Compiled 2026-08-31.
2026 — NVIDIA arrives, and so does the slop
- 2026-09-08 RustConf 2026 opens (Sept 8–11, Montreal) — still ahead of us as this page is written, and carrying six ML, AI and GPU sessions, including an NVIDIA research scientist on GPU concurrency. Two years after a RustConf with none.
- 2026-08-27
NVIDIA agrees to acquire Hugging Face for $13B
— 1,973 points, 910 comments on Hacker News, the largest discussion in this survey. Hugging Face
maintains
tokenizers,safetensors,hf-hub,candleandxet-core— much of the Rust the Python AI stack imports. What happens to those crates is now the biggest open question on this site. - 2026-08-25 JetBrains and the Rust Foundation launch an AI livestream series, opening on 2026-08-27 with rig's lead maintainer. The Foundation's framing: "Rust is rapidly becoming a serious platform for building AI-powered systems."
- 2026-08 LiteLLM announces a Rust core. Read it carefully: a staged migration running August to December 2026, and Rust is about 0.7% of that repository today. A roadmap and an endorsement, not a shipped Rust gateway — but a 57k★ Python project publishing that roadmap is itself the signal.
- 2026-08-17
"GPU Offload in Rust: Portable, Safe, and Fast"
(245 points Hacker News, 369 r/rust) — the paper behind
std::offload, whose host side is upstreamed and whose device side is in review pending a rustc bump to LLVM 22. - 2026-08-07 DataFusion Comet 1.0 — a Rust accelerator for Spark, at 1.0.
- 2026-08-05 rust-lang/rust adopts an LLM policy: "It's fine to use LLMs to answer questions, analyze, distill, refine, check, suggest, review. But not to create."
- 2026-06-17
OpenAI joins the Rust Foundation as a Platinum member
with a $600K donation — 861 points on r/rust. In March, OpenAI had also
agreed to acquire Astral, the makers
of
uvandruff. - 2026-06 TensorZero winds down. The repository is archived and tensorzero.com states it "remains available on GitHub but is no longer maintained" — 11.7k★, a $7.3M seed in August 2025, last release 2026-06-04.
- 2026-05-11 "If AI writes your code, why use Python?" — 919 points, 980 comments. The Rust-versus-Python-for-ML argument, restated for a world where neither is typed by hand.
- 2026-05-11 NVIDIA Labs releases cuda-oxide, a Rust-to-CUDA compiler (424 points Hacker News, 488 r/rust). Nine days later cutile-rs ships its first release, with the paper "Fearless Concurrency on the GPU" (arXiv 2606.15991, 2026-06) claiming GEMM at roughly 96% of cuBLAS on B200 — on stable Rust. Two first-party NVIDIA Rust projects in one quarter.
- 2026-05-07 Burn 0.21 — up to 8× lower framework overhead, differentiable collectives; burn-onnx 0.21 follows on 2026-05-14 with build-time ONNX import checked against 27 real models.
- 2026-03-22 "Diverse perspectives on AI from Rust contributors and maintainers" — Niko Matsakis summarises where the project's own people stand.
- 2026-03-21
Hugging Face's
text-generation-inferenceis archived. Its README now carries a caution banner: TGI is in maintenance mode, and Hugging Face recommends vLLM, SGLang, llama.cpp or MLX instead. For years it was the headline Rust-in-production-ML project. - 2026-03-02 kuva, a scientific plotting library — 1,540 points on r/rust, the highest-scoring r/rust post in this survey. It is a plotting library. Two months later Charton takes 440. The funding on this page went elsewhere.
- 2026-02-24 NVIDIA publishes OpenShell, a Rust policy-enforced sandbox runtime for coding agents. It reaches 8,439★ in six months.
- 2026-01-20 "Rust's Standard Library on the GPU" (255 points Hacker News, 482 r/rust), and the series that follows it: async/await on the GPU (2026-02-17), threads on the GPU (2026-03-24), SIMD on the GPU (2026-08-10).
- 2026-01-16 "The amount of Rust AI slop being advertised is killing me and my motivation" — 923 points, 235 comments, followed on 2026-01-29 by a formal RFC on moderating AI-generated content in r/rust (531 points). Read them for the curation rubric — commit history, tests, maintainer identity, age.
- 2026-01-15
Burn 0.20 unifies CPU and GPU kernels
through CubeCL. The new LLVM CPU backend requires
std, which costs Burn itsno_stdand WASM story on that path — the maintainers say so in the thread.
2025 — GPUs, production claims, and money
- 2025-12-19 Burn's end-of-year review, announcing Burn Central — the most complete state-of-the-framework write-up in this survey. On 2025-12-31 "RTen in 2025" does the same job for a one-maintainer ONNX runtime.
- 2025-12-09 MCP is donated to the Agentic AI Foundation, a Linux Foundation directed fund. Founding projects are MCP, goose — a Rust agent — and AGENTS.md.
- 2025-10-28 Burn 0.19 — quantization, distributed training, an LLVM backend.
- 2025-10-27 r/rust's second AI-generated-book PSA takes 1,186 points, after the first took 1,149 on 2025-08-04 — this survey's two highest-scoring r/rust posts of 2025, both warnings about generated Rust books on sale.
- 2025-10-25 "I rebuilt DeepSeek's OCR model in Rust (no Python!)" — 1,145 points on r/LocalLLaMA, 119 comments. The top comment is the whole value proposition in one line: "vibe or not, releasing us from docker hell and compiling torch is a win in my book." Not a framework, not a benchmark — a deployment story.
- 2025-10-23 VectorWare launches (505 points, r/rust) — founded by the rust-gpu and Rust-CUDA maintainers with former Rust compiler-team members, to build GPU-native software in Rust.
- 2025-09-29 Polars raises an €18M Series A, weeks after launching Polars Cloud.
- 2025-09-14 "I built an LLM from scratch in Rust (just ndarray and rand)" — 634 points, r/rust, outscoring every framework release on this page. See learning resources.
- 2025-09-05 Chris Lattner: "ML needs a new programming language" (311 points, Hacker News). The Mojo framing Rust gets measured against.
- 2025-08-27 Cloudflare ships Infire, an LLM inference engine in Rust serving Workers AI — up to 7% faster than vLLM 0.10 on H100 NVL, with granular CUDA graphs cutting CPU overhead by 82%. Their stated reason: "to maximize efficiency we need to control the low-level implementation details." Closed source, and the clearest datacenter-scale answer this survey found to "why not just use vLLM".
- 2025-08-12 Tracel AI raises $3M for Burn and CubeCL — the first venture round for a Rust deep-learning framework that this survey turned up.
- 2025-08-04 Burn-LM alpha — Burn enters LLM inference. On 2025-08-08 Paddler, a Rust rewrite of the llama.cpp server, takes 494 points on r/rust.
- 2025-07-26 "Rust running on every GPU" — one codebase compiled to CUDA, SPIR-V/Vulkan, Metal, DX12, WebGPU and CPU. 605 points on Hacker News, 586 on r/rust.
- 2025-07-18 CubeCL claims state-of-the-art multiplatform matmul and Burn 0.18 reports matmul rivaling cuBLAS and CUTLASS (385 points, r/rust).
- 2025-06 OpenAI rewrites Codex CLI from TypeScript to Rust (427 points, r/rust): zero-dependency install, native Linux sandboxing, no garbage collector. The repository is the most-starred Rust AI application in this survey. Also this month: LanceDB raises $30M, llguidance publishes "Making Structured Outputs Go Brrr", Meilisearch explains its bespoke Rust vector store, and Handy, an offline speech-to-text app, lands at 254 points on r/LocalLLaMA.
- 2025-05-28
Desktop Docs rewrites from Electron to Rust,
shipping ONNX Runtime through the
ortcrate — 597 points on Hacker News. A commercial Mac app, not a demo. - 2025-04-23 Burn 0.17 — up to 5× faster, new Metal compiler (347 points, r/rust). CubeCL reaches the Hacker News front page the same month.
- 2025-04-03 Chroma 1.0 ships a Rust core — "local Chroma is 4× faster… thanks to a new core written in Rust". The repository is now 11.7 MB of Rust to 2.6 MB of Python.
- 2025-03-18 Hugging Face puts Xet on the Hub — content-defined chunking, in Rust, replacing Git-LFS. By 2025-07-15 the migration covers 500,000+ repositories and 20 PB. A 5 GB SQLite update went from thirteen minutes to a tenth of a second.
- 2025-02-13 Zed ships Zeta, its open-weight, open-data edit-prediction model. A Rust editor that trains and serves its own model.
- 2025-01-27 The Rust-CUDA project is rebooted (420 points, r/rust). Community-run, with Christian Legnitto as maintainer.
- 2025-01 linfa finds a new maintainer and ships again — 0.7.0 in January, 0.8.0 on 2025-09-30, 0.8.1 on 2025-12-23, with new ensemble crates.
2024 — the plumbing wins
- 2024-11-30 "Optimizing a Rust GPU matmul kernel" — the most detailed Rust GPU-kernel walkthrough this survey found.
- 2024-10-24 Brush — Gaussian splatting on Burn, wgpu and Rerun (224 points, r/rust). An application built on a Rust ML framework rather than around one.
- 2024-10-11 lm.rs, minimal CPU LLM inference (310 points, Hacker News), and on 2024-10-19 Simon Willison writes up mistral.rs — local Rust inference drawing attention from outside the Rust community.
- 2024-10-08 "Rust GPU: the future of GPU programming" — 559 points, r/rust.
- 2024-09-18 Kyutai open-sources Moshi, with a Rust inference server built on candle. One of Moshi's authors is candle's primary author. This is the model behind the talk we lead with.
- 2024-09-10 RustConf 2024 runs with zero ML, AI or GPU talks on the main program — schedule and the full 36-video playlist checked.
- 2024-08-27 Burn 0.14 — "the first fully Rust-native deep learning framework", debuting the CubeCL integration and an experimental CUDA backend (365 points, r/rust).
- 2024-08-15
Compiler-based autodiff lands on nightly Rust
(218 points, r/rust). The start of
std::autodiff— ML work carried inside the Rust project itself, not only in crates. - 2024-08-12 rust-gpu transitions from Embark to community ownership, followed on 2024-11-07 by two new maintainers (435 points, r/rust). The seed of the GPU work on this page.
- 2024-07-01 Polars 1.0 (455 points, r/rust).
- 2024-05-07 DataFusion becomes a top-level Apache project. A Rust query engine graduating to TLP status is a governance signal, not a benchmark.
- 2024-01-23 Qdrant raises a $28M Series A — the first funding round in this timeline. Vector search took the money first.
- 2024-01-08 Polars reaches the Hacker News front page — 981 points, 386 comments. The highest-scoring Rust data-project post in this survey, and the shape most entries here share: a Rust core, consumed almost entirely from Python.
2023
- 2023-09-29 InfluxDB completes its move from Go to Rust, onto Arrow and DataFusion (505 points, r/rust). A large, boring, production database saying out loud that the Rust data stack was the one to build on.
- 2023-02-11 "A Case for Rust in Deep Learning" — Burn's argument for why any of this should exist, and the essay we still hand anyone who asks why Rust.
Scores are Hacker News or Reddit points as rendered, with the venue named; Reddit fuzzes its scores slightly. Dates are the publication or announcement date given by the source. Scores were read on 2026-08-31 and drift afterwards. Where something died, it is here too — an ecosystem timeline that only records launches is marketing.