36 trending repos — 8 worth your actual time
Self-hostable Postgres branching, an AI programming language built for agents, and a Rust headless browser that replaces Chromium.
The Stack Report
GitHub Trending Roundup — Issue #31
36 repos crawled. Here are the ones worth opening a tab for.
🏆 Lead: The One to Actually Try This Week
xata
Cloud-native PostgreSQL on Kubernetes with copy-on-write branching and scale-to-zero. If you're spinning up dev/staging environments against shared databases, branching here is instant — no clones, no migrations on feature branches. Scale-to-zero alone kills the "we're paying for 12 idle Postgres instances" problem. Replaces managed cloud Postgres services (RDS, Neon, etc.) for teams who want to self-host without building the plumbing themselves.
Agent Tooling: Memory, Orchestration, Execution
weft
A programming language where LLMs, APIs, databases, and human approvals are first-class syntax — not libraries you bolt on. Compiles to Rust and runs on ReState for durable execution, meaning a workflow can pause mid-function (waiting for a human sign-off, say) and resume exactly where it left off. No webhooks, no state machines, no "what was the context again." Early, but the architecture is sound.
obscura
Headless browser engine in Rust — drops Chromium's UI, keeps V8 for real JS execution. Starts instantly, uses a fraction of the memory of headless Chrome, and ships with anti-fingerprinting baked in. If you're running web scraping or browser-based agent actions at any scale, this replaces Puppeteer/Playwright for the parts where you don't need a full browser stack.
CodeBurn
Terminal dashboard that parses your local AI coding session transcripts and categorizes token spend by model, task type, and agent. No LLM calls to run it — it reads local logs. If you're using Cursor, Claude Code, or Copilot heavily and your bill is a mystery, this is a fast way to find out where the tokens are going.
video-use
CLI tool powered by Claude Code that takes raw screen recordings + a text brief and outputs a polished MP4 with scene cuts, transcription, and animation overlays. Point it at your next demo recording and tell it what story to tell. Replaces an hour of manual editing for tutorial and product demo content.
Infrastructure You Can Drop In Today
openduck
Self-hostable implementation of MotherDuck's core architecture: differential storage and hybrid local/remote execution for DuckDB. If you're using DuckDB in production and don't want to pay MotherDuck's SaaS fees or hand over your data, this is the repo to watch. Still early — verify the feature parity before betting a pipeline on it.
firmflow
Multi-tenant vector + full-text search engine backed by S3/MinIO with a three-tier RAM → NVMe → object storage cache targeting microsecond latency. Self-hostable replacement for Turbopuffer or managed Algolia-style search at scale. If your search bill is climbing and you have an S3 bucket, this is worth a benchmark run.
TailVNC
Single binary that bundles a VNC server and a Tailscale node for Windows. It punches through NATs and firewalls over WireGuard without touching your router config. Replaces the "set up a VPN, configure firewall rules, pray" workflow for remote Windows access. Useful for clients with remote machines you need to support.
Worth Showing a Client (or Using Yourself)
Snapframe
Browser-based app store screenshot builder — drops your raw screenshot into a device frame, applies a theme, and exports the correctly-sized asset for each store. No login, no upload, runs locally. Replaces the Figma template shuffle most devs do before a launch. Supports JSON-driven AI workflows if you need to batch it.
GHFS
macOS app that mounts any GitHub repo as a read-only virtual filesystem in Finder. Browse and open files on-demand without cloning. Useful when you need to grep a large repo for one file, or open something in Xcode without pulling 2GB of history. Replaces git clone for the "I just want to look at this" use case.
OmniVoice-Studio
Full-stack platform for AI dubbing, voice cloning, and audio/video re-voicing — transcribe, translate, clone, and mix, all on local infrastructure with no API keys required. If you're producing content for multiple languages or need to re-voice client training videos, this replaces a manual dubbing workflow. Preserves background audio and adapts to the speaker's pacing.
Slowbooks-Pro-2026
Decompiled and rebuilt QuickBooks 2003 Pro — full double-entry accounting, no Intuit activation server required. Genuinely useful for any small business still running old QBs that stopped activating. Not a modern accounting platform, but if the goal is "keep the books working," this does it.
Also on the Radar
- LiteEdit — Native macOS code editor in Swift, 1MB binary, instant launch. For quick edits without spawning Electron. Think Sublime but actually native.
- termcn — shadcn/ui but for terminal UIs. React + Ink component registry with charts, data tables, and AI widgets. Zero config, theme-aware.
- Portpal — Visual dashboard for active network ports on your machine. One-click kill zombie processes. Replaces
lsof -i+killfor devs who prefer a UI. - MacSift — Transparent macOS disk cleaner that groups junk by owning app and moves to Trash (never permanent deletes). Replaces CleanMyMac for people who want to see exactly what's being removed.
- design-extract — Point it at any live URL, get back a Tailwind config, CSS variables, and Figma tokens reverse-engineered from the DOM. Useful for "match this existing site" client work.
- wterm — Web terminal that renders to the DOM instead of canvas. Native text selection, copy/paste, and screen reader support. Matters if you're embedding a terminal in a web app.
- curl-doom — DOOM rendered as ANSI half-blocks, streamed over HTTP. No practical use. Maximum vibes.
- palantir-for-family-trips — Palantir-style ops dashboard built to coordinate a family road trip. Intentionally overbuilt. Genuinely funny. Also a solid example of what a real-time logistics dashboard can look like.
Reply if any of these would actually help — we'll spin it up on a demo call and walk you through it. — Chad & the team
The Stack Report is biweekly. No fluff. Real tools small businesses actually use.