Home

Open Source

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

DSH Desktop Teardown: the #1 GitHub Weekly Project Is a Desktop Shell That Turns a 200k-Star Harness into a Double-Click Install

anywhere-labs/dsh-desktop (formerly deepseek-harness-desktop; 21,750 stars / 1,062 forks, MIT, TypeScript, API-checked 2026-08-29) is a native Windows/macOS desktop shell for the 200k-star DeepSeek Harness: it wraps the upstream local Web UI, Host service and plugin system into a desktop app with window, tray, terminal and updates out of the box, under the motto "everything is a plugin, and the desktop itself is a plugin". The week of August 23 it topped the GitHub weekly trending list with +12,488 stars. The README clearly states this is an independent community project with no affiliation with DeepSeek, pins specific upstream versions for stability, and ships a full doc set (user guide, privacy policy, plugin development, ecosystem charter), monetized via sponsors including Alibaba Cloud Wuying, UCloud and 88API. Twelve thousand stars in a week is a case study in ecosystem division of labor: upstream focuses on the harness, the community ships the product.

Open-AutoGLM: Zhipu Open-Sourced a Phone Agent That Actually Clicks - "Open Xiaohongshu and Search for Food" and It Does It

zai-org/Open-AutoGLM (26,104 stars / 4,019 forks, Apache-2.0, Python) is Zhipu's open-source phone GUI agent framework: ADB controls a real device while a VLM reads the screen, looping through screenshot, understand, plan, and tap with 10 fixed action primitives - no accessibility APIs, no widget trees. It pairs with the AutoGLM-Phone-9B model (third-party API, local vLLM with 24GB+ VRAM, or Claude Code + GLM Coding Plan), ships two safety gates (sensitive-action confirmation and human takeover), and officially covers 50+ Android and 60+ HarmonyOS apps. The README includes a whole chapter written for AI assistants to self-install. Caveat: last push was 2026-03-06, so stars reflect accumulated history, not current activity.

GPT-Image 2 Prompts Reverse-Engineered: 538 Cases and 21 Industrial Templates Open-Sourced (20.2k Stars)

#5 on GitHub's weekly trending (+5,329 stars): freestylefly/awesome-gpt-image-2 reverse-engineers scattered community GPT-Image 2 cases into structured prompt assets - 538 cases across 13 categories (UI 73, posters 88, photography 78, illustration 58, infographics 52, e-commerce 41), distilled into 21 industrial templates, each with fill-in-blank, JSON, and pitfall guides. The core thesis is Prompt as Code: compress prose prompts into atomic structures of subject/lighting/materials/layout/text-lock, built for agent and automation reuse. It also ships as an npm Agent Skill (gpt-image-2-style-library) installable into Claude Code and Codex with one command. API snapshot 2026-08-26: 20,193 stars / 2,033 forks, MIT, created 4 days after GPT-Image 2 launched, updated daily for four months.

OpenViking: A Context Database for Agents, Open-Sourced by ByteDance at 33,000 Stars

ByteDance's Volcano Engine open-sources OpenViking: a context database that unifies agent memories, resources, and skills into a viking:// virtual file system you browse with ls/tree/find instead of a black-box vector store. Core designs include L0/L1/L2 tiered loading (saves tokens), recursive directory retrieval, observable retrieval traces, and session-committed memory. 33,172 stars on GitHub (API snapshot 2026-08-25), #6 on the weekly trending chart with +3,540 stars. Official benchmarks: Claude Code long-conversation memory jumps 57.21% to 80.32%, input tokens down 34.3%-91.0%. AGPL-3.0 - mind the viral clause for commercial SaaS.

Hand Your Phone to an Agent: phone-harness Hits 2,000 Stars in Two Weeks, and Your iPhone Can Be Fully AI-Driven Without a Jailbreak

ShawnPana/phone-harness (1,977 stars / 183 forks, MIT, Python; GitHub API snapshot 2026-08-22, created Aug 7 - two weeks old): let your agent control your phone. No iPhone jailbreak - macOS Sequoia+'s iPhone Mirroring window is the whole transport: screencapture plus Vision OCR for "the poor man's DOM," CGEvents for HID-level taps and keystrokes. Android goes over adb (USB/Wi-Fi) with screencap, the exact uiautomator accessibility tree, and input commands. Installation is a single prompt pasted into Claude Code or Codex, with a --doctor self-check. Philosophy: no prebuilt tools - whatever's missing, the model writes mid-task in ordinary Python (agent_helpers.py). Includes the learned-the-hard-way pitfall list (AppleScript clicks silently fail, unicode input impossible, slow drags don't move iOS lists) and three safety gates (spare phone / payment approval / API first).

