tekaratzas/RustGPT
An transformer based LLM. Written completely in Rust observed · 2026-08-28
Health v2 · maintenance only
38/100
- Activity 46
- Release rhythm 35
- Longevity 25
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 354
- days_rel: n/a
- days_push: 327
- n_releases_24m: 0
Adoption not part of the score
3157 stars · 267 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A transformer-based large language model implemented entirely in pure Rust with no external ML frameworks, using only ndarray for matrix operations. It is an educational toy project demonstrating pre-training, instruction tuning, and full backpropagation from scratch, not a production-grade LLM.
Use cases
- learn how transformers work under the hood
- implement an LLM from scratch in Rust
- study backpropagation and self-attention implementations
- run a tiny chat model without ML frameworks
- teach deep learning concepts with readable code
When to choose
- you want to understand LLM internals with clean, modular Rust code
- you need a dependency-light educational transformer implementation
- you prefer Rust over Python for learning ML fundamentals
When to avoid
- you need a production-grade or competitive LLM
- you want GPU-accelerated large-scale training
- you need a mature ecosystem of model weights and tooling
Facets
library · maturity active
llm-training llm-inference machine-learning deep-learning chatbot large-language-models deep-learning machine-learning education tutorials rust cross-platform transformer from-scratch no-ml-frameworks ndarray backpropagation self-attention adam-optimizer toy-project educational
1 source
- readme: https://github.com/tekaratzas/RustGPT · fetched 2026-08-28 · 30b326c15c72
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tekaratzas/RustGPT | main | 38 |
For agents
markdown · JSON · MCP: product_card(name="tekaratzas/RustGPT")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem