Home

Open Source

Curated open-source AI projects with verified GitHub data and hands-on breakdowns.

Context Mode: Taming the Coding-Agent Context Window

mksglu/context-mode (23,324 stars, TypeScript, Elastic License 2.0, created 2026-02-23, last push 2026-09-16, per the 2026-09-18 GitHub API) positions itself as "context window optimization for AI coding agents": an MCP-layer sandbox intercepts and compacts context, backed by a SQLite/FTS5 knowledge base and session-continuity design across 17 clients. The core claim: it hits three real pains, bloated long sessions, diluted key instructions, and token cost that grows with length. But be honest about the license: ELv2 is not OSI-approved open source and carries two red lines, no offering it as a hosted service and no removing the license notice, fine for personal use but a legal review before corporate adoption.

herdr Deep Dive: The Runtime Layer Your Coding Agents Live On

herdrdev/herdr (39,133 stars, Rust, Apache-2.0, created 2026-03-27, ranked No.8 on the OpenGithubs 20260914 weekly with 2,458 stars added) positions itself as "the runtime your coding agents live on": work detaches but keeps running, multiple machines share one window, every pane is marked working, blocked or idle, agents drive it through the CLI and socket API, and it ships as one Rust binary with no Electron. The core claim: it claims the seat tmux would occupy in the AI era, and the agent-native socket API is what separates it from a tmux wrapper. But the project is under half a year old with unsettled APIs and storage formats, so manage your dev machine and experimental agents first, not your production-critical path.

Intern-S2: 397B multimodal base with pluggable memory

In September 2026 Shanghai AI Lab fully open-sourced Intern-S2, a 397B MoE multimodal foundation model: code at github.com/InternLM/Intern-S1, weights at HuggingFace internlm/Intern-S2-397B, also on ModelScope. Its core Memory Decoder introduces a pluggable external memory module that decouples knowledge storage from reasoning, so switching domains needs no base retraining; the Mobius architecture lifts end-to-end inference efficiency nearly 4x. Per the lab's own reporting, general ability ranks among the top open-source models, it leads on scientific long-horizon tasks such as Biology-Instructions, Mol-Instructions and MP20, and matches Gemini 3.1 Pro on IMO-Proof and AdvancedMathBench. This piece notes plainly that 397B is impractical to self-host, and most benchmarks are lab-reported with limited independent replication.

diagram-design: AI diagrams as deliverable static files

The GitHub repo cathrynlavery/diagram-design ranked second on the OpenGithubs weekly momentum chart dated 2026-09-14, gaining 7,208 stars that week; verified on 2026-09-15 it holds 39,807 stars, 2,528 forks, HTML as its main language, an MIT license, created 2026-04-16, last pushed 2026-09-10, with only 44 open issues. It is a diagram skill pack for Agent Skills compatible hosts including Claude Code, Codex, Factory Droid, Pi, GitHub Copilot, Kiro and OpenCode, and the official README claims 39 editorial diagram types, while the weekly chart blurb says 38, a discrepancy this piece resolves in favor of the README. Its output is self-contained HTML with inline SVG: no build step, no JavaScript, no external image dependency, openable offline by double-click, with each type shipping three static variants, minimal light, minimal dark and full-editorial. The design system is what defeats the AI look: a single accent color, one or two focal elements per diagram, 1px hairline borders, no shadows, a 10px border-radius ceiling, and every coordinate and gap divisible by four. It can redraw draw.io, Mermaid and Excalidraw sources into that system through four dials, format, size, detail and audience, emitting a fidelity ledger; it inherits components, relationships, grouping and direction but never source coordinates, palette or fonts. Its tagline is No Mermaid slop, yet it ships a Mermaid import path, a tension worth reading closely. The piece also covers brand onboarding that reads your homepage for palette and font stack, maps them to semantic tokens like paper, ink, muted and accent, checks WCAG AA contrast and emits a fidelity receipt; multi-client profile isolation; and the genuinely serious engineering: CI across three platforms, clipping detected by pixel diffing rather than geometry, plus gates for Sankey conservation, waterfall running totals, treemap area error and label collision, all built to catch diagrams that lie.

God's Eye View: a public-data globe you run locally

