flashml-org/freetoken

FreeToken brings datacenter-scale model serving to your desktop. Run massive models locally, fast and efficiently.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 27 minutes ago
Added to GitGenius on September 1st, 2026
Created on July 20th, 2026
Open Issues & Pull Requests: 304 (+0)
GitHub issues: Enabled
Number of forks: 1,156
Total Stargazers: 12,028 (+1)
Total Subscribers: 103 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.2 hours
Mean response time: 32.9 hours
90th percentile: 5.0 days
Tracked items: 162

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 5% of issues opened in the past year have been closed. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 166
New in 7 days: 50
Closed in 7 days: 24
Avg open age: 6 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 39
Closed in 7 days: 24
Comments in 7 days: 57
Events in 7 days: 135

Top labels

  • Desktop (25)
  • feature (23)
  • bug (16)
  • windows (7)
  • linux (6)
  • quant (5)
  • multi-gpu (4)
  • amd (2)

Detailed Description

FreeToken is a local model serving framework that enables running large language models on desktop hardware with datacenter-scale performance characteristics.

The tool addresses the challenge of running massive transformer models on consumer machines by providing optimized inference capabilities. It focuses on efficient execution of models like Deepseek, Qwen, GLM, and other large architectures, including mixture-of-experts variants. The approach centers on bringing the speed and efficiency typically associated with datacenter deployments down to individual desktop environments, allowing developers to run inference workloads locally without requiring cloud infrastructure.

FreeToken suits developers who need to run large models on their own hardware for experimentation, development, or deployment scenarios where cloud inference is impractical or undesirable. It is particularly relevant for those working with state-of-the-art open models and wanting to maintain full control over model execution and data privacy. The project targets use cases where datacenter-grade performance on local hardware is a priority, making it appropriate for researchers, edge deployment scenarios, and developers building applications that require fast local inference.

The project shows active development with regular commits addressing performance optimization and model support. Work spans multiple areas including inference optimization, support for additional model architectures, and improvements to the serving framework itself. The codebase demonstrates ongoing refinement of the core serving infrastructure alongside expansion of compatible model types.