33 trending repos: AI agents, offline AI & free local LLMs
Highlights: run Claude Code free on a Mac, cut LLM token costs 99%, and a self-learning agent skill library.
The Stack Report
33 trending repos this week. Here's the shortlist that actually matters for builders.
๐ค AI Agent Tooling Worth Installing
optio
Workflow orchestrator that takes an AI coding agent from issue creation all the way to merged PR โ provisioning, CI failure handling, and human review loops included. Think of it as the project manager sitting above your Claude Code session. Replaces the fragmented, babysit-every-step approach most teams are stuck with today.
OpenSpace
Every time an AI agent figures out a solution, OpenSpace extracts that skill and saves it to a local SQLite database. Next session, the agent can reuse it instead of burning tokens rediscovering the same answer. Replaces the "start from scratch every time" tax that kills agentic workflows.
lean-ctx
Hybrid context optimizer โ shell hook compression + MCP server for cached file reads โ that claims up to 99% reduction in LLM token consumption. If your agent workflows are running up API bills, this is the first thing to try. Replaces manual context trimming and expensive token-heavy sessions.
๐ฅ๏ธ Run AI Locally (For Free)
mac-code
Runs Claude Code's full autonomous terminal workflow on Apple Silicon Macs with no API costs, using flash streaming and KV cache compression to squeeze a 35B-parameter model into 16GB of unified RAM. If you've been paying for Claude API access just to run agentic coding sessions, this is worth a hard look.
turboquant_plus
Fork of Google's TurboQuant implementing 3-bit KV cache compression for local LLM inference on Apple Silicon โ 4.6x memory compression with no accuracy loss. More headroom for larger models on the same hardware. Replaces the painful choice between model size and memory limits.
project-nomad
A fully self-contained, offline survival computer: knowledge base, AI tools, maps, and education โ zero internet required. Overkill for most, but genuinely useful if you're building for remote deployments, disaster-resilience scenarios, or any context where connectivity is unreliable.
๐ ๏ธ Dev Productivity
fyn
Rust-written Python package and project manager that replaces pip, pip-tools, poetry, rye, pdm, virtualenv, and venv in a single binary. Speed is the pitch โ Rust gives it a meaningful edge over Python-native tooling. If you're tired of juggling five tools to manage Python deps, worth a test drive.
markit
Universal CLI that converts PDF, Word, PowerPoint, Excel, EPUB, images, audio, and URLs into clean markdown, with optional AI-powered transcription and descriptions. Replaces the patchwork of one-off conversion scripts and paid doc-processing APIs most teams cobble together for AI data pipelines.
expect
Claude Code skill that scans unstaged Git changes, auto-generates a test plan, and runs it against a live browser. Closes the loop between AI code generation and actual UI verification. Replaces manual frontend smoke testing before you open a PR.
design-dna
Feed it a screenshot, image, or URL and it outputs a Design DNA JSON file: design tokens, style attributes, visual effects โ all machine-readable. Useful for building design systems or making sure AI-generated UIs stay on-brand. Replaces the subjective "make it look like this" prompt.
โก Quick Hits
- feynman โ Terminal-based AI research agent for academic/ML work: multi-agent literature retrieval, peer review, and experiment replication. Serious tool for researchers, not just a chatbot wrapper.
- cc-skills-golang โ 35+ Claude Code skills specifically for production Go: language conventions, security, observability, testing. Replaces generic AI coding help with Go-aware guardrails.
- pgmicro โ In-process PostgreSQL re-implementation backed by a SQLite-compatible storage engine. Full Postgres syntax, single-file, embeddable. Replaces the SQLite-vs-Postgres tradeoff for lightweight local apps.
- koe โ Zero-GUI macOS voice input in Rust: hotkey to speak, AI cleans up the transcript, pastes into any app. Replaces bloated voice dictation tools with a minimal, fast alternative.
- codebase-to-course โ Claude Code skill that turns any codebase into an interactive HTML crash course with quizzes and animated visualizations. Useful when you inherit code you didn't write.
- Citadel โ Orchestration harness for Claude Code with a four-tier routing ladder (Skill โ Marshal โ Fleet โ Campaign). Built-in quality gates for scaling autonomous coding campaigns.
- MiroShark โ Docker + Neo4j swarm that spins up hundreds of AI agents with unique personalities to simulate public reaction to documents. Niche, but genuinely interesting for market research or policy testing.
- lil-agents โ Tiny pixel art AI companions (Bruce and Jazz) in your macOS dock, running a local Claude terminal with no data leaving your machine. Gimmicky name, solid privacy posture.
Three of these โ lean-ctx, mac-code, and turboquant_plus โ stack together into a cost-free local AI coding rig on Apple Silicon. If that's your setup, it's worth testing all three in the same session.
Reply and let me know which of these you're actually going to run. Always curious what lands vs. what sounds good on paper.
โ Chad @ Stack Consulting AI
P.S. โ This roundup was curated from the GitHub Trending Weekly #28: NOMAD, Expect, OpenSpace, hyperspaceai, feynman, gea, lil-agents, optio episode on the Github Awesome channel. Their full rundown is worth the watch: youtube.com/watch?v=TpWlE0HCZwM.
The Stack Report is biweekly. No fluff. Real tools small businesses actually use.