TinyCoder AI is a local coding agent for VS Code powered by Qwen2.5-Coder, Gemma 4 and Qwen3.6 GGUF models with mixed quantization, AMX / AVX-512 / AVX2 CPU acceleration and CUDA GPU support — engineered to run fast on limited hardware.
No cloud, no API keys, no telemetry — a native C++ inference engine that squeezes every last token out of the machine you already own.
Runtime dispatch auto-detects the fastest instruction set available — Intel AMX, AVX-512 or AVX2 — with OpenMP thread parallelism for every matrix operation.
Full-model GPU offload with cuBLAS tensor-core prefill, on-the-fly dequant GEMV decode and flash attention — with automatic CPU fallback when CUDA is unavailable.
Up to 12 GGML quantization formats inside a single model file. Weights stay in their native quantized format and dequantize on-the-fly — keeping memory near file size.
Qwen2.5-Coder (0.5B–7B), Gemma 4 (26B MoE) and Qwen3.6 (35B MoE) — dense and MoE architectures with RoPE, GQA, SwiGLU and RMSNorm.
A chat panel for interactive assistance, plus Explain, Complete and Generate commands — select code and get AI help right where you work.
An agent harness that reads and writes files, runs terminal commands and searches your codebase through structured JSON tool calls — nothing leaves your machine.
A thin TypeScript layer drives a native N-API addon over a purpose-built C++ inference engine with runtime SIMD dispatch and quantized kernels.
Every model is load-verified, benchmarked and ready to run on a consumer desktop with 11 GB of VRAM.
Each tensor is stored in its most efficient native format and dequantized on the fly during matrix-vector multiplication.
TinyCoder AI is open source under the MIT license. Clone the repository, drop in a GGUF model, and start coding with a private AI assistant that never leaves your machine.
github.com/mgorshkov/tinycoder