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.
- 41
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.
- 42
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.
- 43
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.
- 44
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.
- 45
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.
- 46
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.
- 47
Jianying Headless is a local automation tool for Jianying Pro (剪映) on macOS that turns structured JSON editing plans into editable drafts with multi-track video, audio, text, keyframes, and effects. It can modify existing projects in isolated copies and export verified H.264/AAC MP4s via the native Jianying engine, with a bundled Agent Skill and CLI. A Windows FFmpeg export path exists but doesn't produce editable drafts.
Why now: It's gaining stars as a trending new repo, showcasing a validated 23-track Hypit-to-Jianying project handoff that passed full 1507-frame native export checks — notable for AI-driven video editing workflows.
- 48
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.
- 49
TypeLLM is a Python library that adds type-safe, schema-constrained generation to existing autoregressive LLMs served via SGLang, without modifying model weights. It guarantees outputs like strings, integers, booleans, and enums stay within a JSON Schema, with low token overhead, shared-prefix KV caching, dependency graphs between fields, optional per-field thinking mode, image input, and permutation averaging to reduce option-order bias.
Why now: It's trending on GitHub's most-starred new repos, with rapid daily updates, strong JevBench results (228/231 with thinking), and a recent image-input release.
- 50
Visual Studio Code is Microsoft's open-source code editor (the Code - OSS repository), combining simple editing with debugging, code navigation, an extension system, and integration with existing tools. Built in TypeScript on Electron, it ships monthly releases for Windows, macOS, and Linux, and is developed openly with the community under the MIT license.
Why now: It remains one of the most-starred and widely used editors on GitHub, with ongoing monthly feature updates; no specific new event is clear from the sources.
- 51
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.
- 52
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.
- 53
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.
- 54
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.
- 55
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.
- 56
reverse-skill is a skill router pack for AI coding agents (Claude Code, Cursor, Codex, Cline) that handles reverse engineering and authorized penetration testing tasks. When given an APK, binary, JS encryption, PCAP, or CTF challenge, it routes the agent to the right methodology and playbook, checks for required tools like jadx, Frida, or BurpSuite, and enforces a repeatable evidence-driven workflow with reports and a self-evolving knowledge base.
Why now: It is trending (Trendshift badge, ~37.8k stars) as AI agents increasingly take on security/reverse-engineering work; a v1.0.1 release exists but no specific recent event is clear from the sources.
- 57
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.
- 58
mobile-mcp is an MCP server that lets LLM agents and AI coding tools automate and scrape native iOS and Android apps on simulators, emulators, and real devices. It drives apps via the accessibility tree (with screenshot/coordinate fallback), offering taps, gestures, app management, and structured data extraction through a single platform-agnostic API, usable locally or via their cloud.
Why now: It has strong traction (~7.2k stars) and rides the wave of MCP adoption, letting tools like Claude Code and Copilot control real mobile devices; not clear from the sources if a specific event triggered current attention.
- 59
A Claude Code plugin and npm library that replaces lossy LLM-based context compaction with verbatim pruning: instead of summarizing old turns, it scores every tool call and result in fast API requests and deletes or truncates only the stale ones. Kept user and assistant text stays verbatim, recent messages are pinned, and it can also be used as a standalone TypeScript package.
Why now: It appeared among the most-starred new repos, likely because it offers a fresh alternative to lossy context-window compaction in Claude Code workflows.
- 60
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.
- 61
A TypeScript trading bot that runs an AI model (Jev) against the Kuru MON-USDC order book on Monad, posting a fresh post-only limit order every ~300 ms block to earn the spread rather than pay it. It streams decisions, quotes, fills, gas costs, and PnL to a dashboard via SSE, with a dry-run mode when no private key is set.
Why now: A brand-new, quickly-starred repo (2.4k stars within a day) demoing AI-driven block-by-block market making on Monad, with a live public dry-run dashboard.
- 62
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.
- 63
A GitHub repository collecting real AI engineering interview questions from 35 top companies (Anthropic, OpenAI, Google, Meta, NVIDIA, Databricks, Cursor, and more), organized company by company. It also groups questions by topic like LLM internals, inference and GPU performance, RAG, agents, fine-tuning, evaluation, safety, and AI system design, with answers linked where available.
Why now: It recently trended on GitHub as a new, highly-starred repo, reflecting strong demand for AI/LLM engineering roles and interview prep material.
- 64
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.
- 65
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.
- 66
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.
- 67
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.
- 68
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.
- 69
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.
- 70
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.
- 71
Next.js is Vercel's React framework for building full-stack web applications. It extends React with features like server-side rendering, static site generation, and hybrid rendering, and integrates Rust-based JavaScript tooling for fast builds. It's widely adopted, from individual developers to some of the world's largest companies.
Why now: not clear from the sources
- 72
TensorFlow is Google's open-source end-to-end machine learning framework. It lets researchers train neural networks and lets developers build and deploy ML-powered applications, with a broad ecosystem of tools and libraries. It provides stable Python and C++ APIs, other language bindings, GPU acceleration via CUDA, and pip-installable packages including a lighter CPU-only build.
Why now: not clear from the sources
- 73
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.
- 74
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.
- 75
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.
- 76
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.
- 77
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.
- 78
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
- 79
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.
- 80
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.