The GitHub repo bilawalsidhu/gods-eye-view topped the OpenGithubs weekly momentum chart for the week dated 2026-09-13 (that snapshot records 29,396 stars and +11,455 for the week); verified on 2026-09-14 it had reached 32,399 stars, 6,480 forks, JavaScript, 199 open issues, under the MIT license (read from the repo's LICENSE file - the GitHub API license field reports NOASSERTION, which is wrong here). Its pitch is a spy-satellite simulator in your browser where every source is public and the data is real: a photorealistic 3D globe overlaid with live aircraft, ships, satellites, earthquakes, traffic and public cameras, with hands-free voice control powered by a realtime AI agent; formerly named WorldView, it grew out of a YouTube series with 5M+ views, hit number one on GitHub Trending daily and weekly in August 2026, and landed at number 8 on Product Hunt that day. Two install paths: one click with Pinokio 8.2+, or a terminal run on Node 24.x/26.x with npm ci, npm run doctor and npm run dev (localhost:4173), keyless out of the box via Esri imagery plus keyless terrain with OSM as fallback. This piece maps the capability surface and the privacy and compliance boundary, and stresses what it is not: traffic is simulated along real roads, and CCTV poses and rocket trajectories are coarse estimates. It also contrasts its MIT license with the same-batch LingBot-World 2.0, which is CC BY-NC-SA 4.0 and non-commercial.

VoiceStudio: the local-first open-source voice studio

The GitHub repo debpalash/VoiceStudio gained +5104 stars in a single week (week of 2026-09-07) to about 24.6k total, topping that week's momentum charts as a local-first voice project (AGPL-3.0, Python, active on 2026-09-11). Its positioning fits one line: an open-source, fully local ElevenLabs alternative - voice cloning, voice design, video dubbing, dictation, transcription, audiobook creation, covering about 646 languages, with the local workflow needing no account, API key, subscription, or usage meter. The underrated design is that it is not one voice model but an engine-orchestration layer integrating 16 TTS and 11 ASR engines, hot-swappable; it runs across macOS/Windows/Linux/Docker and ships an OpenAI-compatible local speech API plus an MCP server. This piece maps the capability surface, the local-first privacy/cost divide, and the division of labor with the same-week cloud real-time GPT-Live-1 (VoiceStudio leans to batch dubbing/transcription, not real-time conversation), then names five real constraints: AGPL-3.0 commercial caveats, beta stability, the ongoing Electron rewrite, uneven engine quality, and not every engine being local or free.

DeepSelect: DeepSeek's High-Performance TopK Kernel for DSA

DeepSeek's official org open-sourced DeepSelect on 2026-09-10 (snapshot: 152 stars / CUDA / created and active the same day). It is a high-performance implementation of the TopK kernel used by DeepSeek Sparse Attention (DSA) plus a companion sampler; DSA powers the V3.2, V4 and V4.1 model families, and the README claims a 2~20x speedup over native torch.topk. Version 1.0.0 and bilingual deep-dive algorithm docs landed the same day. This piece explains why TopK becomes the attention bottleneck, how RadixSelect works with its single-pass scan, randomized blocks and threshold convergence, what the expected upper bound on total processed elements actually implies, and why effective memory bandwidth - not FLOPs - is the right metric here. It then focuses on what DeepSelect deliberately does not do: it covers only two workloads, Lightning Indexer (bfloat16, topk capped at 4096) and Sampling (float32, vocab around 128K), and the README advises turning sorted_index off and setting return_value=False when values are not needed. Cold take: 152 stars means very early days; the value is ecological rather than general-purpose.

LLaDA-Image: Ant Full-Open 6B Unified Image Generation Model

Ant Group's InclusionAI open-sourced LLaDA-Image, a 6B unified image generation and editing model (208 stars / Python / created 2026-08-31, snapshot 2026-09-09). One checkpoint does both text-to-image and instruction-guided editing; both backbone and DiT are diffusion models trained in a unified framework, with image-only pre-training establishing the visual prior; the Turbo variant uses Twin-DMD distillation to cut 50 steps down to 4. It scores 53.53 (English) and 53.38 (Chinese) on Qwen-Image-Bench, a double SOTA. HuggingFace and ModelScope host Base and Turbo weights, each with an FP8 variant, and community ComfyUI support landed on 2026-09-07. Biggest caveat: the repo's license field is null with no LICENSE file - confirm terms with InclusionAI before commercial use rather than assuming Apache-2.0 or MIT.

OpenMAIC: Multi-Agent Classroom That Topped GitHub Weekly

THU-MAIC/OpenMAIC topped the GitHub weekly chart with +8,095 stars in a week (33,053 stars / 5,369 forks / TypeScript / MIT as of 2026-09-08). It turns any topic or document into a multi-agent interactive classroom: AI teachers and classmates lecture, discuss, draw on a whiteboard, and speak via TTS, generating slides, quizzes, interactive simulations and PBL activities, exportable as .pptx or interactive HTML. v1.0.0 (2026-08-27) adds a chat-first agent workbench, durable sessions, and 20 built-in skills; the stack is Next.js 16 / React 19 / LangGraph 1.1. It relicensed from AGPL-3.0 to MIT at v0.3.0 and ships a standard SKILL.md package usable from OpenClaw, Codex, WorkBuddy and more.

DeepSeek Harness: A Plugin-Everything Agent Framework

DeepSeek open-sourced its agent orchestration framework DeepSeek Harness (CLI: dsh) on GitHub under MIT, written in TypeScript and built on the Cordis runtime with an "everything-is-a-plugin" architecture that modularly assembles AI pipelines. The repo was created 2026-08-13 and passed 200k stars within ~3 weeks; it is currently 0.1.3-alpha, a developer preview with breaking changes expected (read SAFETY.md first). Launch the Web UI with `npx @deepseek-ai/dsh web` at http://127.0.0.1:3080.