This is GitHub Trending Weekly #14, and today we’ve got 25 open-source projects that are exploding on GitHub right now.
00:00 - Introduction
00:10 - NetVisor https://github.com/mayanayza/netvisor
00:37 - HN Time Capsule https://github.com/karpathy/hn-time-capsule
01:08 - sv-excel-agent https://github.com/SylvianAI/sv-excel-agent
01:35 - Device Activity Tracker https://github.com/gommzystudio/device-activity-tracker
02:06 - Open Scouts https://github.com/firecrawl/open-scouts
02:35 - Real-Time Translator https://github.com/Vanyoo/realtime-subtitle
03:05 - MiddleQuit https://github.com/LoopyDev/MiddleQuit
03:27 - stoolap https://github.com/stoolap/stoolap
03:49 - Cold Email Generator https://github.com/deep-div/Cold-Email-Automation
04:15 - Puzld https://github.com/MedChaouch/Puzld.ai
04:42 - Dockerlings https://github.com/furkan/dockerlings
05:09 - Claude Island https://github.com/farouqaldori/claude-island
05:32 - Dawn https://github.com/andrewmd5/dawn
05:55 - lockenv https://github.com/illarion/lockenv
06:21 - Coolpack https://github.com/coollabsio/coolpack
06:46 - CSV AI Analyzer https://github.com/maxgfr/csv-ai-analyzer
07:13 - SilentKeys https://github.com/gptguy/silentkeys
07:34 - Stirrup https://github.com/ArtificialAnalysis/Stirrup
07:56 - Severance https://github.com/blas0/Severance
08:20 - Soulbeet https://github.com/terry90/soulbeet
08:44 - HevyAnalytics https://github.com/aree6/HevyAnalytics
09:08- xSysInfo https://github.com/reinauer/xsysinfo
09:33- Svelte Bash https://github.com/YusufCeng1z/svelte-bash
09:58- ComfyEz https://github.com/amirrezasalimi/comfyEz
10:25- Family Callbook https://github.com/ZonD80/familycall
No.1
NetVisor — the tool that makes network discovery and documentation effortless. It automatically scans your network, identifies hosts and services, and generates interactive visual diagrams so you can see exactly how everything connects. With 200 service definitions, Docker integration, and role-based multi-user management, NetVisor handles everything from small setups to complex enterprise networks.
No.2
HN Time Capsule automatically fetches the Hacker News front page from the same day a decade back. It grabs the original articles, every comment, and then prompts an LLM to evaluate those discussions with hindsight. It even grades commenters on how accurate or prescient their predictions were — who called it right, who got it hilariously wrong, and which discussions aged like fine wine… or spoiled milk. Finally, it generates a full HTML report summarizing everything.
No.3
sv-excel-agent — the easiest way to turn Excel into a fully automated, LLM-powered powerhouse. This project gives AI real, tool-level access to your spreadsheets using MCP — with over 30 built-in tools for reading, editing, formatting, analyzing, and automating Excel files directly. You can deploy these AI agents across massive workloads. It’s Excel automation, but open source, inspectable, and built for serious work.
No.4
Your WhatsApp activity is leaking more than you think. This tool — Device Activity Tracker — shows how delivery receipts + RTT timing can reveal exactly when someone’s phone is active, idle, or offline… without ever touching their device. Based on the Careless Whisper research paper, it measures Round-Trip Times of message delivery receipts to detect: When a device is being used in real time— When it’s in standby — Possible location or network changes— And long-term activity patterns.
No.5
Open Scouts — your always-on AI agents that search the web so you don’t have to. Think of them as little digital scouts you create, customize, and send out into the internet wilderness. Looking for new restaurants? Tracking AI breakthroughs? Monitoring niche updates or fast-moving news? Your scouts run on a schedule, 24/7, automatically searching, checking, comparing — and notifying you the moment they find something you care about.
No.6
Real-Time Translator, a fast Apple Silicon-optimized subtitle generator and translator powered by Whisper. This thing delivers instant speech-to-text, streaming word-by-word as you speak. No delays, no waiting — just real-time transcription thanks to faster-whisper or mlx-whisper. Even better, the translation happens asynchronously, meaning the UI stays buttery smooth while your text is being converted into Chinese or any other target language in the background.
No.7
MiddleQuit — a tiny MacOS utility that adds a superpower to your Dock. Just middle-click any Dock icon to quit the app. That’s it. Fast. Clean. Zero friction. You can choose between a regular quit, a force quit, or both. It even lets you assign modifier keys, auto-launch on login, and hide the menu bar icon if you want that ultra-minimal setup.
No.8
Stoolap, a Modern embedded SQL database written in Rust. Stoolap gives you full ACID transactions, powered by MVCC, with super high throughput thanks to optimistic concurrency. row-based storage, bitmap indexes, and even parallel query execution. Plus a legit cost-based optimizer inspired by PostgreSQL — adaptive execution, smart join ordering.
No.9
Cold Email Generator — a smart outreach tool that takes cold emailing to a whole new level. Just paste in a company’s careers page, and it automatically extracts job listings, breaks down the job descriptions, and generates personalized outreach emails tailored to each role. It even pulls relevant portfolio links from a vector database, making every email laser-targeted and genuinely useful.
No.10
PuzldAI — a terminal-native framework for orchestrating multiple AI agents like a pro. Think of it as your command center for LLMs: it automatically routes each task to the best model, lets you compare agent responses, chain them into pipelines, or even have them collaborate, debate, and reach consensus. But the real magic is Agentic Mode, where LLMs can propose file edits that you review before applying.
No.11
Dockerlings — a fully interactive, terminal-based Docker course where you learn by actually doing. You get a beautiful TUI, instant verification so you know immediately if you're right, and a progressive curriculum of 15+ bite-sized exercises. You’ll start with the basics — running containers, checking logs, jumping inside with exec. No friction, no setup pain — just clone, run, and start leveling up your container skills.
No.12
Claude Island — a sleek macOS menu bar app that brings Dynamic Island-style notifications to your Claude Code CLI sessions. Keep track of multiple sessions without ever leaving your workflow. The animated notch overlay lets you monitor live sessions, approve or deny tool executions, and even scroll through full chat history with markdown rendering.
No.13
Dawn — short for Draft Anything, Write Now — a distraction-free, terminal-based writing environment. It gives you live Markdown rendering as you type: headers scale up, math turns into Unicode art, code is highlighted, and images appear inline — all without Electron, a browser, or internet. it perfect for low-latency, focused writing directly in your terminal.
No.14
lockenv — a CLI-friendly secret storage tool that keeps your sensitive files safe while staying super simple. It’s perfect for small teams who want something easier than sops or git-crypt for managing .env and infrastructure secrets. lockenv encrypts your files into a single .lockenv vault using a password-derived key, so you can safely commit them to your repo and extract them whenever you need.
No.15
Coolpack — a general-purpose build pack that makes containerizing your apps effortless. It auto-detects your language, and package manager, then generates optimized Dockerfiles with multi-stage builds, security best practices, and non-root containers by default. Coolpack also supports BuildKit caching for faster rebuilds, and even serves static sites out-of-the-box with Caddy or Nginx.
No.16
CSV AI Analyzer — a self-hosted, browser-based AI tool to analyze your CSV files like a pro. Upload your CSVs via drag-and-drop, and it automatically detects delimiters, and renders interactive tables with smooth navigation — even for large datasets. AI-powered analysis with multiple providers like OpenAI and more. Get intelligent insights, and customizable visualizations — all while keeping your data private.
No.17
SilentKeys — a fully offline desktop dictation app built for macOS. all audio capture and transcription happen locally on your machine with zero cloud, and minimal latency. SilentKeys uses Parakeet models on ONNX Runtime, optimized for Apple Silicon, streaming your speech directly into any application as you type.
No.18
Stirrup — a lightweight foundation for building AI agents. Stirrup works with the model, not against it, letting your AI choose the best approach to complete tasks. It comes with built-in best practices from leading agents like Claude Code and Codex, and is fully customizable — use it as a package or as a starting template for your own agents.
No.19
CAM, or Continuous Architectural Memory — a semantic memory system designed for Claude Code. CAM gives Claude persistent, cross-session memory by embedding code changes, documentation, and conversations, building knowledge graphs, and enabling semantic search by intent, not just keywords. Automatic hooks integrate seamlessly with Claude Code, keeping memory updates hands-free.
No.20
Soulbeet — a self-hosted music downloader and manager that bridges Soulseek and your beets-managed library. Search albums and tracks using MusicBrainz metadata, find sources on Soulseek, and with just one click, download and import them straight into your organized library. Soulbeet also automatically tags, keeping your music collection streaming-ready.
No.21
HevyAnalytics — a workout data visualizer that turns your Hevy app CSV exports into actionable insights. Track volume trends, personal records, and performance over time with an interactive dashboard. Dive into exercise history, get set-by-set feedback, and visualize your gains like never before. Everything is stored locally in your browser, keeping your data private.
No.22
xSysInfo — the extended system information utility for classic Amiga systems. It gives you detailed insights into your hardware, from CPU and memory to drives, expansion boards, and cache, along with a full overview of your software environment. xSysInfo also includes benchmarking tools, a user-friendly GUI, multi-language support, and even lets you print or save system reports for documentation.
No.23
Svelte Bash — the fully typed terminal component for Svelte 5. It gives your apps a realistic shell experience with a virtual file system, command history, and even autoplay sequences for tutorials or demos. Whether you’re building a developer portfolio, documentation site, or web-based CLI, Svelte Bash is fast and fully themeable with presets like Dracula and Matrix.
No.24
ComfyEz — a feature-rich web interface for your local ComfyUI instance. It turns ComfyUI’s complex node-based graph into a slick, commercial-style Playground UI, while keeping full flexibility through Workflows and Node Mapping. You can control parameters, and manage presets — all without touching code. ComfyEz also integrates LLM capabilities for prompt engineering: rewrite prompts, or even generate prompts from images.
No.25
Family Callbook — a self-hosted family communication app with secure video and audio calling. Built on WebRTC, it ensures high-quality calls even behind NATs, thanks to a built-in TURN/STUN server, and supports progressive web app installation for mobile and desktop. Everything is end-to-end encrypted, low-bandwidth optimized, and fully self-hosted — giving you complete control over your data.
