sqliteai/warp
Run the full 2.78-trillion-parameter Kimi K3 model beyond available RAM by streaming activated weights directly from NVMe. A dependency-free, embeddable C inference engine. observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 99
- Release rhythm 99
- Longevity 2
Flags: young
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: 1
- age_days: 36
- days_rel: 9
- days_push: 9
- n_releases_24m: 10
Adoption not part of the score
2284 stars · 168 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
WARP is a dependency-free, embeddable C inference engine that runs trillion-parameter mixture-of-experts models like Kimi K3 by streaming activated expert weights directly from NVMe storage instead of holding them in RAM. It keeps shared weights in memory, uses a bounded expert cache, and achieves full-model local inference on consumer hardware such as a 64 GB MacBook Pro.
Use cases
- run the full Kimi K3 model locally on a 64 GB machine
- stream LLM weights from NVMe when the model exceeds available RAM
- embed a frontier-model inference engine in a C application with no dependencies
- experiment with mixture-of-experts weight paging and expert caching
- run large MoE models on consumer hardware without distillation or pruning
When to choose
- you want to run a huge MoE model locally and it does not fit in RAM
- you need a dependency-free, embeddable C inference engine
- you have fast NVMe storage and enough RAM for the shared trunk plus a cache
- you want to experiment with weight-streaming inference techniques
When to avoid
- you need high token throughput for interactive chat (K3 decodes at ~0.6 tok/s)
- you want broad model support or a mature ecosystem like llama.cpp
- your machine has less than 64 GB RAM for the largest models
- you need GPU-accelerated inference or multi-GPU serving
Facets
library · maturity active
llm-inference machine-learning large-language-models machine-learning developer-tools cross-platform cli mixture-of-experts nvme-streaming quantization embeddable c local-inference kimi-k3 macos linux
4 sources
- readme: https://github.com/sqliteai/warp · fetched 2026-08-28 · 0f4962e58884
- homepage: https://sqlite.ai · fetched 2026-08-29 · 99d8968ff13d
- site_page: https://www.sqlite.ai/pricing · fetched 2026-08-29 · f02c43a2a836
- site_page: https://www.sqlite.ai/changelog · fetched 2026-08-29 · 30a18014da99
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sqliteai/warp | main | 80 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem