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
    TypeLLM/TypeLLMPython+238 ★ est. (+31.4%) · +3 forks · 776 total · pushed 1 h ago2 mentions

    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.

    llmpythonstructured-outputjson-schemasglangconstrained-generation

  2. 42
    wfzyx/vonPython+236 ★ est. (+33.8%) · +1 forks · 716 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

  3. 43
    awlevin/typesafe-computer-usePython+288 ★ est. (+28.9%) · +1 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

  4. 44
    Mak5er/AirCardSwift+1.3K ★ est. (+29.7%) · +11 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

  5. 45
    ethanplusai/astra-flash-orchestratorPython+207 ★ est. (+30.1%) · +1 forks · 694 total · pushed 1 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

  6. 46
    anmolkapil/plexoTypeScript+283 ★ est. (+25.7%) · +2 forks · 1.1K total · pushed 7 min ago2 mentions

    Plexo is a cross-platform desktop download manager (Windows, macOS, Linux) that speeds up file downloads by splitting them into byte-range chunks and downloading them in parallel over multiple network interfaces at once — such as Wi-Fi, Ethernet, USB-tethered phones, or cellular — aggregating their bandwidth into one faster transfer. It auto-detects network interfaces and dynamically scales worker connections per interface.

    Why now: It recently appeared among new, most-starred GitHub repos, likely driven by its demo video and the unusual trick of aggregating bandwidth across physically separate internet connections.

    downloadertypescriptcross-platformdesktop-appbandwidth-aggregationnetworking

  7. 47
    bespokelabsai/nimblePython+621 ★ est. (+33.8%) · +6 forks · 1.9K total · pushed 3 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

  8. 48
    theoephraim/awesome-cloudflare-selfhostedJavaScript+275 ★ est. (+25.9%) · +1 forks · 1.1K total · pushed 13 h 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

  9. 49
    mizorewww/laya-coremlPython+611 ★ est. (+41.1%) · 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

  10. 50
    TheoLeeCJ/SemIf-OpenJevPython+1.2K ★ est. (+27.1%) · +7 forks · 4.4K total · pushed 3 d ago2 mentions

    SemIf is an open-source Python project that lets software make small semantic decisions (routing, retries, yes/no checks) using open LLMs like a 4B Qwen model, reading typed option probabilities directly instead of generating and parsing text. It reproduces the interface pattern of TypeSafe's closed Jev service and runs locally on a consumer GPU, Apple Silicon, or even CPU, with a browser demo.

    Why now: It's trending as a popular open-source alternative to TypeSafe's closed Jev service — recently renamed from OpenJev, with active development, a no-waitlist browser demo, and 4.3k stars within a week of creation.

    llmpythonlocal-inferenceopen-sourcesemantic-decisionsself-hosted

  11. 51
    paperclipai/paperclip⬢githubTypeScript+1.2K ★ so far (+1.4%) · +113 forks · 88K total · pushed 12 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

  12. 52
    kvmem/kvmem-llama.cppC+++150 ★ est. (+23.3%) · +3 forks · 661 total · pushed 22 min 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

  13. 53
    TianyuCodings/NanoJevPython+722 ★ est. (+31.5%) · +2 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

  14. 54
    Parcha-ai/agentrunYhnJavaScript+56 ★ est. (+72.7%) · 80 total · pushed 12 h 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

  15. 55
    dream-num/univer⬢githubTypeScript+646 ★ so far (+3.4%) · +46 forks · 19.7K total · pushed 48 min 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

  16. 56
    gylive/ccodex-sleep-stateGo+208 ★ est. (+33.5%) · 619 total · pushed 6 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

  17. 57
    rohitg00/ai-engineering-from-scratch⬢githubPython+384 ★ so far (+0.7%) · +49 forks · 58.6K total · pushed 1 h ago1 mentions

    A free, open-source MIT-licensed curriculum of 523 lessons across 20 phases (~342 hours) teaching AI engineering from scratch — math, machine learning, LLM apps, agents, MCP servers, computer vision — in Python, TypeScript, Rust, and Julia. Each lesson produces a reusable artifact like a prompt, skill, agent, or MCP server, with a companion website and multilingual translations.

    Why now: It has rapidly grown to 58k+ stars and heavy traffic; its popularity likely comes from demand for practical, hands-on AI engineering education amid a widely cited gap between AI tool usage and professional readiness.

    coursellmai-agentspythoneducationopen-source

  18. 58
    Avinash-jetwani/jevmemYhnTypeScript+54 ★ est. (+63.5%) · 87 total · pushed 8 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

  19. 59
    vercel/next.js⬢githubJavaScript+151 ★ so far (+0.1%) · +105 forks · 142.7K total · pushed 13 min ago1 mentions

    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

    reactframeworkserver-renderingssgjavascriptfullstack

  20. 60
    saragordic/window-sweatersC+175 ★ est. (+24.6%) · +1 forks · 714 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

  21. 61
    QwenLM/Qwen-Image-2.1Python+352 ★ est. (+23.2%) · +-1 forks · 1.5K total · pushed 6 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

  22. 62
    tensorflow/tensorflow⬢githubC+++111 ★ so far (+0.1%) · +105 forks · 200.5K total · pushed 23 min ago1 mentions

    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

    machine-learningdeep-learningneural-networkspythonc++gpu

  23. 63
    microsoft/vscode⬢githubYhnTypeScript+89 ★ so far · +106 forks · 193.1K total · pushed 23 min ago2 mentions

    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.

    editorelectrontypescriptmicrosoftcross-platform

  24. 64
    NVIDIA/Model-Optimizer⬢githubPython+157 ★ so far (+3.4%) · +13 forks · 4.8K total · pushed 53 min ago1 mentions

    NVIDIA Model Optimizer (ModelOpt) is a Python library that compresses deep learning models using techniques like quantization, pruning, distillation, sparsity, neural architecture search, and speculative decoding. It takes Hugging Face, PyTorch, or ONNX models, applies optimization via Python APIs, and exports optimized checkpoints ready for deployment in inference frameworks like TensorRT-LLM, TensorRT, vLLM, and SGLang for faster inference.

    Why now: Recent NVFP4 quantization news and blogs, including Nemotron 3 Ultra 550B NVFP4 checkpoints and W4A4 tutorials, plus new AutoQuantize and quantization-aware distillation posts.

    quantizationmodel-compressioninferencenvidiapythonllm

  25. 65
    tamaratran/fast-jev-compactionTypeScript+2.1K ★ est. (+30.0%) · +7 forks · 7K total · pushed 9 d ago2 mentions

    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.

    claude-codecontext-compactiontypescriptnpmllmagent-tooling

  26. 66
    devdotfast/whiteboardYhnTypeScript+118 ★ so far (+7.6%) · +3 forks · 1.7K total · pushed 13 h 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

  27. 67
    jarrodwatts/jev-traderTypeScript+728 ★ est. (+29.6%) · +15 forks · 2.5K total · pushed 10 d ago2 mentions

    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.

    trading-botdefimonadmarket-makingtypescriptai

  28. 68
    pallavi-shekhar/ai-engineering-interview-questions-company-wiseMarkdown+523 ★ est. (+38.4%) · +2 forks · 1.4K total · pushed 7 d ago2 mentions

    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.

    interview-prepllmai-engineeringcareerstudy-guide

  29. 69
    mobile-next/mobile-mcp⬢githubTypeScript+283 ★ so far (+3.9%) · +15 forks · 7.5K total · pushed 3 d ago1 mentions

    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.

    mcpmobileautomationiosandroidllm

  30. 70
    zhaoxuya520/reverse-skill⬢githubPowerShell+257 ★ so far (+0.7%) · +28 forks · 38.2K total · pushed 5 d ago1 mentions

    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.

    securityreverse-engineeringpenetration-testingai-agentsclaude-codepowershell

  31. 71
    anthropics/claude-code-action⬢githubTypeScript+112 ★ so far (+1.2%) · +6 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

  32. 72
    block/buzz⬢githubRust+115 ★ so far (+0.3%) · +7 forks · 34.9K total · pushed 8 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

  33. 73
    InfinityLoop1308/PipePipeYhnShell+150 ★ so far (+2.4%) · +2 forks · 6.3K total · pushed 23 h ago1 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

  34. 74
    githubnext/localjevTypeScript+272 ★ est. (+34.9%) · +2 forks · 781 total · pushed 8 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

  35. 75
    openbao/openbao⬢githubGo+117 ★ so far (+1.5%) · +2 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

  36. 76
    geastack/examplesYhnTypeScript+46 ★ est. (+42.2%) · 112 total · pushed 10 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

  37. 77
    hydra-db/open-gleanTypeScript+456 ★ est. (+29.8%) · 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

  38. 78
    actions/runner-images⬢githubPowerShell+87 ★ so far (+0.7%) · +7 forks · 13.3K 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

  39. 79
    vinnylarouge/jevlikePython+361 ★ est. (+27.7%) · 1.3K total · pushed 10 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

  40. 80
    jackwener/wx-cli-againRust+172 ★ est. (+23.2%) · +3 forks · 746 total · pushed 12 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

More →