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. 1
    reladraw/reladrawYhnTypeScript+235 ★ so far (+470.0%) · +3 forks · 247 total · pushed 29 min ago1 mentions

    Reladraw is a text-based diagram language, written in TypeScript, where placement is explicitly stated with relative phrases like 'below' or 'right of', rather than coordinates or auto-layout. It sits between auto-layout tools (Mermaid, Graphviz, D2) and hand-positioning tools (draw.io, Excalidraw), letting you describe a specific arrangement in readable text that re-renders live in the browser.

    Why now: It was featured on Hacker News as a Show HN launch, positioning itself as filling a gap between auto-layout languages and manual diagram tools, especially for AI agents editing diagrams.

    diagramstypescriptdsltext-to-diagramai-agentsvisualization

  2. 2
    zai-org/ZCodeTypeScript+6.8K ★ est. (+100.1%) · +9 forks · 6.8K total · pushed 2 d ago2 mentions

    ZCode is an AI coding workbench from Z.ai that ships as a desktop app, browser-based interface, and terminal agent. The monorepo includes the client, backend services, shared UI, and the source for its Agent CLI and runtime, which can run a TUI or local web UI via a single `zcode` command, with optional SSH/WSL remote workspace support.

    Why now: Recently released v3.14.3 and quickly climbing GitHub trending with ~6.8k stars within days of the repo's creation.

    aicoding-agenttypescriptclidesktopmonorepo

  3. 3
    newliver666/apk-reversePython+1.9K ★ est. (+103.1%) · +24 forks · 2.1K total · pushed 2 d ago2 mentions

    apk-reverse is an Agent Skill for Android APK reverse engineering. Rather than a tutorial, it's a structured procedure meant to be loaded by AI coding agents (Claude Code, Codex, etc.), guiding them through debloating, ad removal, dex patching, repacking, and runtime/server analysis using override rules, gates, symptom indexes, and helper scripts to prevent agents from making repeated mistakes.

    Why now: It's trending as a newly created, heavily starred repository, notable for its novel approach of encoding reverse engineering workflows as agent-consumable skills with guardrails against typical LLM failure modes.

    androidreverse-engineeringagent-skillsllmpythonsecurity

  4. 4
    jev-chat/jev-chat-jarvisKotlin+6.7K ★ est. (+100.2%) · +3 forks · 6.7K total · pushed 8 h ago2 mentions

    Jev 聊天助手 is an Android 'conversation copilot' that reads the chat currently on your screen (via accessibility services, no app hooking or repackaging), uses LLMs to analyze the other person's intent and draft candidate replies, then fills them into the input box — you decide whether to send. It supports QQ, X DMs, and Feishu (with OCR fallback), and lets you configure your own model APIs.

    Why now: It's trending on GitHub's most-starred new repos (~6.7k stars days after its September 2026 release), notable for its non-invasive screen-reading approach and its decision-then-draft pipeline.

    androidllmchat-assistantaccessibility-servicekotlinocr

  5. 5
    Contrastive-LM/CLMPython+1.6K ★ est. (+105.7%) · +7 forks · 1.6K total · pushed 2 d ago2 mentions

    CLM is a Python library serving Contrastive Language Model-8B, a model trained contrastively to connect states and actions for fast 'System One' decision-making. It exposes a TypeSafe-compatible API for scoring states, asking typed questions (boolean/choice/score), and ranking candidate answers. A vLLM embedding server plus a small 75 MB reference head make serving lightweight, with cached state/action embeddings for low latency.

    Why now: It just launched as a highly starred new repo (v0.1, ~1.5k stars within a day), claiming performance on par with a rival 'Jev' at up to 9× lower latency and new SOTA verifier results on Terminal-Bench 2.1 and DeepSWE, plus an open invitation to benchmark it.

    llmmachine-learningagentscontrastive-learningpythonvllm

  6. 6
    tobi/disktreeRust+1.3K ★ est. (+105.7%) · +8 forks · 1.3K total · pushed 1 d ago2 mentions

    disktree is a desktop disk-usage analyzer that scans a disk (your home directory by default) and draws every directory as a nested treemap sized by real disk cost. You navigate with keyboard or mouse, mark folders and files to delete, review the list, then commit — with free space always visible. Built in Rust with GPUI, it integrates with the Omarchy desktop theme.

    Why now: It's trending on GitHub's most-starred new repos, gaining over 1,200 stars within roughly a day of its first release — likely driven by its polished treemap UI and Omarchy association.

    disk-usagetreemaprustgpuiguiomarchy

  7. 7
    driceroland/Search⬢githubYhnSwift+2.1K ★ est. (+101.5%) · +1 forks · 2.1K total · pushed 2 d ago3 mentions

    Search is a lightweight, free macOS web browser built on WebKit, made by design studio Office Commun. It strips browsing down to tabs and a single address/search field, with built-in ad blocking, reading mode, element hiding, picture-in-picture video, keychain password storage, and support for Chrome extensions via WebKit's extension engine. No accounts, sync, or telemetry; about 3 MB in size.

    Why now: It was featured on Hacker News, likely drawing attention as a minimalist alternative to bloated browsers like Chrome and Arc, with Chrome extension support on WebKit as a notable hook.

    browsermacoswebkitprivacyswiftminimalist

  8. 8
    NandhaKishorM/layaPython+20.5K ★ est. (+80.0%) · +28 forks · 25.9K total · pushed 8 h ago2 mentions

    Laya is a Python library that makes fast, single-forward-pass decisions over text — yes/no answers, scores, or choices from typed options — in 100+ languages. Instead of generating tokens like an LLM, it uses non-autoregressive checkpoints (ModernBERT-based) trained with RL, plus a router that automatically picks the right model per request, running in tens of milliseconds.

    Why now: It's trending as a newly released, heavily starred project, amplified by a dev.to article where the author says a frontier lab validated his earlier non-autoregressive decision-model idea.

    nlpdecision-modelmultilingualpytorchzero-shothuggingface

  9. 9
    yetone/magpieGo+1K ★ est. (+105.7%) · +2 forks · 1K total · pushed 44 min ago2 mentions

    magpie is a menu-bar app (plus TUI and CLI) that shows every AI coding agent installed on your machine—Claude Code, Codex, Gemini CLI, OpenCode, and more—with the model each is currently set to. Click an agent's model to swap it; magpie edits the right config file surgically, runs a local API-translating gateway so any agent can use any provider, and shares logins across agents.

    Why now: It's trending among newly starred repos, riding interest in mixing coding agents with cheaper third-party models (e.g., Codex on DeepSeek, Claude Code on Kimi).

    llmclimacosdeveloper-toolsmenu-bargateway

  10. 10
    dgreenheck/tidewaterJavaScript+737 ★ est. (+104.5%) · +4 forks · 737 total · pushed 1 d ago2 mentions

    Tidewater is a browser-based island fishing game running directly on WebGPU/WGSL with a custom-built rendering engine and no framework. You fish from piers, beaches, or a boat, sell your catch, upgrade gear, and explore a tropical island featuring an FFT ocean simulation, physically based atmosphere, volumetric clouds, and wildlife like a breaching humpback whale.

    Why now: It's trending as a newly starred repository, notable for being built with 'Opus 5.5' (an AI model) and demonstrating an ambitious custom WebGPU engine with advanced water, sky, and lighting rendering in JavaScript.

    webgpugamejavascriptwgslrenderingbrowser

  11. 11
    JohnHeibel/PDoomVideoJavaScript+1K ★ est. (+103.3%) · +3 forks · 1K total · pushed 1 d ago2 mentions

    Source code for a fully AI-generated music video of the song 'I'm Upping My P(doom)', created by Claude Opus 5.5 in Claude Code. The model wrote all the code, storyboard, and animation guide itself — using p5.js and p5.brush to paint frames, then rendering them via headless Chrome and ffmpeg into an MP4 with the song.

    Why now: It's trending as a showcase of agentic AI creativity: an entire music video generated end-to-end by Claude with no scene direction from a human, plus a follow-up general-purpose animation base repo.

    ai-generatedp5jsclaudeanimationcreative-codingjavascript

  12. 12
    mizorewww/laya-mlxPython+6K ★ est. (+94.0%) · +2 forks · 6.4K total · pushed 4 d ago2 mentions

    Laya-MLX is a native Apple Silicon (MLX) runtime for Laya typed decision models: instead of generating text, it returns structured answers (e.g. picking a department from a choice list) for short English questions. It runs fully locally with no PyTorch, Transformers, or cloud API, achieving ~13 ms median latency (7.4 ms multilingual) on an M3 Max, with a pip-installable Python API and a Snake-game demo.

    Why now: It's trending among newly starred repos, likely due to the low-latency local typed-decision demos (Snake at 75 moves/s) and benchmark claims versus text-generation approaches.

    mlxapple-siliconinferencelocal-aidecision-modelpython

  13. 13
    Mak5er/AirCard-iOSSwift+994 ★ est. (+97.9%) · +7 forks · 1.1K total · pushed 6 d ago2 mentions

    AirCard-iOS is a Swift/Rust app for iOS 27+ that customizes Apple Wallet card artwork, lock screen passcode dialer themes, and PosterBoard wallpapers directly on device without jailbreak. It talks to internal system services via a LocalDevVPN loopback tunnel, supports batch card flashing, .passthm theme import/export, .tendies wallpaper installation, and is sideloaded as an IPA via SideStore, AltStore, or TrollStore.

    Why now: It's trending as one of the most-starred new repos, likely for showcasing on-device system customization without a jailbreak on iOS 27.

    iosswiftrustjailbreak-freecustomizationsideload

  14. 14
    kryvora-network/kryvora-nodeGo+887 ★ est. (+102.8%) · +1 forks · 887 total · pushed 4 d ago2 mentions

    kryvora-node is a Go daemon that connects your machine to Kryvora Network, a decentralized physical infrastructure network (DePIN). The daemon runs a worker engine for task execution, a telemetry daemon that performs probes, and reports proof of availability via mutual TLS heartbeats and verification probes to a central Coordination Hub. Running a node requires an on-chain Genesis Node Key on Arbitrum One.

    Why now: It's a brand-new repository trending on GitHub for stars, suggesting recent launch buzz around the Kryvora DePIN network. Note that node operation requires obtaining an on-chain soulbound credential and bootstrap token.

    depingoblockchainnode-runnertelemetrydistributed-systems

  15. 15
    unreallabsai/unreal-agentGo+2K ★ est. (+100.4%) · 2K total · pushed 3 d ago2 mentions

    Unreal Agent is a Go library for building LLM agents around an async-first architecture. It provides durable, idempotent input handling, append-only forkable session history, tool translators that validate model calls without I/O, and an actor-based operation manager for durable asynchronous work. Components are interface-based and swappable, e.g. proxying operations to remote sandboxes.

    Why now: It recently appeared as one of the most-starred new repos, gaining ~2k stars within days of release.

    gollmagentsasynclibraryself-hosted

  16. 16
    anishfn/shapeshiftTypeScript+683 ★ est. (+101.3%) · +2 forks · 683 total · pushed 3 d ago2 mentions

    Shapeshift is a TypeScript UI component where a single text box dynamically morphs into the right interface as you type — an event card, checklist, timer, color picker, bill splitter, converter, poll, and more. Intent classification is done by the TypeSafe Jev model (or a built-in offline keyword classifier), while dates, amounts, and math are handled by deterministic code.

    Why now: It's newly created and rapidly starred on GitHub's trending list, with a live demo and a 60-second video showing the morphing input in action.

    typescriptuiainextjsoffline-firstinput

  17. 17
    nokia-applied-research/AnyJevPython+796 ★ est. (+101.8%) · +1 forks · 796 total · pushed 3 h ago2 mentions

    AnyJev is a Python library that converts any LLM into a calibrated decision model without fine-tuning. It wraps language models to produce typed decisions with real probability distributions (e.g. routing a ticket to billing/technical/sales), fixing order-flip instability and improving calibration. It supports multiple levels, vLLM serving, and fitting a lightweight head with as few as 100-500 labels.

    Why now: It recently appeared on GitHub trending as one of the most-starred new repos, with an active vLLM integration making calibrated LLM decision endpoints easy to deploy.

    llmcalibrationdecision-modelvllmpythontransformers

  18. 18
    freestylefly/WeChatBridgeSwift+790 ★ est. (+101.0%) · +1 forks · 790 total · pushed 3 d ago2 mentions

    WeChatBridge is a native macOS tool (Swift, sandboxed Share Extension) that adds WeChat's 'forward to other apps' targets so users can send multi-selected chat records—exported by WeChat as a ZIP of text, images, and video—straight to AI agents like Codex, Claude, Doubao, or to Obsidian as Markdown notes, the clipboard, or custom apps. Everything stays local: it reads only WeChat's own exported files, never the WeChat database.

    Why now: Recently released a Developer ID signed and notarized 0.1.14 DMG and gaining stars on GitHub trending, riding interest in piping chat context into AI agents.

    macosswiftwechatai-agentobsidianshare-extension

  19. 19
    mizorewww/laya-coremlPython+1.5K ★ est. (+99.4%) · 1.5K total · pushed 4 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

  20. 20
    deepopen-com/deepopenPython+1K ★ est. (+100.0%) · 1K total · pushed 1 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

  21. 21
    mikehasa/golive-skillTypeScript+979 ★ est. (+100.3%) · 979 total · pushed 11 h ago2 mentions

    GoLive is an open-source Agent Skill plus zero-dependency Node CLI that helps you launch apps built by coding agents. It detects what your project needs, proposes a plan, waits for your approval, applies hosting, database, domain, DNS, email and payments setup using your own provider accounts, then verifies results and can tear everything down. No GoLive account, backend or telemetry.

    Why now: Trending on GitHub's most-starred new repos, riding interest in agent-driven deployment: it tackles the gap between an agent building an app and actually shipping it, with an approval-first trust model.

    ai-agentsdeploymentdevopsclitypescriptself-hosted

  22. 22
    asokurasu/text-humanizerPython+730 ★ est. (+100.8%) · 730 total · pushed 8 h 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

  23. 23
    riba2534/claude-opus-5-5-demoJavaScript+808 ★ est. (+100.0%) · 808 total · pushed 3 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

  24. 24
    yukitorido/short-video-generator-AIPython+717 ★ est. (+100.1%) · 717 total · pushed 3 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

  25. 25
    jaredpalmer/kev⬢githubYhnPython+5.5K ★ est. (+76.7%) · +2 forks · 7.2K total · pushed 10 h ago3 mentions

    Kev is a family of small open decision models built on Qwen3.5/3.8, following the Jev architecture. They answer yes/no, multiple-choice, and rating questions with calibrated probabilities. You can use pretrained weights in four sizes (0.8B to 27B), fine-tune on your own labeled data, and serve them locally or with a one-command deploy that scales to zero.

    Why now: It's an open, self-hostable drop-in replacement for TypeSafe's hosted Jev API — the TypeSafe SDK works unchanged — and benchmarks show the 27B model approaching Jev's accuracy.

    llmdecision-modelself-hostedpythonfine-tuning

  26. 26
    cdyforever/how-to-live-betterHTML+961 ★ est. (+89.3%) · +4 forks · 1.2K total · pushed 1 d ago2 mentions

    A single-file HTML reader for the open-source Chinese book 《高性价比人生指南》(How to Live Better). It renders all 32 sections and 528 tips as searchable cards showing evidence grade, cost-effectiveness tier, and plain-language explanations. It's fully self-contained—no CDNs or network needed—works offline on phones, includes dark mode, filtering, and daily auto-rebuilds from the upstream book repo.

    Why now: It's trending as one of the most-starred new repos, riding interest in the original public-domain book by offering a zero-dependency, mobile-friendly reading version.

    htmlself-containedofflineebookreadersearch

  27. 27
    browser-use/jev-ultrafastPython+14.2K ★ est. (+69.3%) · +7 forks · 20.6K total · pushed 1 d ago2 mentions

    Jev Ultrafast is a Python browser agent that completes a natural-language goal by controlling a real Chrome browser. Instead of a large model choosing free-form actions, it builds an indexed table of page elements and uses one TypeSafe API call to pick an operation (click, select, scroll, wait) and target, with a small LLM only generating text for typing. The README demos a Google Flights search in ~7 seconds.

    Why now: It recently appeared on GitHub's 'new repos, most starred' lists with over 20,000 stars in days, driven by a viral speed demo and the opening of the Browser Use Cloud waitlist.

    browser-agentllmpythonautomationweb-agents

  28. 28
    v-modal/awesome-jev-tools+692 ★ est. (+95.4%) · 725 total · pushed 2 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

  29. 29
    Rizzo-AI-Academy/rizzo-flowPython+621 ★ est. (+100.2%) · 621 total · pushed 1 d ago1 mentions

    Rizzo Flow is an open-source, fully local alternative to TypeSafe's hosted Jev service. It turns unstructured state into typed, probabilistic decisions (yes/no, choices, scores) without generating text tokens, using fine-tuned Spark-X2.5 models on llama.cpp. It exposes a Jev-compatible HTTP API, so existing client code only needs its URL changed to localhost.

    Why now: Fresh fine-tuned weights (25 Sept 2026) improved accuracy and probability calibration on the typed-decisions benchmark, and it's trending among newly starred repos as a local, open-weights answer to Jev.

    llmlocal-firstpythonllama.cppopen-weightsapi

  30. 30
    volotat/mini-AGI⬢githubYhnPython+678 ★ est. (+87.4%) · +1 forks · 776 total · pushed 18 h 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

  31. 31
    bespokelabsai/nimblePython+1.5K ★ est. (+81.2%) · +6 forks · 1.8K total · pushed 2 d ago2 mentions

    Bespoke Nimble is an open recipe for building a fast, typed classification model. Given text and a schema of questions (multiple-choice or true/false), Bespoke-Nimble-9B returns each answer with per-choice probabilities in a single step, no chain-of-thought reasoning. The repo covers contrastive data curation, LoRA fine-tuning of Qwen3.5-9B, and serving, runnable on Apple Silicon or NVIDIA GPUs.

    Why now: It's trending as a new, highly starred open replication of TypeSafe's Jev System One model, with a recently released 9B checkpoint, public training data, and a shared benchmark suite.

    llmclassificationfine-tuningdata-curationpythonopen-models

  32. 32
    heyjunpenn/awesome-jevAstro+763 ★ est. (+90.0%) · 852 total · pushed 1 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

  33. 33
    incoai/splashC+++730 ★ est. (+86.3%) · +1 forks · 855 total · pushed 11 h ago2 mentions

    Splash is a local LLM inference engine for Apple silicon Macs, written in C++ with Metal kernels and DFlash 2 speculative decoding. It runs coding agents and OpenAI/Anthropic-compatible apps on one machine, with vision, tool calling, a built-in chat page, prefix caching, automatic memory planning, and optional KV cache offload to SSD.

    Why now: It's trending on GitHub's most-starred new repos shortly after release, and its README references a fresh DFlash 2 blog post and an LM Studio integration guide, suggesting recent ecosystem buzz.

    llminferenceapple-siliconmetalcoding-agentsspeculative-decoding

  34. 34
    kerpopule/hermes-jev-skillsPython+727 ★ est. (+85.8%) · +1 forks · 852 total · pushed 6 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

  35. 35
    yibie/awesome-jevPython+1.3K ★ est. (+75.1%) · +7 forks · 1.8K total · pushed 2 h ago2 mentions

    awesome-jev is a curated list of public projects, integrations, and discussions that use Jev — TypeSafe AI's 'System One' model that turns unstructured state plus a typed question into a typed decision (choice, score, or boolean) with a confidence value. The list organizes real-world usage by category and application domain, with strict inclusion rules and explicit warnings that listing is not endorsement.

    Why now: It appeared among the most-starred new repos, likely riding interest in the Jev launch and its typed-decision approach; it also explicitly addresses controversy around bulk, low-quality submissions.

    awesome-listllmaicuratedtyped-decisions

  36. 36
    Lumid-Off/AirCard-WindowsRust+772 ★ est. (+83.0%) · +1 forks · 930 total · pushed 2 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

  37. 37
    robbietilton/CompositorSwift+4K ★ est. (+69.1%) · +3 forks · 5.8K total · pushed 19 h ago2 mentions

    Compositor is a free, open-source image editor for Mac built in Swift as a Photoshop alternative. It focuses on compositing and post-processing workflows, offering layers, masks, adjustment layers, selections, painting and retouching tools, filters, and a Camera Raw-style panel, with the full Xcode project available so anyone can modify features.

    Why now: It has been rapidly gaining stars on GitHub as a trending new project, tapping into frustration with Adobe's pricing and promising a familiar, genuinely full-featured free alternative on Mac.

    photoshop-alternativeimage-editorswiftmacosopen-sourcecompositing

  38. 38
    Mak5er/AirCardSwift+3K ★ est. (+70.1%) · +2 forks · 4.4K total · pushed 4 d ago2 mentions

    AirCard is a macOS app that lets you customize the appearance of Apple Wallet cards and the iPhone lock screen passcode keypad on iOS 18+ without jailbreaking. It detects cards via a connected iPhone, lets you assign custom artwork per card or in bulk, and includes a creator for .passthm passcode themes with photo framing and real-time previews. It works standalone with no extra tools required.

    Why now: It's gaining attention as one of the most-starred new repos, riding interest in no-jailbreak iOS theming via the 'airlift' exploit.

    iosswiftthemingapple-walletmacosno-jailbreak

  39. 39
    TianyuCodings/NanoJevPython+1.7K ★ est. (+75.1%) · +1 forks · 2.3K total · pushed 5 d ago2 mentions

    NanoJev is a small open-source Python replica of Jev, a 0.6B 'parallel decision' model. Instead of decoding tokens, it takes game states and questions and directly outputs probability distributions over 2–255 candidate choices. The repo includes an end-to-end training pipeline, datasets, and a single checkpoint that plays ViZDoom, Maze, and Snake.

    Why now: A recent update (Sept 20, 2026) showed one checkpoint beating the original Jev on ViZDoom benchmarks, with side-by-side browser replays comparing NanoJev, Jev, and untuned Qwen — driving attention on trending repos.

    llmreinforcement-learningpythongame-agentsresearchopen-source

  40. 40
    geastack/examplesYhnTypeScript+108 ★ est. (+99.1%) · 109 total · pushed 3 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

More →