MikeTrendsTrends right now

AI page

Repos people are talking about

Ranked by growth inside the window: stars and forks gained, percentage growth, mentions, and how recently the code was pushed. Size alone counts for nothing. Each repo read and explained by AI.

  1. 81
    QwenLM/Qwen-Image-2.1Python+806 ★ est. (+53.1%) · 1.6K total · pushed 7 d ago2 mentions

    Qwen-Image-2.1 is Alibaba Qwen's newly open-sourced text-to-image generation and editing model. Its 7B-parameter DiT-based visual component generates regular or transparent (RGBA) images, supports editing with up to 10 reference images, local edit regions via masks or annotations, identity preservation, and improved typography and textures, all while staying computationally efficient.

    Why now: Freshly released (Sept 20, 2026) with open weights and Day-0 support in Diffusers, ComfyUI, vLLM-Omni, SGLang, and LightX2V; it's trending as a top-starred new repo.

    text-to-imageimage-editingopen-sourcediffusionpythonqwen

  2. 82
    InfinityLoop1308/PipePipe⬢githubYhnShell+239 ★ so far (+3.9%) · +2 forks · 6.4K total · pushed 1 d ago2 mentions

    PipePipe is an open-source Android app, forked from NewPipe, for browsing YouTube (and other services) without ads or official app restrictions. It adds SponsorBlock segment skipping, dislike restoration, background music playback, live chat danmaku overlays, keyword/channel filtering, playlist downloads, and gesture-based playback controls.

    Why now: It was discussed on Hacker News as a NewPipe hard fork implementing SponsorBlock, which drew attention to its enhanced feature set.

    androidyoutubenewpipesponsorblockopen-sourcemediaplayer

  3. 83
    zhengkid/Dream-RSI+627 ★ est. (+52.3%) · +2 forks · 1.2K total · pushed 11 d ago1 mentions

    Dream-RSI is a research project (paper from Google, DeepMind, UMD, UVA) on recursive self-improvement of AI agents. Its key idea is to use accumulated discovery history as a replay simulator so the agent can improve its own exploration strategy, evaluated across 8 tasks in algorithm engineering, math optimization, and GPU kernel engineering, with results like 1.22x faster downstream runtime.

    Why now: It's a freshly released preprint (Sep 2026) from Google/DeepMind researchers that quickly gained ~1200 stars, and it claims progress on recursive self-improvement — a hot and controversial topic in AI research.

    llmresearchagentsself-improvementgpu-kernelsai

  4. 84
    nilbuild/page-mascotPython+427 ★ est. (+52.7%) · 815 total · pushed 12 d ago2 mentions

    page-mascot is a React component that adds an interactive character to a webpage: it watches your cursor by picking a cell from a 3×3 sprite sheet of head directions, and shows a reaction sprite for half a second when clicked. It ships via npm, respects reduced-motion, and includes an agent skill that can draw custom mascots using AI image tools.

    Why now: It is trending on GitHub as one of the most-starred new repos, likely due to its playful demo and the novel agent skill that draws and aligns custom mascot sprite sheets automatically.

    reactspritesanimationnpmai-artaccessibility

  5. 85
    block/buzz⬢githubRust+193 ★ so far (+0.6%) · +11 forks · 35K total · pushed 16 h ago1 mentions

    Buzz is a self-hostable team workspace where humans and AI agents collaborate in shared channels. Built in Rust on a Nostr-style relay, every message, patch, review, and workflow step is a signed event in one log, so agents act as members with their own keys and the same capabilities and audit trail as people.

    Why now: It rides the current wave of interest in agentic development tools, standing out by giving agents full workspace participation under a self-hosted, signed-event model rather than bot-style integrations.

    rustnostrai-agentsself-hostedcollaborationworkspace

  6. 86
    anthropics/claude-code-action⬢githubTypeScript+161 ★ so far (+1.8%) · +9 forks · 9.2K total · pushed 1 d ago1 mentions

    Claude Code Action is a GitHub Action that brings Claude into your pull requests and issues. It activates on @claude mentions, issue assignments, or explicit prompts, and can answer questions about your code, review PR changes, suggest improvements, and even implement fixes or features. It runs on your own GitHub runners, supports multiple AI providers, and outputs structured results for automations.

    Why now: The recent v1.0 release simplifies configuration and adds a migration guide for v0.x users, likely driving discussion.

    github-actionsclaudecode-reviewautomationtypescriptci

  7. 87
    openbao/openbao⬢githubGo+179 ★ so far (+2.3%) · +5 forks · 8.1K total · pushed 2 d ago1 mentions

    OpenBao is an open-source tool for managing, storing, and distributing sensitive data like secrets, certificates, and keys. It encrypts secrets at rest, generates dynamic on-demand credentials (e.g., AWS keys, database logins) with automatic revocation, offers encryption-as-a-service, and provides leasing, renewal, and audit logging under a community-governed open-source license.

    Why now: It is the community-driven open-source fork of HashiCorp Vault created after Vault's license change, drawing attention from teams seeking an OSI-approved, open-governance alternative.

    secrets-managementsecuritygoself-hostedencryption

  8. 88
    actions/runner-images⬢githubPowerShell+125 ★ so far (+0.9%) · +10 forks · 13.4K total · pushed 1 d ago1 mentions

    This repo holds the source scripts (mostly PowerShell/Packer) that build the virtual machine images used by GitHub-hosted runners for GitHub Actions and Microsoft-hosted agents for Azure Pipelines. It documents available images (Ubuntu, macOS, Windows, arm64 variants), the preinstalled software on each, image release dates, and how to propose changes or build the images yourself.

    Why now: Ongoing discussion around image updates and deprecations (e.g., newer Ubuntu/macOS/Xcode images rolling out and older ones being retired), since teams' CI workflows depend on which tools are preinstalled

    cigithub-actionsazure-pipelinesdevopspowershell

  9. 89
    mvschwarz/openrig⬢githubTypeScript+82 ★ so far (+13.2%) · +4 forks · 702 total · pushed 7 h ago1 mentions

    OpenRig is a TypeScript CLI that orchestrates multiple AI coding agents—like Claude Code and Codex—as one coordinated team. You define agent seats in YAML, launch them with one command into tmux, and talk to a lead agent that coordinates specialists, tracks tasks in a queue, and returns reviewed results through a shared TUI dashboard.

    Why now: It packages the trending idea of multi-agent orchestration into a practical CLI, letting developers combine Claude Code and Codex harnesses under a single lead-agent workflow.

    ai-codingmulti-agentcliclaude-codetmuxtypescript

  10. 90
    llvm/llvm-project⬢githubLLVM+85 ★ so far (+0.2%) · +14 forks · 40.8K total · pushed 27 min ago1 mentions

    LLVM is a widely used open-source compiler infrastructure: a toolkit of modular libraries and tools for building optimized compilers, optimizers, and runtime environments. The repo includes core LLVM (for processing intermediate representations into object files), the Clang C/C++/Objective-C frontend, the libc++ standard library, and the LLD linker, plus assemblers, disassemblers, and bitcode tools.

    Why now: not clear from the sources

    compilerclangc++toolchainoptimizationinfrastructure

  11. 91
    ctxrs/grafYhnRust+25 ★ est. (+50.0%) · 39 total · pushed 4 d ago1 mentions

    graf is a Rust rewrite of Graphify, a tool that builds a code-graph of your codebase so coding agents can query who calls what, what depends on what, and what a change might break. It keeps the graph in SQLite, supports incremental updates, and ships as a single native binary with no Python, API key, or background service.

    Why now: It was just launched on Hacker News as 'Show HN: graf (1000x faster graphify in Rust)', claiming dramatic speedups over Graphify on the VS Code repo.

    ruststatic-analysiscode-graphmcpcoding-agentsdeveloper-tools

  12. 92
    vercel-labs/scriptc⬢githubTypeScript+51 ★ so far (+1.0%) · +2 forks · 5.3K total · pushed 25 min ago1 mentions

    scriptc is an experimental Vercel Labs compiler that turns TypeScript and JavaScript into typed IR, readable C, LLVM IR, assembly, native executables, and WebAssembly. It uses the TypeScript compiler for parsing and type-checking, ships a small native runtime (no Node in output), and falls back to an embedded quickjs-ng engine for npm packages and any-typed code that can't compile statically.

    Why now: A Vercel Labs experiment with rapid star growth and active development; attention around compiling TypeScript directly to native code without Node or a JS engine in the output.

    typescriptcompilerllvmwasmnativevercel

  13. 93
    rudratoshs/buried-injectionsYhnPython+19 ★ est. (+38.0%) · 19 total · pushed 1 d ago1 mentions

    buried-injections is a reproducible Python benchmark that runs 10 open-source prompt-injection detectors against 629 realistic AgentDojo attacks embedded in tool output, the way agent firewalls actually see them. It shows none catches most attacks without blocking safe traffic, and that tuning thresholds dramatically reshuffles rankings — Prompt Guard 2 goes from worst to best at a 2% false-alarm budget.

    Why now: It was discussed on Hacker News because its results challenge widely used prompt-injection defenses like Meta's Prompt Guard 2, showing they catch as little as 1% of realistic attacks when the default thresholds are used.

    llm-securityprompt-injectionbenchmarkai-agentspython

  14. 94
    willfaust/Madeira⬢githubC+37 ★ so far (+5.4%) · +3 forks · 722 total · pushed 2 d ago1 mentions

    Madeira is a research project that runs x86-64 Windows PC games on non-jailbroken iPhones by combining Wine (ARM64EC), FEX-Emu for x86-64→ARM64 CPU translation, and DXMT for D3D11→Metal translation, all as a single iOS Mach process. Games like Thumper and ULTRAKILL are playable; expect rough edges.

    Why now: It's generating attention because it demonstrates a genuinely hard feat — running Windows games on a stock, jailed iPhone via sideloaded JIT, with visible playable demos and active development.

    emulationwindows-gamesioswinefex-emuresearch

  15. 95
    git-bug/git-bugYhnGo+42 ★ so far (+0.4%) · 10.6K total · pushed 1 d ago1 mentions

    git-bug is a bug tracker embedded directly in your git repository. Issues are stored as git objects, so you can push and pull them via your normal remotes, work fully offline, and avoid dependence on external services. It offers a CLI, terminal UI, and web UI, plus bridges to sync with other bug trackers and a GraphQL API.

    Why now: It was featured on Hacker News, drawing renewed attention to its distributed, offline-first approach to issue tracking.

    gitbug-trackerclidistributedoffline-firstgo

  16. 96
    nestrilabs/virtio-nvgpuYhnRust+27 ★ so far (+8.4%) · +1 forks · 347 total · pushed 2 d ago1 mentions

    virtio-nvgpu is an experimental Rust-based virtio device that forwards NVIDIA kernel driver ioctls between a KVM guest and the host at the driver ABI level. The guest runs unmodified NVIDIA user-mode drivers, targeting headless GPU streaming where a compositor in the VM renders and encodes H.264 on the host's GPU. Benchmarks show guest performance within ~2% of bare metal for game-sized frames, with several guests sharing one card.

    Why now: It was featured on Hacker News, and it's remarkable because it claims near-native (within 2%) NVIDIA GPU performance in VMs without GPU passthrough — long a pain point for cloud gaming and virtualization.

    virtualizationkvmnvidiagpurustcloud-gaming

  17. 97
    temir-dev/tims-markdown-readerYhnSwift+8 ★ est. (+16.0%) · 8 total · pushed 5 d ago1 mentions

    A free, minimal macOS app (Swift, Apple silicon only) for reading Markdown files instead of editing them. It renders headings, tables, code blocks, task lists, footnotes, and offline Mermaid diagrams, with find, navigation between linked files, auto-reload, and no accounts, tracking, or configuration—well suited to reading the reports and notes AI tools generate.

    Why now: It was just launched as a 'Show HN' demo of a fast, offline Markdown viewer for macOS, with the angle of reading AI/coding-agent output files.

    macosswiftmarkdownviewerofflinemermaid

  18. 98
    stormj-UH/spivak-leanYhnLean+8 ★ est. (+16.0%) · 8 total · pushed 21 h ago1 mentions

    A complete Lean 4 formalization of Michael Spivak's classic textbook Calculus, covering every definition, theorem, and problem from all 30 chapters and 9 appendices of both the 3rd and 4th editions. It uses Spivak's own definitions, proves results like the transcendence of e and π (some parts missing from Mathlib are supplied), and documents about sixty statements in the book that are false as printed.

    Why now: It was shared on Hacker News as a Show HN post, notable for its completeness and for formally flagging errors in Spivak's printed text — including sixteen answer-section mistakes.

    leanmathlibcalculusformal-verificationmathematicsspivak

  19. 99
    General-Instinct/InstinctFlashYhnC+++7 ★ so far (+6.2%) · 120 total · pushed 3 d ago1 mentions

    InstinctFlash is an open-source C++/Python serving runtime that accelerates robotics model inference. It supports eight model families (VLA, pi05, GR00T, Cosmos, DreamZero, etc.), applies FP8 and sampling optimizations, and reports large speedups over PyTorch on Jetson Thor and consumer RTX 4090/5090 GPUs, with a one-command `serve` entry point for fine-tuned checkpoints.

    Why now: Launched via a Show HN post alongside a full-source release and fresh Jetson Thor benchmarks claiming up to 33.78× speedups.

    roboticsinferencec++gpuservingvlm

  20. 100
    dsummersl/treepeatYhnPython+4 ★ so far (+5.5%) · 77 total · pushed 4 d ago1 mentions

    treepeat is a Python CLI tool that detects duplicate and similar code in a codebase using tree-sitter AST analysis plus locality-sensitive hashing. It offers three normalization levels (exact duplicates, near-duplicates ignoring strings/whitespace, and structurally similar code with anonymized identifiers), adjustable similarity thresholds, side-by-side diffs, and SARIF output for CI integration.

    Why now: It was featured in a Show HN post, where the author presented it as a proof of concept and invited pull requests to support more languages.

    code-qualitystatic-analysistree-sitterclipythondeveloper-tools

  21. 101
    eval-exec/neomacsYhnRust+7 ★ so far (+0.5%) · 1.5K total · pushed 2 h ago1 mentions

    Neomacs is a work-in-progress hard fork of GNU Emacs that replaces the ~300,000-line C core with Rust and renders the UI on the GPU via wgpu. It aims for 100% Emacs Lisp compatibility, multi-threaded Elisp, 10x performance, and a zero-pause concurrent GC, using GNU Emacs itself as a test oracle to verify identical behavior.

    Why now: It was featured on Hacker News as a 'GPU rendered Rust hard fork of Emacs,' sparking discussion about reimplanting Emacs in Rust while preserving compatibility.

    emacsrustgpuelispeditor

  22. 102
    naw103/foremergeYhnRust+5 ★ so far (+1.0%) · 514 total · pushed 2 d ago1 mentions

    Foremerge is an open-source coordination protocol for coding agents built on Git. Multiple AI agents working in parallel each declare what they intend to change into a shared SQLite store in your project's .git folder. A deterministic detector flags when two plans collide—like one replacing a class another extends—before any code is written, instead of only catching textual merge conflicts.

    Why now: It was featured as a Show HN post ('Catch intent conflicts between parallel coding agents'), tapping into the current wave of multi-agent coding workflows where Git alone can't detect semantic conflicts.

    coding-agentsgitmcprustclimulti-agent

  23. 103
    XEonAX/blender-copilotYhnPython+2 ★ est. (+4.0%) · +1 forks · 2 total · pushed 22 h ago1 mentions

    Blender Copilot is a Blender add-on that embeds a Copilot-style AI chat panel directly inside Blender. An agent loop runs in Blender's own Python process, executing LLM-generated bpy code against the live scene, with each agent turn collapsed into a single Ctrl+Z undo step. It works with OpenAI-compatible providers like DeepSeek, and the README demos building an animated spaceship from five prompts.

    Why now: It was just shown on Hacker News as a 'Show HN' demo, featuring a GIF of a spaceship built from five prompts inside Blender.

    blenderllmai-agentpython3daddon

  24. 104
    christianrowlands/wavediggerYhnTypeScript+3 ★ so far (+1.2%) · +1 forks · 244 total · pushed 12 d ago1 mentions

    WaveDigger is a Next.js web app that looks up the physical location of Wi-Fi access points by BSSID (MAC address) and LTE/5G cell towers by network parameters, using Apple's undocumented WLOC location API. It visualizes results on an interactive deck.gl map, validates input formats, and keeps search history.

    Why now: It was featured on Hacker News as a tool that digs into wireless signals to reveal physical locations, building on recent reverse-engineering of Apple's location services.

    wifigeolocationcell-towerstypescriptnextjsprivacy

  25. 105
    IterateAI/lifeboat-releasesYhnPython+0 ★ so far · 0 total · pushed 8 h ago1 mentions

    Lifeboat lets you run open-weight language models on your own hardware—laptops, GPU servers, edge devices, or clusters—behind an OpenAI- and Anthropic-compatible API, with a built-in load balancer and web console. It supports pip, Docker, Kubernetes, and desktop installs, targets edge hardware like Raspberry Pi and Jetson, and claims significant throughput wins over llama.cpp and ollama. This repo is downloads and install instructions only; the source is not public.

    Why now: It was featured in a Show HN post claiming 2–6x more concurrent agent sessions per GPU without quantization, plus published benchmarks showing ~2x throughput vs llama.cpp and ollama on the same hardware.

    llmself-hostedinferenceopenai-apiedgegguf

  26. 106
    pkimpel/retro-1620YhnJavaScript+0 ★ so far · 19 total · pushed 5 d ago1 mentions

    retro-1620 is a JavaScript emulator that runs the IBM 1620 Model 2, a 1960s transistorized decimal computer, entirely in a web browser. It recreates the unusual memory-to-memory, variable-field-length architecture and its peripherals, and doubles as an effort to recover and run original IBM 1620 software like SPS, FORTRAN II, and the Monitor batch system.

    Why now: It was discussed on Hacker News, likely because it recently demonstrated booting IPL-V from 1963 in the browser, a notable retro-computing achievement.

    emulatorretro-computingibmjavascriptbrowser

  27. 107
    karmanyaahm/budget-toolsYhnPython+0 ★ so far · 21 total · pushed 3 d ago1 mentions

    Personal budget-analysis tooling for the Buckets budgeting app. It includes an interactive pie-chart explorer that reads the Buckets SQLite database (runnable as a local web app), plus scripts to merge Venmo CSV exports into a Buckets-compatible file and convert UsageDirect app-usage time into per-app cost rows. Everything runs locally so financial data stays on your machine.

    Why now: It was shared on Hacker News via a 'Show HN' post about calculating how long you need to work before you can coast or retire, drawing attention to the author's budgeting tools.

    pythonpersonal-financebudgetingdata-visualizationlocal-first

  28. 108
    WordPress/wordpress-developYhnPHP+0 ★ so far · 3.5K total · pushed 16 h ago1 mentions

    This is the official Git mirror of WordPress core's development repository, synced from WordPress's Subversion. It lets developers fork, clone, run a Docker-based local WordPress dev environment with npm commands, run tests, and contribute patches. Pull requests must reference an existing ticket on WordPress core Trac.

    Why now: It was mentioned on Hacker News in connection with a reported unauthenticated path traversal vulnerability in WordPress that can lead to conditional remote code execution.

    wordpressphpcmsopen-sourcesecurity

  29. 109
    samoilev/swarmYhnSwift+0 ★ so far · 15 total · pushed 17 h ago1 mentions

    Swarm is a native macOS app for building, visualizing, and exporting family trees. Your genealogy data stays as plain GEDCOM files on disk — no accounts, cloud, or telemetry. It offers tree and fan charts, a map of life events, offline place search, and exact kinship terms in English and Russian, including Soviet-era record encodings.

    Why now: It was shared on Hacker News as a 'Show HN' post, drawing attention for its local-first, privacy-focused approach to genealogy.

    macosgenealogygedcomlocal-firstswiftprivacy