ggml vs rtk
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| ggml | rtk | |
|---|---|---|
| Tagline | Tensor library for machine learning | CLI proxy reducing LLM token consumption by 60-90% |
| Stars | 15k | 69k |
| Forks | 1.7k | 4.3k |
| Open issues | 340 | 1.5k |
| Language | C++ | Rust |
| License | MIT | Apache-2.0 |
| Last pushed | Jun 26, 2026 | Jul 7, 2026 |
| Categories | Model Training, LLM Frameworks | Inference & Serving, Developer Tools |
ggml
ggml is a tensor library tailored for machine learning, supporting automatic differentiation and various optimizers. It includes integer quantization support, broad hardware compatibility, and is designed without third-party dependencies.
C++
rtk
RTK is a high-performance CLI proxy written in Rust that significantly reduces the number of tokens consumed by Large Language Models (LLMs) when executing common development commands.
Rust