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. 41
    theoephraim/awesome-cloudflare-selfhostedJavaScript+1.1K ★ est. (+104.3%) · +3 forks · 1.1K total · pushed 1 d ago2 mentions

    A curated awesome-list of open-source apps that replace paid SaaS products while running entirely in your own Cloudflare account using Workers, D1, and R2. Entries include Calendly-style booking pages, analytics, feedback boards, inboxes, and more. Each entry is audited: licences are read from licence files and Cloudflare bindings from deploy configs rather than trusting project descriptions.

    Why now: It's trending as one of the most starred new repos, riding interest in deploying full apps to Cloudflare's free/cheap tiers instead of paying for SaaS subscriptions or VPS hosting.

    cloudflareself-hostedawesome-listsaasopen-source

  2. 42
    Lumid-Off/AirCard-WindowsRust+962 ★ est. (+103.4%) · +4 forks · 962 total · pushed 3 d ago2 mentions

    AirCard is a native Windows tool (Rust, ~7.5 MB single executable) that lets iOS 18+ users customize Apple Wallet card faces and apply lockscreen passcode keypad themes without jailbreaking. It detects cards in real time, applies custom artwork over USB or WiFi, and restores the original state afterward using a sync-based exploit.

    Why now: It is trending among newly starred repos, likely due to offering no-jailbreak iOS customization on Windows with a lightweight native client.

    rustiosapple-walletcustomizationwindowsno-jailbreak

  3. 43
    volotat/mini-AGI⬢githubYhnPython+784 ★ est. (+101.0%) · +3 forks · 784 total · pushed 1 d ago3 mentions

    mini-AGI is an experimental byte-level language model that learns continually from a single stream of data without catastrophic forgetting. It trains from scratch on a single 8GB VRAM GPU, stores weights as files on disk and pages them to the GPU as needed, grows new capacity when short, and prunes unused parts. The README notes it's a toy-level experiment, with weights not yet published.

    Why now: It was featured on Hacker News as a 'Show HN' post, likely attracting attention because it demonstrates continual learning on modest consumer hardware — a challenge to the assumption that training requires massive resources.

    continual-learninglanguage-modelgpupythonexperimentresearch

  4. 44
    kerpopule/hermes-jev-skillsPython+869 ★ est. (+102.6%) · +5 forks · 869 total · pushed 13 h ago2 mentions

    A set of Python-based agent 'skills' that offload small, frequent decisions from expensive frontier LLMs to Jev, TypeSafe's decision-only model. It handles model routing, memory filtering, prompt-injection screening, transcript compaction, skill selection, message triage, mailbox sorting, and computer/browser use. Skills ship as plain SKILL.md files, so they work with Hermes agents, Claude Code, Codex, or anything that reads skill files.

    Why now: Recently created and climbing the most-starred new repos list, with freshly published evaluation scorecards showing strong injection-detection and recall results.

    ai-agentsmodel-routingprompt-injectionpythonclaude-codellm

  5. 45
    awlevin/typesafe-computer-usePython+1K ★ est. (+103.8%) · +2 forks · 1K total · pushed 1 d ago2 mentions

    typesafe-computer-use (jev) is a macOS (Windows experimental) computer-use agent that drives your real mouse and keyboard toward a goal typed in plain English. Instead of asking a frontier model at every step, it OCRs the screen and lets a small TypeSafe classifier pick the next action, reserving a writing model only for free text. README claims ~$0.0002 per decision, with facts computed in code, not by the model.

    Why now: It's trending as a newly most-starred repo making a bold cost/speed comparison: the README benchmarks its classifier loop against a frontier model (Claude Opus 5) at 130x–390x cheaper and 3.7x faster per step, while candidly noting reasoning must be rebuilt as deterministic code.

    ai-agentscomputer-useocrmacosautomationpython

  6. 46
    mizorewww/laya-coremlPython+1.5K ★ est. (+101.5%) · +2 forks · 1.5K total · pushed 5 d ago2 mentions

    Laya-CoreML runs the Laya typed-decision model entirely on-device on Apple Silicon via Core ML and the Neural Engine, returning calibrated probabilities for multiple-choice, score, and boolean questions with no token generation. It includes a local Snake game demo, a Python API, and reproducible latency and energy benchmarks (~5 ms per short decision on M3 Max).

    Why now: It's trending as a newly popular repo showcasing validated on-device inference with notable energy-efficiency wins over MLX, though the authors note the claimed 10x speedup was not achieved.

    coremlon-device-aiapple-siliconlocal-aipythonbenchmarking

  7. 47
    kvmem/kvmem-llama.cppC+++677 ★ est. (+105.0%) · +3 forks · 677 total · pushed 16 h ago2 mentions

    A fork of llama.cpp that adds tiered KV-cache memory: completed KV blocks live in host RAM, and a small bounded GPU window is filled with relevant retrieved blocks per step. This lets large-context models like Qwen3.8-27B run at full 256K context on a 16 GiB GPU with near-lossless quality, served via an OpenAI-compatible chat server.

    Why now: Recently at the top of trending repos with a new v0.16.0-rc3 prebuilt release, plus benchmark comparisons against KV-cache streaming showing 32-33 tok/s decode on an RTX 5060 Ti.

    llminferencec++cudagpullama.cpp

  8. 48
    QwenLM/Qwen-Image-2.1Python+1.6K ★ est. (+103.0%) · +1 forks · 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

  9. 49
    hydra-db/open-gleanTypeScript+1.5K ★ est. (+99.9%) · +2 forks · 1.5K total · pushed 10 d ago2 mentions

    Open Glean is an open-source Next.js AI workspace built on Hydra DB, acting as a 'second brain'. You ask questions across your memories, files, and connected apps; it retrieves context, streams answers with inline citations, and offers multi-step Deep Research, collections, mindmaps, integrations, and any OpenAI-compatible model. Keys stay server-side in encrypted cookies, and it can be self-hosted via Docker.

    Why now: It appeared among the most-starred new repos, likely drawing attention as an open-source alternative to commercial AI knowledge workspaces like Glean.

    ainextjstypescriptragself-hostedsearch

  10. 50
    jackwener/wx-cli-againRust+750 ★ est. (+101.1%) · +5 forks · 750 total · pushed 13 d ago2 mentions

    A Rust command-line tool that queries your local WeChat data: sessions, chat history, contacts, group members, favorites, and stats. It decrypts the local database in real time (no full pre-decryption), caches it via a background daemon for millisecond responses, can export data, and stays fully local. It also exposes agent-friendly output so AI coding assistants like Claude Code or Cursor can call it as a skill.

    Why now: It appeared as a fresh, self-described restart of wx-cli and quickly gained ~740 stars on trending lists; also notable that the actual source repo (botiverse/wx-cli) is private, which the README flags as a caveat.

    wechatclirustdecryptchat-exportai-agent

  11. 51
    wfzyx/vonPython+728 ★ est. (+104.3%) · +2 forks · 728 total · pushed 1 d ago2 mentions

    Von is an open-source, non-autoregressive 'System One' decision model for fast classification, routing, and guardrail-style tasks. Instead of generating text token-by-token, it scores discrete/probabilistic options in a single forward pass, delivering sub-25ms decisions with calibrated uncertainty. Version 1.2 adds order-invariant option scoring, fixing answer flips under option reordering, plus Intel GPU acceleration via OpenVINO.

    Why now: A fresh 1.2 release fixing an order-sensitivity defect, demonstrated with a Doom gameplay demo, is drawing attention on the most-starred repos list.

    machine-learningpythoninferencedecision-modelopen-source

  12. 52
    dzhng/jevgrepTypeScript+737 ★ est. (+107.3%) · +3 forks · 737 total · pushed 15 min ago1 mentions

    jevgrep is a CLI tool (jg) that helps coding agents find relevant code fast. Instead of grepping for keywords, you ask a question like 'How are DB connections pooled?' and it explores the repo using the Jev model to return relevant files, reading leads, and verbatim source excerpts with line references in one stdout response. It ships with an installer for agent skills (Claude Code, Codex, OpenCode).

    Why now: It's trending on GitHub's most-starred new repos and recently hit 0.3.0, adding multi-provider support via Vercel AI Gateway, OpenRouter, and others.

    clicode-searchcoding-agentssemantic-searchtypescriptllm

  13. 53
    ethanplusai/astra-flash-orchestratorPython+703 ★ est. (+102.3%) · +3 forks · 703 total · pushed 2 d ago2 mentions

    Astra Flash Orchestrator is a Python-based Codex workflow that splits AI coding labor by cost: Astra handles planning, architecture, and final review, while the cheaper DeepSeek V4.1 Flash does the bulk implementation, testing, and debugging. It packages work into coherent task bundles, collects evidence, and includes reversible, dry-run installation, with OpenCode support.

    Why now: It's trending on GitHub's most-starred new repos, boosted by benchmark claims of ~98% lower cost per 1K lines versus an all-Astra workflow.

    ai-agentscodexdeepseekdeveloper-toolsorchestrationcost-optimization

  14. 54
    heyjunpenn/awesome-jevAstro+867 ★ est. (+102.2%) · +2 forks · 867 total · pushed 2 d ago2 mentions

    Awesome Jev is a community-maintained, MIT-licensed catalog listing 916 verified open-source projects built with Jev, TypeSafe AI's model for typed decisions in software. Entries are organized into 11 categories (agent tooling, applications, benchmarks, etc.) across 27 languages, with each listing pointing to concrete evidence of how Jev is actually used.

    Why now: It's trending as one of the most-starred new repos, actively updated (20 projects added September 25) amid growing ecosystem interest around Jev and Jev-like models.

    awesome-listjevaicatalogtypesafeopen-source

  15. 55
    deepopen-com/deepopenPython+1K ★ est. (+100.9%) · +2 forks · 1K total · pushed 2 d ago2 mentions

    DeepOpen is an open-source, non-autoregressive 'System 1' decision engine for structured decision tasks like classification, routing, and scoring. Instead of generating text token by token, it produces outputs in a single forward pass, supporting 100+ languages with millisecond-level latency, built on three specialized checkpoints with an automatic router, trained via RLCD reinforcement learning.

    Why now: It recently appeared on trending 'most starred new repos' lists and claims strong leaderboard results on the Banking77 and CLINC150 intent-classification benchmarks, with reproducible one-click pipelines.

    llmclassificationinferencemultilingualpythonopen-source

  16. 56
    githubnext/localjevTypeScript+788 ★ est. (+101.2%) · +3 forks · 788 total · pushed 9 d ago2 mentions

    LocalJev is a local server, written in TypeScript for Bun, that exposes the Jev POST /v1/systemone typed decision API backed by DiffusionGemma through any OpenAI-compatible chat endpoint like oMLX. It converts typed questions into classification prompts, gets JSON probabilities from the model, retries malformed output, and returns Jev-compatible choices, scores, and confidence.

    Why now: It just appeared among newly starred repos; the README contrasts it with OpenJev, which needs unmerged vLLM extensions, positioning LocalJev as a portable, wire-compatible alternative — though with self-reported rather than logit-read probabilities.

    typescriptbunllmlocal-inferenceapi-bridge

  17. 57
    vinnylarouge/jevlikePython+1.3K ★ est. (+101.1%) · +1 forks · 1.3K total · pushed 11 d ago2 mentions

    Jevlike is a Python project that trains small models that pick one option from a variable-length list of text options in a single forward pass, instead of generating answers token by token. It independently reproduces the input/output shape of TypeSafe's commercial Jev model, providing training, evaluation, and prediction tools, plus demo checkpoints that score game-controller options (Doom buttons, chess keys) from image patches.

    Why now: It's trending on GitHub's most-starred new repos, riding interest in TypeSafe's recently announced 'System One' Jev models whose design was never published, so this open starter implementation fills that gap.

    pythonmachine-learningattentionoption-selectionopen-sourcereinforcement-learning

  18. 58
    v-modal/awesome-jev-tools+727 ★ est. (+100.3%) · +2 forks · 727 total · pushed 3 d ago2 mentions

    A curated 'awesome list' of public projects and developer patterns built on Jev, TypeSafe AI's System One model for typed decisions. Jev isn't a chat model — it takes unstructured state plus a typed question and returns a typed decision (choice, score, boolean) with confidence, acting as a fast, low-latency decision layer for classification, routing, scoring, verification gates, and agent guardrails.

    Why now: Jev appears to be a recently launched model generating scattered discussion, and this list aggregates production uses and transferable patterns; it is trending as a newly created, most-starred repo.

    awesome-listjevllmroboticscuratedtyped-decisions

  19. 59
    saragordic/window-sweatersC+718 ★ est. (+100.8%) · +1 forks · 718 total · pushed 6 d ago2 mentions

    Window Sweaters is a playful macOS menu-bar app that draws knitted-style borders around your windows, like dressing them in tiny sweaters. It offers hand-designed colourways for dozens of popular apps, icon-based colour matching for everything else, and menu-bar controls for styles, border width, and per-app on/off settings. Requires macOS 13+; still a personal work in progress.

    Why now: It's a charming, whimsical desktop-customization tool gaining stars on GitHub's trending lists, notable for its quirky concept and the unusual suggestion to install it via a coding agent.

    macosmenubar-appdesktop-customizationobjective-caesthetic

  20. 60
    riba2534/claude-opus-5-5-demoJavaScript+821 ★ est. (+101.6%) · 821 total · pushed 4 d ago2 mentions

    A demo repo showcasing Claude Opus 5.5's code-generation ability: three playable 3D web games (a pelican biking game, an FPS map recreation, and a drift racing game) each generated from a single one-sentence prompt in one session, with zero human edits to the code. Games are built with Three.js and esbuild into single-file HTML pages deployed on Cloudflare Pages.

    Why now: It's trending as a viral one-shot demo of Claude Opus 5.5's capabilities, with playable deployed games serving as proof.

    aiclaudethreejsgamedemoone-shot

  21. 61
    asokurasu/text-humanizerPython+739 ★ est. (+102.1%) · 739 total · pushed 1 d ago2 mentions

    text-humanizer is a free, open-source Python tool that rewrites AI-generated text to sound more natural and evade AI detectors. It runs a multilingual pipeline: DeepSeek rewrites the text via a Chinese intermediate representation, optional Google Translate and DeepL steps add cross-lingual variation, and a final DeepSeek pass reconstructs fluent text in the original language across 8 supported languages.

    Why now: It recently appeared among the most-starred new repositories, gaining attention for openly advertising AI-detector bypass (ZeroGPT and similar), a topic that draws both interest and controversy.

    pythonllmai-detector-bypasstext-rewritingdeepseekmultilingual

  22. 62
    nilbuild/page-mascotPython+816 ★ est. (+100.6%) · 816 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

  23. 63
    yukitorido/short-video-generator-AIPython+724 ★ est. (+101.1%) · 724 total · pushed 4 d ago2 mentions

    An open-source Python pipeline that turns long YouTube videos into vertical 9:16 short clips. It downloads the video, transcribes it locally with faster-whisper, uses an LLM (OpenAI, Gemini, or MuAPI) to rank highlights by 'virality' score, dedupes candidates, and auto-crops ready-to-post shorts with subtitles, optional hooks, translation, and voiceover — with no watermarks. Usable via CLI, a local web UI, or an API.

    Why now: Trending on GitHub as a most-starred new repo, positioned as a free alternative to paid SaaS tools like OpusClip and Vidyo.ai.

    aillmvideowhisperpythoncontent-creation

  24. 64
    devagrawal09/jev-reviewTypeScript+625 ★ est. (+100.8%) · 625 total · pushed 10 d ago2 mentions

    Jev Review is a TypeScript code-review tool built on TypeSafe Jev. It reviews a Git diff or scans a whole codebase through a staged workflow of typed AI judgments — screening correctness, security, reliability, compatibility, and test coverage — then saves reports viewable in a local, loopback-only dashboard. Findings are meant as review prompts, not definitive defect proofs.

    Why now: It's trending on GitHub's new/most-starred repos as an example of composing bounded, typed AI judgments into a practical workflow with orchestration kept in code.

    code-reviewaitypescriptdeveloper-toolsdashboardlocal

  25. 65
    gylive/ccodex-sleep-stateGo+622 ★ est. (+100.2%) · +-2 forks · 622 total · pushed 7 d ago2 mentions

    A local Go-based tool with a web panel that tries to improve Codex's connectivity, rate-limiting, and quality-degradation issues. It captures and injects the X-Codex-Turn-State header via proxy exits, supports Astra/Sol/Terra models, official ChatGPT login, API keys, and relay providers, with proxy/subscription management and diagnostics.

    Why now: Recently created and gaining stars quickly; Codex users are actively discussing perceived 'degraded' model quality and rate limits, and this packages community workarounds into a usable one-click tool amid caveats that no specific state or quality gain is guaranteed.

    codexopenaiproxygoweb-panelself-hosted

  26. 66
    rgodha24/walgithubYhnRust+74 ★ est. (+148.0%) · +4 forks · 74 total · pushed 2 d ago1 mentions

    walgit is a Rust git server implemented as a single binary in front of an S3/GCS object store. Following Cursor's 'Continuity' design, it treats a write-ahead log in the bucket as the source of truth and every server as a disposable cache. It offers smart HTTP push/fetch, bundle-uri clones, Git LFS, a web UI, JSON API, webhooks, token auth, and can serve repos larger than the host machine.

    Why now: It's a Rust implementation of the architecture Cursor described in its 'Git at any scale' blog post, and it was discussed on Hacker News as a stateless alternative to Git hosting like GitHub's Spokes.

    gitrustself-hostedobject-storages3monorepo

  27. 67
    geastack/examplesYhnTypeScript+112 ★ est. (+102.8%) · 112 total · pushed 2 h ago1 mentions

    A gallery of example apps for GeaStack, a framework for building native apps in TypeScript and CSS. Each small app (TSX) declares a manifest in package.json and can target the web simulator, ESP32 embedded boards, GeaOS, and Apple targets. The repo also includes helper tools and docs on adding and testing examples.

    Why now: It was mentioned on Hacker News in discussion of native apps written in TypeScript and CSS, highlighting the unusual claim that one TSX codebase runs on web, embedded boards, and desktop OS targets.

    typescriptesp32embeddedsample-appsnative-apps

  28. 68
    Avinash-jetwani/jevmemYhnTypeScript+92 ★ est. (+108.2%) · +2 forks · 92 total · pushed 1 h ago1 mentions

    jevmem is a TypeScript tool that automatically saves decisions, constraints, bugs, and todos from your Claude Code, Cursor, or Codex chats into a JEVMEM.md file, then injects the relevant lines back into context in later sessions. Old decisions are marked superseded rather than deleted, and lines from other sources are checked before recall.

    Why now: A v0.5 release just landed, adding Claude Code plugin install, a memory-poisoning check on recalled lines, async background saving, and imports for existing CLAUDE.md/AGENTS.md files; it was also mentioned on Hacker News.

    ai-memoryclaude-codemcpdeveloper-toolstypescript

  29. 69
    egma-ai/jev-code-reviewerYhnJavaScript+86 ★ est. (+113.2%) · +-1 forks · 86 total · pushed 2 d ago1 mentions

    Jev-Code-Reviewer is a local CLI tool plus Chrome extension that reviews GitHub pull requests written by coding agents. It classifies each diff hunk into P0/P1/P2 priorities so humans only see the critical changes by default, shows diffs as natural-language explanations powered by OpenAI, and runs entirely on your machine—nothing is posted to GitHub.

    Why now: It was discussed on Hacker News, tapping into the controversy about agents dumping huge PRs (230-file changes) that humans 'YOLO merge' without real review.

    code-reviewai-agentsclichrome-extensiondeveloper-tools

  30. 70
    Parcha-ai/agentrunYhnJavaScript+84 ★ est. (+109.1%) · +1 forks · 84 total · pushed 1 d ago1 mentions

    AgentRun is a JavaScript/TypeScript DSL for defining AI agent workflows as explicit, repeatable steps. Instead of letting an agent improvise, you declare nodes for tool calls, focused decisions (via a 'Jev' judge), and agent invocations, with schemas, deadlines, thresholds, and escalation paths. It ships as an npm interpreter with a TypeScript builder, Zod contracts, parallel mapping, loops, and sub-workflows.

    Why now: It was just launched on Hacker News as a Show HN, positioning itself as a structured alternative to free-form agent loops.

    ai-agentsllmworkflowdsljavascripttypescript

  31. 71
    kyle-pena-nlp/jevchatYhnPython+91 ★ est. (+100.0%) · 91 total · pushed 7 d ago1 mentions

    jevchat is a fun Python experiment that abuses a Jev API to build a crude chatbot: at each step it asks the model to score candidate next symbols (from configurable alphabets like characters, words, or BPE tokens), then samples from the resulting distribution until a STOP option is drawn. It supports multiple sampling strategies, live stats, and is explicitly slow, impractical, and for laughs.

    Why now: It was featured in a Show HN post ('I turned Jev into a (lousy) chatbot') as a Claude-written hack showing an absurd way to coerce a non-chat API into text generation.

    pythonllmchatbotsamplingfor-funapi

  32. 72
    vectorize-io/hindsight⬢githubPython+5.7K ★ so far (+18.2%) · +1.4K forks · 37.2K total · pushed 1 d ago1 mentions

    Hindsight is a Python-based agent memory system that aims to let AI agents learn over time rather than just recall past conversation history. It exposes retain/recall/reflect operations, memory banks, mental models, and an MCP server, runs as an API server or embedded in Python, and claims state-of-the-art accuracy on the LongMemEval benchmark, outperforming RAG- and knowledge-graph-based approaches.

    Why now: It was a GitHub Trending repository with rapid star growth and published benchmarks reportedly independently reproduced by Virginia Tech and The Washington Post, fueling interest.

    agentic-aillmmemorypythonmcpbenchmarks

  33. 73
    mvschwarz/openrig⬢githubTypeScript+321 ★ so far (+51.8%) · +21 forks · 941 total · pushed 6 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

  34. 74
    brumar/chess-postmortem-skillsYhnPython+58 ★ est. (+116.0%) · +1 forks · 58 total · pushed 1 d ago1 mentions

    A set of Claude Code skills that turn a chess game into a readable post-mortem: it drives Stockfish to analyze every move, generates plain-language explanations, an annotated PGN, an HTML analysis board, and a narrated video. You can also supply think-aloud audio or notes, which the tool transcribes (whisper.cpp) and matches to moves so it critiques your actual reasoning.

    Why now: A Show HN post demonstrating the narrated-video output and the novel idea of Claude driving Stockfish to answer human-style 'why' questions

    chessclaude-codestockfishllmvideopython

  35. 75
    0xAX/BootLifeYhnAssembly+60 ★ est. (+103.4%) · 60 total · pushed 6 d ago1 mentions

    BootLife is Conway's Game of Life implemented entirely in a 512-byte x86 boot sector written in x86 assembly. Instead of RAM buffers, it uses VGA memory directly as the simulation grid, so the game runs with no operating system in BIOS real mode. You assemble it with NASM and boot the resulting image in QEMU.

    Why now: It was shared on Hacker News as a 'Show HN' demo, attracting attention for squeezing a full cellular automaton into a single 512-byte boot sector.

    assemblybootsectorgame-of-lifex86retrodemo

  36. 76
    deepfates/impYhnElixir+54 ★ so far (+108.0%) · +1 forks · 93 total · pushed 13 min ago1 mentions

    Imp is a full Elixir port of DSPy, a framework for building language-model programs declaratively. You define typed signatures instead of prompts, and Imp generates prompts, validates outputs, and provides modules, agent loops (ReAct), and retrieval. With labeled examples and a metric, optimizers like GEPA and MIPROv2 automatically improve your program's instructions and examples, all running on OTP with supervised, stateful agent processes.

    Why now: It was discussed on Hacker News as a full port of DSPy to the BEAM, notable because it brings DSPy-style self-improving LLM programs to the Elixir ecosystem, which lacked one.

    elixirllmdspyagentsmachine-learningbeam

  37. 77
    paperclipai/paperclip⬢githubTypeScript+3K ★ so far (+3.5%) · +274 forks · 89.8K total · pushed 8 min ago1 mentions

    Paperclip is an open-source orchestration platform for running teams of AI agents like a company. It's a Node.js server with a React UI where you define business goals, 'hire' agents (OpenClaw, Claude Code, Codex, Cursor, bash, HTTP), assign roles and budgets, then monitor work and costs from a dashboard. It provides org charts, governance, goal alignment, and coordination for autonomous agent organizations.

    Why now: It has exploded in popularity with 86k+ stars, riding the wave of interest in coordinating many autonomous AI agents, and positions itself alongside trendy tools like OpenClaw and Claude Code.

    ai-agentsorchestrationtypescriptnodejsreactopen-source

  38. 78
    debpalash/VoiceStudio⬢githubPython+1.3K ★ so far (+3.4%) · +154 forks · 40K total · pushed 10 h ago1 mentions

    VoiceStudio is an open-source, fully-local desktop app (Electron) that offers voice cloning, voice design, video dubbing, dictation, transcription, and audiobook creation in 646 languages, positioned as an ElevenLabs alternative. Workflows run on your own hardware with local speech models, and it includes a local API and MCP support for agents.

    Why now: It's trending (Trendshift badge) and gaining attention as a free, privacy-focused, self-hosted alternative to commercial voice AI services like ElevenLabs, with recent active development.

    voice-cloningttsspeech-to-textdubbinglocal-firstpython

  39. 79
    devdotfast/whiteboardYhnTypeScript+323 ★ so far (+20.8%) · +12 forks · 1.9K total · pushed 9 min ago1 mentions

    Whiteboard is an open-source desktop app where developers and AI coding agents collaborate on software design. Agents like Claude Code or Codex plug in via an SDK and draw diagrams (sequence diagrams, ER diagrams) on a shared canvas, with clickable links from visuals to code, an AST-aware semantic diff viewer written in Rust, and a decision log showing what the agent chose autonomously.

    Why now: It was just featured on Hacker News as a Show HN launch from a YC W26 company, which is driving attention.

    ai-agentsdiagrammingdeveloper-toolstypescriptopen-sourcedesktop-app

  40. 80
    dream-num/univer⬢githubTypeScript+1.1K ★ so far (+5.5%) · +79 forks · 20.1K total · pushed 3 h ago1 mentions

    Univer is an open-source TypeScript SDK for embedding office-style apps—spreadsheets, docs, presentations, relational tables, and more—into your own product. It offers canvas-based rendering, a formula engine, a plugin architecture, and a Facade API that works in both the browser and Node.js, letting developers compose just the features they need rather than adopting a fixed UI or hosted app.

    Why now: It is repositioning itself as 'The Office Harness for AI Agents,' a timely pitch as teams look for embeddable productivity surfaces where AI agents and humans can work on the same files.

    typescriptsdkspreadsheetofficeai-agentscollaboration

More →