GitHub trends for September 26, 2026
What was taking off on GitHub on September 26, 2026: peak magnitude of the day, summary and where it was spotted.
-
8.7
paperclipai/paperclip
Open-source Node.js and React platform for orchestrating a team of AI agents: goals, org chart, budgets, tickets and audit. Suits teams running autonomous agents (Claude Code, Codex, Cursor, etc.) and wanting to manage…
-
8.2
vectorize-io/hindsight
Hindsight is a long-term memory system for AI agents that stores facts and observations rather than just conversation history, reporting state-of-the-art results on the LongMemEval benchmark. It runs as a server…
-
8.1
devdotfast/whiteboard
An open-source desktop IDE for software design where humans and coding agents share a canvas: the agent draws diagrams you can jump from straight into code.
-
7.6
git-bug/git-bug
A distributed, offline-first bug tracker embedded in git: issues live inside the repository, work offline and sync through normal git remotes. It ships a CLI, terminal and web UI, plus bridges to GitHub, GitLab, Jira…
-
7.5
tobi/disktree
A treemap utility for Omarchy built with Rust + GPUI: scans a disk, draws directories as tiles sized by real disk usage, and lets you mark clutter for deletion or trashing.
-
7.3
driceroland/Search
A small, fast WebKit browser for macOS by design studio Office Commun: no toolbar, start page or accounts, with built-in ad blocking, reading mode and passwords kept in the keychain.
-
7.1
google/ax
A declarative orchestrator for running autonomous AI agent workloads in a cluster, using a Kubernetes-like model with Task, Workspace, Gateway, and Model manifests. It sandboxes agents, pre-wires their environment, and…
-
6.9
ollaya-dev/ollaya
A local runtime for decision models: pulls and serves classification and routing models behind a TypeSafe-compatible API. Like Ollama, but for models that return probabilities instead of text.
-
6.8
asokurasu/text-humanizer
An open-source Python tool that rewrites AI-generated text through a pipeline of LLM and translation steps to make it more natural and bypass AI detectors. Supports 8 languages and requires DeepSeek and optionally…
-
6.7
yukitorido/short-video-generator-AI
Open-source Python pipeline that turns long YouTube videos into vertical short clips: faster-whisper transcription, LLM highlight detection and auto-cropping to 9:16.
-
6.6
derv82/wifit3
Cross-platform USB Wi-Fi auditor in Python: scans networks, captures WPA handshakes and PMKIDs, attacks WPS and WEP via its own userland drivers without aircrack-ng.
-
6.6
dream-num/univer
Open-source TypeScript SDK for embedding spreadsheet, document, and presentation editors into your own product, with a plugin architecture, Canvas rendering, a formula engine, and one Facade API for browser and…
-
6.4
NVIDIA/Model-Optimizer
NVIDIA library for compressing and accelerating models: quantization, pruning, distillation, NAS and speculative decoding with export to TensorRT-LLM, vLLM, SGLang. For ML engineers preparing models for deployment.
-
6.2
amitshekhariitbhu/ai-system-design
A study guide to designing AI systems built on LLMs, RAG, and agents: from inference and GPUs to MCP, multi-agent systems, and interview preparation.
-
6.2
androoAGI/starnet
A local-first desktop app where AI agents do real work with real models and tools, and a pixel-art station projects live runtime state. Lets you create teams of agents with distinct permissions and run them concurrently.
-
6.2
jamespolyakov9829/captcha-api
Dependency-free Python client and CLI for the Clearance captcha-solving API: one interface for Cloudflare Challenge and Turnstile with cost tracking and concurrent batch solves.
-
6.1
Contrastive-LM/CLM
CLM is a class of System One language models trained contrastively to connect states and actions; the repo serves CLM-8B behind a TypeSafe-compatible API for fast agent decision-making.
-
6.1
sopersone/cabbage-trading-machine
Python spot trading bot built on the Investing Algorithm Framework: RSI/EMA signals, backtest, paper and live trading via CCXT.
-
5.9
ashleydarosa/CC-Checker-Validator-Generator
Python CLI toolkit for payment QA: generates synthetic Luhn-valid card numbers by brand, BIN, or pattern and validates them, including BIN/IIN lookup, expiry and CVV checks. Works offline, supports bulk validation and…
-
5.9
ilkerzg/storycast
A web app that turns a topic into a narrated animated short film: script, keyframes, animation, voice-over, score and subtitles, all generated via fal APIs in the browser.
-
5.8
Avinash-jetwani/jevmem
Automatic project memory for Claude Code, Cursor and Codex: it saves decisions, constraints, bugs and todos from chats into JEVMEM.md and injects relevant lines into the next session's context.
-
5.8
juspay/hyperswitch
Open-source composable payments infrastructure in Rust: routing transactions across 120+ providers, retries, a PCI-compliant vault, reconciliation and cost observability. For teams that want to own their payments stack…
-
5.8
openbao/openbao
OpenBao is an open-source secrets management system for storing, encrypting, and distributing credentials, keys, and certificates, with dynamic secrets and auditing. A community-governed fork of Vault.
-
5.8
win4r/MuseAI-Skills
Unofficial archive of skill docs (SKILL.md) and a runtime snapshot of the muse.ai personal AI agent: 68 skills, connector manifests and permission lists. Meant for studying how triggers, task routing and deliverable…
-
5.7
JohnHeibel/PDoomVideo
Source code for a music video generated entirely by Claude Opus, with scenes, lyrics and transitions built in p5.js and rendered to MP4 via headless Chrome and ffmpeg.
-
5.6
Goncafer47/Stablecoin-Payment-Gateway
Self-hosted non-custodial stablecoin payment gateway with x402 and invoice checkout: accepts USDC, USDT, PYUSD and DAI across 8 networks, settling funds directly to your wallet.
-
5.6
kelseyhightower/kubernetes-the-hard-way
A step-by-step tutorial for manually bootstrapping Kubernetes without scripts or automation, to understand the cluster and its components. Aimed at engineers who want to learn Kubernetes fundamentals from the inside.
-
5.5
dominique1993/Crypto-Whale-Tracker
Real-time Ethereum whale tracker: streams pending transactions over WebSocket, decodes ETH/ERC-20, labels exchange wallets and sends Telegram alerts when transfers exceed a configurable USD threshold. Data is stored in…
-
5.5
hydra-db/hydradb
HydraDB is a distributed graph database written in Rust that stores the graph durably on S3-compatible object storage, with separate data nodes and indexers. It supports OpenCypher queries, GraphBLAS traversal, Neo4j…
-
5.5
Inkloom-art/inkloom
Specialised AI models for logo design: brand analysis turns a business into constraints, typography and symbol models construct the mark, and a composition engine produces lockups and clear-space rules. Generation is…
-
5.5
nokia-applied-research/AnyJev
Turns any LLM into a decision model with typed questions (choice, yes/no, score) that return real probabilities read from the next-token distribution, without training. L0 removes position and label-prior bias; L1 adds…
-
5.5
rohitg00/ai-engineering-from-scratch
Open-source AI engineering curriculum: 523 lessons across 20 phases (~342 hours) in Python, TypeScript, Rust and Julia, where every lesson ships a reusable artifact such as a prompt, skill, agent or MCP server.
-
5.4
codejunkie99/keel
A local-first macOS coding workspace built in Rust/GPUI: sessions, composer, terminal, coding-agent connections via ACP, and task-route selection by a local Laya selector or optional hosted Jev.
-
5.4
diggerhq/shipvideo
A web service that turns a URL or a text prompt into a 20–40 second launch video: an LLM writes an HTML animation and a serverless agent renders it to MP4 via headless Chromium and ffmpeg.
-
5.4
kaolti/phantomat
A Hyprland plugin that replaces workspaces with an infinite 2D canvas: windows float freely on one plane, and zooming plus title search let you move between them quickly.
-
5.3
amirmushichge/unreal-home-wizard
A guided Codex workflow that turns photographs of a room or house into a reviewable, walkable Unreal Engine project. Aimed at complete beginners and does not promise a measured digital twin from photos alone.
-
5.3
dgreenheck/tidewater
A browser fishing game set on a tropical island: cast from the pier, beach or boat, fight the fish, sell your catch and buy better gear. Runs on WebGPU with its own small rendering engine, no framework.
-
5.3
egma-ai/jev-code-reviewer
A local CLI and Chrome extension for reviewing PRs made by coding agents: changes are classified as P0/P1/P2 and diffs are explained in natural language via OpenAI.
-
5.3
nestrilabs/virtio-nvgpu
An experimental virtio device giving KVM guests near-native NVIDIA GPU access by forwarding driver ioctls, bypassing API-level translation. Aimed at headless streaming: a compositor in the VM renders and encodes frames…
-
5.2
angusdevgo/Seep-Reverse-Lab
Agent-native reverse engineering workbench for binaries and CWE-602 client-side authorization auditing: unifies Radare2, JADX, Apktool, Frida and IDA via 23 MCP tools with automatic task routing.
-
5.2
eternity4719/HowToLiveBetter
An evidence-based life guide: 498 recommendations on longevity, first aid, personal finance, law, employment, family and emigration. Each lists costs, benefits, evidence level and primary sources.
-
5.2
SpecterLouse/CapCut-Pro-macOS-Windows
This repository distributes a "cracked" CapCut Pro: install commands download and execute scripts from external sites, promising unlocked premium features and watermark-free export. It is a typical malware-distribution…
-
5.1
bridge-mind/bridgeclip
Open-source desktop app that turns long videos into short captioned clips: it finds the best moments, crops to 9:16 or 16:9, and burns in word-by-word captions. Runs locally, calling OpenRouter with your own keys.
-
5.1
jankeesvw/omarchy-meeting-recorder
Records meetings on Omarchy: mic and system audio as separate tracks, transcribed locally with whisper.cpp, with speaker labels, chapters and a player.
-
5.1
NandhaKishorM/laya
Laya is a non-autoregressive decision engine that answers typed questions (choice, score, noul) over any state (text, email, ticket, JSON) in a single forward pass (~35 ms on GPU) with calibrated probabilities.
-
5.1
strands-agents/harness-sdk
Open-source Python and TypeScript SDK for building and running AI agents: agent loop, tools, MCP, memory, multi-agent patterns and tracing in one package. Runs in your process with no hosted control plane and supports…
-
5.1
zouyuxuan122/dsh-our-free-model
A dsh plugin that adds free access to Muse Spark 1.3, MiMo V2.6 and other models without sign-up or API key, plus a local OpenAI-compatible proxy and usage dashboard.
-
5.0
leejet/stable-diffusion.cpp
Diffusion model inference (Stable Diffusion, FLUX, Wan, Qwen Image, etc.) implemented in pure C/C++ on top of ggml — like llama.cpp but for image and video generation. Runs without external dependencies on CPU, CUDA,…
-
5.0
leter/zh-tech-writing
An Agent Skill for writing Chinese technical documentation based on Ruan Yifeng's style guide: short sentences, plain tone, no AI-speak. Works with Claude Code and other tools supporting Agent Skills.
-
5.0
LuwuDynamics/xgoduck_hardware
Hardware for the XGO Duck bipedal duck robot on Arduino Uno Q: printable body parts, expansion board, bill of materials, and assembly guide.
-
4.9
anthropics/financial-services
Reference agents, skills, and MCP connectors for financial-services workflows: investment banking, equity research, private equity, and wealth management. Installs as a Claude Cowork plugin or deploys via the Claude…
-
4.9
christianrowlands/wavedigger
Web app that looks up the approximate location of Wi-Fi access points by BSSID and LTE/5G NR cell towers by network parameters via Apple's public WLOC API, with map visualization.
-
4.9
jev-chat/jev-chat-jarvis
Android app that reads the on-screen chat via AccessibilityService, judges the other side's intent with the Jev model, and shows 3 ranked reply drafts in a translucent overlay. Replies are filled into the input box but…
-
4.8
alexgreensh/anidoodle
A tool for generating deterministic hand-drawn art and animation as code: nine styles, export to PNG, GIF, MP4, WebM and HTML. Works as an agent skill for Claude Code.
-
4.7
Aureliengmz/clearwater
Real-time photoreal water demo in a single HTML file using WebGL2, no libraries or build step: FFT waves, caustics, refraction and glare.
-
4.7
Badtheorylabs/interference-search
A search method that reasons over explicit states instead of a language model's linear transcript: many branches expand at once, duplicates merge, dead ends are dropped by a trained judge, and survivors advance…
-
4.7
latent-spaces/brag
An agent skill (Claude Code, Codex, opencode, etc.) that turns a project you just built into a short launch video with music, motion, and share copy — in one command. Rendering is powered by Hyperframes.
-
4.7
mvschwarz/openrig
OpenRig is a harness orchestrator for AI coding agents: a team of agents (Claude Code and Codex) is defined in YAML and booted with one command, turning scattered terminal sessions into a managed team with a lead agent.
-
4.6
CopilotKit/openmuse
A personal AI agent with a browser, terminal, and files that carries out tasks on request and shows its work. Built with CopilotKit and AG-UI for iOS, Android, and web.
-
4.6
lavenderrescuerblaze/ssd-tweaker-suite
A set of scripts to tune NVMe/SATA SSDs on macOS and Windows: enables TRIM, reduces extra writes (sleep dumps, swap), adjusts cache settings and surfaces S.M.A.R.T./TBW data. Relies on built-in OS tools (trimforce,…
-
4.6
XiaoPuOuO/openchatx-mcp
A local agent runtime that connects ChatGPT to your computer through a single MCP tunnel, exposing files, commands, local MCP servers, and custom tools.
-
4.5
cdyforever/how-to-live-better
A single-file HTML reading page for the open book "High Cost-Performance Life Guide" — 528 tips across 32 sections, searchable, offline-capable, zero dependencies.
-
4.4
deepseek-ai/deepseek-harness
Open-source agent harness by DeepSeek AI written in TypeScript, built on an everything-is-a-plugin architecture powered by Cordis. It runs as a web UI via npx and serves as a base for composing AI agents from plugins.
-
4.4
Helixdechimney62/DiscordFix-Discord
A Windows build of zapret with batch scripts to bypass DPI blocking of Discord, YouTube and Telegram by intercepting and filtering traffic via WinDivert.
-
4.4
JohnHeibel/ClaudeAnimationBase
A starter kit for animating the hand-painted character Clawd in p5.js and p5.brush with Claude: code, 31 emotions, model sheets and the ANIMATION_GUIDE.md for the model.
-
4.4
Liuziyu77/Valen
A multimodal decision model built on a Qwen3.5-0.8B/2B backbone: it takes text, images and video with an instruction and returns probabilities over supplied candidates without generating answer tokens. The repo…
-
4.4
mikehasa/golive-skill
Agent Skill and Node CLI that takes an agent-built app live: hosting, database, domain, email and payments on your own accounts. Runs a detect → plan → approve → apply → verify cycle with no hosted backend or telemetry.
-
4.4
mizorewww/laya-mlx
Native MLX runtime for Laya typed decision models: returns probabilities for choices, scores or truth values without text generation, running locally on Apple Silicon.
-
4.4
Seizetenhold47/DiscordFix-Network
A Windows bundle based on zapret and WinDivert that bypasses DPI blocking of Discord, YouTube and Telegram via traffic filtering and fakes. Lets you pick a working bypass strategy and install it as a service.
-
4.4
Shadowglidevastate/DiscordFix-YouTube
A Windows build of the zapret utility with batch scripts that bypass DPI blocking of Discord and YouTube via WinDivert and packet spoofing. Includes strategy tests, service install, and hosts updates.
-
4.4
sno-ai/sno-station
Sno Station is a workstation for AI agents that turns Claude Code and Codex into one squad on your machine with shared encrypted memory, agent-to-agent messaging, and a nightly self-improvement loop.
-
4.4
stablyai/orca
Orca is an ADE for running a fleet of parallel coding agents (Claude Code, Codex, OpenCode, etc.) in isolated git worktrees with a unified interface, mobile companion, and remote runtime.
-
4.4
TeamGDB/Yakumo
A native port of Monster Hunter Portable 3rd HD Ver. via static recompilation of PSP code into C++, rendering with Vulkan and SDL3; not an emulator, requires your own game copy.
-
4.4
unreallabsai/unreal-agent
Async-first agent harness in Go: sessions with persisted forkable history, input deduplication, an LLM-turn coordinator, and asynchronous operation execution via swappable components.
-
4.4
wangmingxuan666/Tiersense
TierSense hub repository with documentation and integration examples for three agent modules: task difficulty scoring, selecting history steps to compress, and deciding whether to compress or recall memory.
-
4.3
frrazer/roblox-game-boilerplate
A Roblox game boilerplate designed for AI agents: Rojo, Wally, typed Packet networking, ProfileStore data, strict Luau and an AGENTS.md. It lets an agent scaffold a game structure and follow project rules when writing…
-
4.3
fzakaria/omnibin
A filesystem exposing every binary and package version nixpkgs ever shipped on your PATH, fetching bytes from cache.nixos.org only on first read. Aimed at agent sandboxes and containers that shouldn't have to guess…
-
4.3
togethercomputer/tev1
Open dataset and fine-tuning recipe for Qwen3.5-4B that picks one of 2–24 options given context and a question. The repo ships data, build scripts, Together AI training and evaluation tooling.
-
4.3
yetone/magpie
A menu-bar utility for macOS/Linux/Windows that lets you pick the model for each AI agent (Codex, Claude Code, Gemini CLI, etc.) and runs a local gateway translating OpenAI and Anthropic APIs between agents and…
-
4.2
browser-use/video-use
A skill that lets coding agents (Claude Code, Codex) edit raw video footage via chat: it transcribes takes with ElevenLabs, builds an edit decision list, and renders final.mp4 with cuts, color grades, subtitles and…
-
4.2
elmasas/lcs-recomp
PC port of GTA: Liberty City Stories built on PSPRecomp, letting the PSP game run natively on PC. Game files are not included.
-
4.2
majidmanzarpour/blender-game-skills
A set of Agent Skills for Claude Code that turns reference images into game-ready 3D assets in Blender: from brief to rig and GLB or FBX export, validated by renders and measurements.
-
4.2
nobodywho-ooo/nobodywho
A Rust inference engine for running LLMs locally with bindings for Python, Kotlin, Swift, Flutter, React Native and Godot, plus speech-to-text and text-to-speech. It runs GGUF chat models offline on desktop and mobile…
-
4.2
pacifio/atlas
Atlas is source control for coding agents: it links every commit back to the agent session with its prompts, tool calls and reasoning, and lets you run multiple agents side by side with shared memory.
-
4.1
852wa/JIZURA
A browser app that automatically assembles lyric videos (文字PV) from song lyrics using 707 built-in parts and 24 styles, exporting to MP4. An After Effects panel is also included.
-
4.1
bilawalsidhu/gods-eye-view
A browser-based spy-satellite simulator on a photorealistic 3D globe that unifies public feeds: aircraft, ships, satellites, earthquakes, cameras, and traffic. Runs locally, with each layer as a separate module.
-
4.1
FxEmbed/FxEmbed
A service that fixes X/Twitter and Bluesky link embeds in Discord, Telegram and other messengers, adding support for videos, polls, translations and multiple images.
-
4.1
harry0703/MoneyPrinterTurbo
A Python tool that auto-generates HD short videos from a topic or keyword, writing the script and assembling footage, voiceover, subtitles and music. It ships with AI Agent, WebUI, API, CLI and one-click publishing to…
-
4.1
Kaixxrua/excel-codex-bridge
A local bridge that lets Codex CLI and Codex Desktop run through an existing ChatGPT login on your machine (from Codex or the Excel add-in cache), without implementing its own OAuth.
-
4.0
aayushch/laya
A local-first AI notification command center that aggregates events from Slack, Gmail, GitHub, Jira, Notion, Outlook and calendars, classifies them via local or cloud LLMs, and stages ready-to-approve action cards.
-
4.0
affaan-m/ECC
A performance optimization system for coding agents: a set of agents, skills, memory, and rules that adds a plan-test-review-remember workflow to Claude Code, Codex, Cursor, and other harnesses.
-
4.0
anthropics/claude-plugins-official
Official Anthropic-managed directory of Claude Code plugins: internal plugins plus third-party ones from partners, installable via the built-in marketplace.
-
4.0
anthropics/skills
A collection of Agent Skills examples for Claude: folders of instructions, scripts, and resources the model loads dynamically for specialized tasks. Includes the spec, a template, and production document skills for…
-
4.0
cclank/lanshu-create-ai-presenter-video
Codex Skill for producing AI presenter videos: from a topic or script and an authorized person image it assembles voiceover, character generation, lip sync, subtitles and editing with QA.
-
4.0
HKUDS/CLI-Anything
A collection of CLI harnesses that make desktop software controllable by AI agents via the command line, with a CLI-Hub registry for installation and updates.
-
4.0
julyx10/lap
Open-source local-first photo manager for macOS, Windows, and Linux that works directly with existing folders, no cloud or uploads, with local AI search and face recognition.
-
4.0
kryvora-network/kryvora-node
Official client daemon for Kryvora Network nodes, a decentralized physical infrastructure network. Connects worker hardware to the coordination hub, runs telemetry probes, and reports proof of availability.
-
4.0
mattpocock/skills
A set of small, composable skills for coding agents like Claude Code and Codex: they help align on a task before coding, build a shared project vocabulary, and follow a red-green-refactor loop.
-
4.0
obra/superpowers
A software development methodology for coding agents: a set of composable skills that make the agent clarify the spec, agree on a plan, and work through subagents with TDD.
-
4.0
Rizzo-AI-Academy/rizzo-flow
A local-first implementation of the Jev idea: an LLM returns typed decisions (boolean, choice, score, numeric) with probabilities in a single forward pass, without generating tokens. Compatible with the TypeSafe HTTP…