Give an LLM an Entire Mac: browser-use Ships a "Zero Rails" Harness, 480 Stars in Two Days

browser-use/macos-harness (480 stars / 33 forks, MIT, Python; GitHub API snapshot 2026-08-19, created Aug 17 - two days old): the browser-use org's thinnest possible harness that "gives an LLM complete freedom" over a Mac - no framework, no recipes, no rails. Six primitives (see / key / type / click / ax / script) cover the whole machine: CGWindow screenshots of background windows without raising them, CGEvent keystrokes straight to a target PID, raw AX and Apple Events as fallback, plus CDP driving a real logged-in Chrome - with browser, Path, and subprocess ready in the same persistent Python process. The philosophy: no Spotify tools, no Slack tools - the model writes whatever logic is missing in ordinary Python, mid-task. Installation is a single prompt you paste into Codex or Claude Code (uv + Python 3.12 + skill registration + doctor permission self-check). doctor reports the exact macOS permissions needed; anonymous telemetry records command categories only and can be disabled with one command. Ecological niche versus browser-use (clean browser) and ego-lite (shared logged-in browser). Read against this week's OpenAI rogue-agent news: no-rails and guardrails are two sides of one coin. Experimental, macOS only.

AI Agents Want Group Chats Too: cumora by the avante Author Puts Claude Code and Codex on the Same Roster (1.4k Stars in One Day)

yetone/cumora (1,460 stars / 158 forks, MIT, TypeScript; created Aug 17, API same-day snapshot): the avante.nvim author's team chat for AI agents - agents as first-class teammates with personas, memory, atomic work claims, real email, and shared Kanban/calendar. Two brain paths: Cumora Cloud (per-agent K8s pods on the OpenAI Responses API) or BYOA (npx cumora agent computer - your local Claude Code/Codex on your own subscription; the server never sees keys). Anti-collision trio (seen-cursor freshness gate / atomic claims / small-brain triage), an llm_calls cost ledger, and a CI big-model guard. Five minutes local: Postgres + Redis + OPENAI_API_KEY. Five cautions include day-one maturity and cloud token burn.

The Watermark Army Goes Open Source: Inside Google's SynthID-Text Reference Implementation

google-deepmind/synthid-text (1,024 stars / 96 forks, Apache-2.0, API snapshot Aug 17): the official reference implementation of SynthID text watermarking, tied to a Nature paper. The watermark is woven into the sampling distribution (keys config + HF Transformers mix-in on Gemma/GPT-2), with dual detectors (training-free Weighted Mean / trainable Bayesian) and a runnable Colab (2B needs T4 / 7B needs A100). Officially research-only; the production version lives in Hugging Face Transformers; accumulate_hash offers no cryptographic guarantees. Three angles (adversarial/compliance/engineering) plus five cautions. Counterpart to watermarks-remover Layer B.

ai-manju: A Local Production Pipeline for AI Short Dramas - ComfyUI + MiniMax-H3 from Chinese Draft to Video with Audio

catiseyeqaq/ai-manju-shengcheng-xitong: a local production pipeline for realistic AI films/short dramas. ComfyUI 0.31.0 orchestration + MiniMax-H3 joint audio-video generation (BF16 weights ~129GB, 8x PPU-ZW810E) + Qwen3.6-35B-A3B Chinese prompt polishing. 33 template workflows, T2V/I2V/R2V, majicFlus + PuLID cross-shot face lock + H3 first/last-frame continuity + 48k audio alignment. Full-chain analysis, hardware bar, 5 FAQs. Early personal project (4 stars); verify via Releases.

GLM-5.3 Deep Dive: Zhipu's #1 Open-Source Coder That Also Finds Bugs - "Open Shield" Launched

Zhipu GLM-5.3 (2026-08-14): base unchanged, post-training scaling lifts the intelligence ceiling, making it the strongest open-source coding model (#1 open-source on Terminal Bench 3.0 etc.), with emergent cybersecurity capability (code review/vuln discovery) - 2436 vulnerabilities found with security teams, "Open Shield" program launched. Deep analysis + 5 pitfalls. Repo/stars per official; not a benchmark.