A strictly vetted directory of open-source artificial intelligence repositories, local LLM engines, multi-agent frameworks, and vector search tooling. Annotated with personal engineering takes from production builds.
Curated Open-Source AI Repositories
bytedance/deer-flow ↗
Open-source SuperAgent harness that researches, codes, and creates with sandboxes, memories, tools, skills, subagents and message gateway — handles minutes-to-hours tasks.
“I orchestrate autonomous swarms with Supervisor + Pydantic + HITL — deer-flow showed me how ByteDance layers sandboxes + memories + message gateway so one harness runs research→code→create for hours without token blowout. Its pattern informs my OPA+HITL gate before ₹15K Razorpay.”
openai/skills ↗
Official Skills Catalog for Codex — OpenAI-curated agentic skills for the Codex harness, 25.8k stars, 372 today. Trending Sep 6.
“I curate awesome-claude-skills alongside Codex — openai/skills is the canonical catalog that standardizes skill installation for Codex the way MCP does for tools. Its catalog format is what I now validate against before publishing any of my 41 skills.”
debpalash/VoiceStudio ↗
VoiceStudio — AI voice studio for TTS, voice cloning, and dubbing. Python, Sep 2026 #6 trending +7.8k stars (19.1k total).
“I run WhatsApp-first vernacular voice agents (Hindi/Gujarati) for Gujarat SMEs — VoiceStudio gave me a local-first TTS stack that runs 62 tok/s on Pi 5 without cloud latency. Its voice-cloning pipeline mirrors my HITL ledger: generate → OPA gate → human approve before irreversible Razorpay.”
blader/humanizer ↗
Humanizer — AI text humanizer that bypasses detection with style transfer. Python, Sep 2026 #9 +5.3k (43.6k total).
“I publish 30 journal posts/month via Curro where Google AI Overviews cites extractable Indian sources — humanizer taught me how detector evasion fails EEAT. I use its style-transfer eval to harden my own audit-blog.mjs anti-fluff check before publishing from Junagadh.”
bilawalsidhu/gods-eye-view ↗
Gods Eye View — geospatial God-view dashboard with satellite + vector search. JS, Sep 2026 #10 +4.6k (18.1k total).
“I build map-pack + AI citation stacks for Gujarat local SEO — gods-eye-view showed me how to fuse satellite tiles with pgvector HNSW 42ms for hyperlocal context. Its JS dashboard is the geo layer I bolt onto my Junagadh → Gujarat → India 4-tier ranking.”
h4ckf0r0day/obscura ↗
Obscura — Rust security obfuscation & deobfuscation toolkit. Sep 2026 #13 +3.7k (25.9k total).
“I audit MCP skills where 26% request broad permissions per SkillSpector — obscura gives my Junagadh ledger a Rust path to test obfuscation before OPA denies. Its deobfuscation flow is the pre-flight I run before any HITL-gated shell tool.”
cathrynlavery/diagram-design ↗
Diagram Design — HTML diagram gallery for architecture, workflow, and data-flow. Sep 2026 #15 +3.7k (31.8k total).
“I ship archify-style verifiable diagrams as self-contained HTML for Gujarat SME blueprints — diagram-design is the HTML gallery that replaced my Mermaid snapshots. Its HTML+SVG export is how I keep 90-day ledger diagrams auditable without image drift.”
google-research/timesfm ↗
TimesFM — Google Time Series Foundation Model for forecasting. Python, Sep 2026 #17 +3.3k (31.4k total).
“I forecast Gujarat SME demand (textile seasonality, UPI retry windows) — TimesFM lets me do zero-shot forecasting on Pi 5 without training, fitting my offline-first 78% on-device rule. Its foundation model beats ARIMA when my Junagadh data has gaps.”
omacom/omarchy ↗
Omarchy — opinionated Arch + Hyprland setup with AI agent hooks. Shell, Sep 2026 #19 +3.0k (38.4k total).
“I ship from Junagadh on a ₹6K VPS where dotfiles drift kills P95 — omarchy gave me a deterministic Hyprland + hooks setup I containerize for Pi 5. Its opinionated Arch is the dev env I snapshot before n8n + MCP deploys.”
chopratejas/headroom ↗
Headroom — compress tool outputs, logs, files and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Weekly #2 trending Sep 2026 (15.4k stars).
“I run Pydantic + OmniRoute pipelines where 22% thinking calls eat token budgets — headroom compresses tool output 60-95% before it hits the LLM, the same quota discipline I enforce from Junagadh on Pi 5 62 tok/s. Its compress-before-LLM rail is the pre-filter I bolt in front of my 90-day OTel ledger.”
DeusData/codebase-memory-mcp ↗
Codebase Memory MCP — high-performance code intelligence MCP server. Indexes codebases into persistent knowledge graph in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Weekly #3 trending (6.3k stars).
“I serve Next.js + Laravel from one FastMCP gateway where codebase context costs 42 min of agent exploration — codebase-memory-mcp replaces that with a traced knowledge graph in milliseconds. Its single static binary with zero deps is the deploy shape I ship on ₹6K VPS.”
santifer/career-ops ↗
Career Ops — open-source AI job search: scan portals, score listings A-F rubric, tailor CV, track applications. Runs locally in Claude Code, Codex, OpenCode. Daily trending 816 stars today (66.6k total).
“I built Curro to write in my own voice — career-ops applies the same local-first agent harness to job search, scoring listings with a structured rubric instead of cloud SaaS. Its runs-in-your-CLI design is the pattern I recommend to Junagadh devs who distrust cloud resume tools.”
volcengine/OpenViking ↗
OpenViking — self-evolving context database for AI agents. Unifies agent memory, knowledge RAG and skills in one store. Python, daily trending (31k stars).
“I split memory (MemPalace), RAG (pgvector HNSW 42ms) and skills (catalog) across three systems — OpenViking unifies all three into one self-evolving store. Its memory+RAG+skills convergence is the architecture I am migrating my Junagadh ledger toward for Gujarat SME agents.”
JustVugg/colibri ↗
Colibri — run frontier MoE models on hardware you already own. Pure C, zero deps, experts streamed from disk. TopGit daily #1 Sep 14 2026 (27.5k stars).
“I run 70B offline on laptop and Pi 5 at 62 tok/s where every dependency is a failure point — colibri streams MoE experts from disk in pure C with zero deps, the same no-dependency discipline I enforce on ₹6K VPS deploys. Its run-on-hardware-you-own shape is exactly how I keep 78% of Gujarat SME calls inside the VPC.”
alibaba/open-code-review ↗
Open Code Review — hybrid architecture code review: deterministic pipelines + LLM agent, precise line-level comments, multi-language ruleset. Battle-tested at Alibaba scale. TopGit trending Sep 14 2026 (23.6k stars).
“I run autonomous QA swarms that cut production bugs 87% where pure-LLM review hallucinates approvals — open-code-review pairs deterministic rules (NPE, XSS, SQLi) with an LLM agent for judgment calls, the same two-gate pattern in my CI/CD harness. Its line-level precision is what I demand before any agent touches a Surat client repo.”
asgeirtj/system_prompts_leaks ↗
System Prompts Leaks — extracted system prompts from Claude Fable 5.1/Opus 5, GPT-6-Astra, Codex, Gemini 3.8, Grok and more. Updated regularly. TopGit trending Sep 14 2026 (66.1k stars).
“I write system prompts for governed agents where one leaked instruction pattern teaches more than ten tutorials — this repo shows exactly how frontier labs structure tool-use, HITL, and refusal rails. I study these prompts from Junagadh to harden my own Pydantic + OPA harnesses against the same injection classes.”