← All Posts

Forkcast Today #12: code-review-graph, ktransformers, ai-engineering-from-scratch, voicebox

Episode 12 covers 18 trending open-source projects including a local-first code intelligence graph, heterogeneous LLM inference framework, open-source AI

Episode trending-today ID: 2026-07-20-trending-today-ep12 #forkcast#trending-today#code-review-graph#ktransformers#ai-engineering-from-scratch#voicebox

Watch Episode

Episode Summary#

Episode 12 covers 18 trending open-source projects including a local-first code intelligence graph, heterogeneous LLM inference framework, open-source AI voice studio, and more.

Repositories Covered#

code-review-graph#

AI coding tools burn through tokens reading entire codebases. Most of the context is irrelevant noise that wastes money and slows down reviews. Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters. Benchmarked context reductions on reviews and large-repo workflows. Python 3.10+, MIT license, MCP compatible.

ktransformers#

Running large language models requires expensive GPU clusters. Most inference frameworks don’t leverage CPU-GPU heterogeneous computing effectively. Flexible framework for heterogeneous LLM inference and fine-tuning optimizations. Supports DeepSeek-V4-Flash, MiniMax-M3, GLM-5.2 with Day0 support. CPU-GPU split inference on consumer hardware. 18.6k stars.

ai-engineering-from-scratch#

AI engineering knowledge is scattered across papers, blogs, and tutorials. There is no single structured path from zero to production-ready AI systems. 503 lessons across 20 phases. Learn it, build it, ship it for others. From the creator of Agent Memory. MIT license. Comprehensive AI engineering curriculum.

voicebox#

AI voice tools are cloud-locked, expensive, and don’t give you ownership of your own voice. You can’t clone, dictate, or create voices locally. Open-source AI voice studio. Clone any voice, generate speech, dictate into any app, talk to agents in voices you own. Full voice I/O stack running locally. 43.9k stars. TypeScript/Electron.

wigolo#

AI coding agents need web access for research but require API keys, cloud services, and per-query billing that adds up fast. Local-first web intelligence for AI agents. Search, fetch, crawl and research over MCP. No API keys, no cloud, $0 per query. Works with Claude Code, Cursor, Codex, Gemini CLI. Node.js 20+. AGPL-3.0.

jellium-desktop#

Jellyfin has no official desktop client. The web UI works but lacks native performance, media player integration, and a proper desktop experience. Unofficial Jellyfin desktop client built on CEF and mpv. Cross-platform: Linux (AppImage, Flatpak, AUR), macOS (Apple Silicon, Intel), Windows (x64, arm64). Rust-based. 1.4k stars.

copilot-sdk#

Building AI agents into apps requires building your own orchestration layer for planning, tool invocation, and file edits from scratch. Multi-platform SDK for integrating GitHub Copilot Agent into apps. Available for Python, TypeScript, Go, .NET, Java, and Rust. Production-tested agent runtime. 10.1k stars.

posthog#

Product teams juggle five or more separate tools for analytics, session replay, feature flags, experiments, and error tracking. Context is fragmented. Self-driving product platform. AI observability, analytics, session replay, flags, experiments, error tracking, logs. Self-hosted. Steer from Slack, web, desktop, or MCP. 37.3k stars.

terminal#

Windows has multiple console hosts that look outdated and lack modern features like tabs, GPU-accelerated rendering, and Unicode support. The new Windows Terminal and original Windows console host. 104.6k stars. C++. GPU-accelerated text rendering, tabs, split panes, Unicode/Emoji support. Open source by Microsoft.

AstrBot#

Building AI chatbots that work across multiple messaging platforms requires integrating each platform’s API separately, plus LLM providers and plugin systems. AI Agent Assistant and development framework. Integrates multiple IM platforms, LLMs, plugins, and AI features. OpenClaw alternative. 37.1k stars. Python 3.12+.

jcode#

Existing coding agents lose context between sessions, can’t handle multi-step workflows reliably, and lack customizability for different dev environments. Next-generation coding agent harness. Multi-session workflows, infinite customizability, performance-focused. Rust-based. Linux, macOS, Windows. MIT license. 9.3k stars.

cua#

Computer-use agents need isolated VMs for every session, which is slow and brittle. Setting up cross-OS sandboxes for training and evaluation is complex. Scale computer-use 2.0 with open-source drivers, cross-OS fleets, and benchmarks. Cua Driver for macOS/Windows background computer-use. Cua Sandbox with 5 OS targets. 20.4k stars.

kimi-cli#

CLI coding agents are either too simple or too complex. Most lack a built-in shell mode, VS Code integration, and multi-model support. Kimi Code CLI agent. Reads and edits code, executes shell commands, searches and fetches web pages. Shell command mode via Ctrl-X. VS Code extension. Evolving into Kimi Code CLI. 10.2k stars.

zapret-discord-youtube#

Deep packet inspection blocks access to Discord and YouTube in many regions. Standard VPN protocols are easily detected and throttled. DPI bypass for Discord and YouTube using zapret. Batch scripts for Windows. Based on bol-van/zapret. 30.8k stars. Community-maintained for regions with internet restrictions.

build-your-own-x#

Understanding how technologies work requires building them from scratch, but finding high-quality step-by-step guides is difficult. 529k stars. Curated collection of step-by-step guides to recreate technologies from scratch. Covers 3D renderers, AI models, databases, Docker, games, git, operating systems, shells, web servers, and more. Multiple languages.

airllm#

Running 70B+ parameter LLMs requires multiple expensive GPUs with 80GB+ VRAM each. Quantization degrades quality. Most developers can’t afford the hardware. 70B inference on a single 4GB GPU without quantization, distillation, or pruning. Run 405B Llama 3.1 on 8GB, DeepSeek-V3 671B on ~12GB. Apache 2.0 license. PyPI package available.

WrenAI#

Business users can’t query databases directly. Data teams are bottlenecked building dashboards for every natural language question. GenBI for AI agents. Open-source text-to-SQL through an open context layer. Turns natural-language questions into dashboards, charts, and SQL across 20+ data sources including BigQuery, Snowflake, PostgreSQL. 16.4k stars.

cs-self-learning#

Self-taught developers struggle to find a structured path through the vast landscape of computer science courses available online. CS self-learning guide from Peking University. Curated roadmap of the best free CS courses worldwide. 74.7k stars. Comprehensive coverage from programming fundamentals to advanced systems.

Watch#

Notes#

Transcript and notes will be added from Forkcast output artifacts.