tekaratzas/RustGPT

An transformer based LLM. Written completely in Rust

View on GitHub ↗Jump to charts ↓

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 2 hours ago
Added to GitGenius on September 21st, 2026
Created on September 13th, 2025
Open Issues & Pull Requests: 10 (+0)
GitHub issues: Enabled
Number of forks: 267
Total Stargazers: 3,174 (+0)
Total Subscribers: 34 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 37.2 hours
Mean response time: 37.7 hours
90th percentile: 5.1 days
Tracked items: 7

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 354 days
Stale 30+ days: 5
Stale 90+ days: 5

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

rustgpt is a transformer-based large language model implemented entirely in Rust.

The project addresses the need for a language model implementation that leverages Rust's performance characteristics and memory safety guarantees. By writing a complete transformer-based LLM from scratch in Rust rather than relying on Python or other languages, the tool aims to provide an alternative approach to building and running language models with Rust's systems-level efficiency.

Developers considering this project should understand that it represents a from-scratch implementation of transformer architecture in Rust. This approach suits those interested in understanding LLM internals, exploring Rust's capabilities for machine learning workloads, or building language model systems where Rust's performance and safety properties are priorities. The project does not position itself against established alternatives in its README, so direct comparisons to other LLM frameworks are not available from the documentation.

The project shows early-stage development activity with a focused codebase. Development appears exploratory in nature, reflecting the experimental character of implementing a complex machine learning system in an unconventional language choice for this domain.