GitHub trends for September 18, 2026
What was taking off on GitHub on September 18, 2026: peak magnitude of the day, summary and where it was spotted.
-
9.7
cloudflare/security-audit-skill
A coding-agent skill that turns the agent into a security auditor, running a multi-phase code audit with independently verified, machine-readable findings.
-
9.6
browser-use/jev-ultrafast
A browser agent with a dynamic, indexed action space: given one natural-language goal it picks an operation (CLICK, TYPE_TEXT, SELECT, etc.) and an element, using a small LLM to generate text only for typing.
-
8.7
alibaba/open-code-review
AI code review tool from Alibaba: reads git diffs and, via an LLM agent with file access and repo search, produces line-level review comments. Ships with built-in rules (NPE, thread-safety, XSS, SQL injection) and a…
-
8.7
tamaratran/fast-jev-compaction
Claude Code plugin that replaces context compaction summaries with Jev decisions: every tool call and result is scored in one fast request, stale ones are dropped or truncated, everything kept stays verbatim. Also…
-
8.7
TheoLeeCJ/SemIf
An open reproduction of the Jev-style semantic decision interface: reads typed option probabilities directly from a 4B model's logits without generating text. Runs on a single RTX 3090.
-
8.2
hypit-ai/hypit
Hypit gives AI agents a language and system to create video: the agent clones a viral clip as an editable workflow — footage, captions, B-roll and effects anchored to words instead of seconds.
-
8.2
mcncarl/jianying-headless
Local automation tool for Jianying Professional on macOS: builds native drafts from a JSON plan, edits copies of existing multi-track projects, and exports MP4 via the native engine on demand. Requires installed…
-
8.1
eternity4719/HowToLiveBetter
An evidence-based life guide: 498 recommendations on longevity, first aid, personal finance, law, employment, family and emigration. Each lists costs, benefits, evidence level and primary sources.
-
8.1
Tencent/BrowserSkill
BrowserSkill connects AI agents (Cursor, Claude Code, Codex, etc.) to your already logged-in browser via the bsk CLI and an extension, letting the agent work in a separate window without interrupting you.
-
7.4
jarrodwatts/jev-trader
Trading bot for the Kuru DEX on Monad: every block (~300 ms) an AI model decides buy or sell from the MON-USDC order book and posts a post-only limit order one tick inside the touch, earning the spread. Includes a…
-
7.4
vinnylarouge/jevlike
A small trainable model that picks one option from a changing list of text options in a single forward pass, an open alternative to TypeSafe's Jev. Aimed at developers who need fast classification or menu selection…
-
7.3
Tencent/WeKnora
Open-source LLM knowledge platform: turns raw documents into queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.
-
7.1
korcarc/text-humanizer
A Python tool that rewrites AI-generated text through an LLM and translation pipeline to bypass detectors like Turnitin and GPTZero. Supports 8 languages and requires a DeepSeek API key.
-
7.1
yynxxxxx/gpt_sub_analysis
A guide to analyzing the ChatGPT iOS subscription flow: it describes intercepting the buyProduct request via Reqable and SSL Kill Switch 3 and rewriting the offerName and salableAdamId fields to obtain the Pro 20x…
-
7.0
Continuum-AI-Corp/OrcaBonsai-27B-Uncensored
A tool for runtime refusal ablation in the compressed Ternary Bonsai 2 27B LLM: it projects the residual stream to remove the refusal direction without modifying or re-quantizing weights. Runs on Apple Silicon via MLX.
-
6.9
TencentCloud/Octop
Self-hosted AI assistant in Python with multi-user and multi-agent support: a single process serves a web dashboard, CLI, IM integrations and cron, with all data kept locally.
-
6.7
coder/coder
Self-hosted platform for cloud development environments and AI coding agents: workspaces are defined in Terraform, connected via a Wireguard tunnel, and shut down automatically when idle.
-
6.6
gylive/ccodex-sleep-state
A local Go tool that tries to improve Codex behavior: it collects and injects X-Codex-Turn-State and manages proxies, subscriptions and Astra/Sol/Terra models via a web panel. It does not guarantee better model quality…
-
6.6
thruwire/foreman
Foreman is an experimental Python runtime that runs Codex workers on software tasks while independently assessing their progress via the Jev model to decide whether to continue, stop, or finish the work.
-
6.6
TianyuCodings/NanoJev
A nano replica of Jev built on Qwen3-0.6B that outputs probability distributions over candidates in a single forward pass with no token decoding, plus a training pipeline and game demos (maze, Snake).
-
6.5
arnegiacomo/fugleramme
E-ink bird frame for Raspberry Pi that detects birds in real time by audio using BirdNET-Go and displays them as hand-cut 1800s illustrations.
-
6.4
anthropics/knowledge-work-plugins
A collection of open-source plugins for Claude Cowork and Claude Code that turn the assistant into a specialist for a specific role: sales, support, finance, legal, marketing, data and more. Each plugin bundles skills,…
-
6.4
wide-trace/open-higgsfield
Open-source self-hosted studio for image and video generation across 32 models (8 image, 24 video) in one interface with a single prompt bar, gallery and per-model settings.
-
6.4
zhengkid/Dream-RSI
Research project on recursive self-improvement: past discovery histories become a replay simulator used to evaluate and refine exploration policies. Code is still being prepared; paper and demo are available.
-
6.3
AbdelStark/awesome-typesafe
A curated list of official resources and community projects around TypeSafe, System One models, and Jev — an API that returns typed probabilistic decisions instead of generated text.
-
6.3
asciimoo/hister
A private Go search engine that indexes the full contents of visited pages and local files. Search is available via web UI, terminal, or an AI assistant through MCP.
-
6.3
Mak5er/AirCard
A macOS tool that customizes Apple Wallet cards and lockscreen passcode keypad themes on iOS 18+ without jailbreak via the airlift exploit. It lets you assign custom artwork to Apple Pay cards and apply .passthm themes.
-
6.2
ctdal/cve-2026-41940-PoC
PoC exploit for CVE-2026-41940, a critical authentication bypass in cPanel & WHM (CVSS 10.0) that grants unauthenticated root-level WHM access by injecting CRLF sequences into server-side session files.
-
6.2
Human-Agent-Society/reef
Continual learning infrastructure for self-improving agents: connects agent inference, feedback collection, learning, and versioned delivery of updates. Lets you train model weights or improve an agent's harness…
-
6.2
robbietilton/Compositor
A free, open-source raster image editor for macOS written in Swift — a Photoshop alternative focused on compositing and post-processing.
-
6.1
nMaas8388/github-ranking-audit
A Python script that audits a GitHub repository's search ranking signals: it checks name, description, topics, README, stars, and activity, scoring each factor from 0 to 100.
-
6.1
rustfs/rustfs
RustFS is a distributed object storage system written in Rust with an S3-compatible API, positioned as a faster Apache 2.0 alternative to MinIO. It is optimized for data lake, AI, and big data workloads.
-
6.0
apple/xcode-project-format
Apple's Swift library for reading, writing, and manipulating Xcode's JSON-based project.xcproj format, with a typed model under the XCSchema namespace. Also ships the xcprojformatter CLI tool.
-
6.0
cobanov/awesome-jev
A curated list of projects built with Jev, TypeSafe AI's System One model for fast typed probabilistic decisions (classification, routing, scoring, guardrails).
-
6.0
NandhaKishorM/laya
Laya is a non-autoregressive decision engine that answers typed questions (choice, score, noul) over any state (text, email, ticket, JSON) in a single forward pass (~35 ms on GPU) with calibrated probabilities.
-
5.9
fhshaik/typesafe-mario
An experimental controller where TypeSafe's Jev model picks NES buttons for Super Mario Bros from structured JSON built from emulator telemetry, without screenshots.
-
5.9
jackwener/wx-cli-again
A Rust CLI for querying local WeChat data: sessions, chat history, search, contacts, group members, favorites, stats and export. It decrypts local SQLCipher databases and returns JSON output designed for AI agents.
-
5.9
kitze/skillbox
Self-hosted versioned skills library for AI agents: stores markdown skills with immutable revisions, access profiles and client keys, exposed via HTTP MCP or a stdio bridge. Lets a team centrally manage prompts and…
-
5.9
theoephraim/awesome-cloudflare-selfhosted
A curated list of open-source apps that replace SaaS products and run in your own Cloudflare account on Workers, D1 and R2. Each entry is audited against its licence and deploy configuration.
-
5.8
ahmedkhaleel2004/gitdiagram
A web service that turns any public or private GitHub repository into an interactive architecture diagram: it analyzes the file tree, README and code excerpts with an LLM to build a system graph with links to sources.
-
5.8
Itz-Anya/Code-Quote
A service that returns a random programming quote as a self-contained SVG card on a single GET request, with no JavaScript, database, or account. It is meant to be embedded in READMEs on GitHub, GitLab, or npm.
-
5.8
monid-ai/monid
A connector layer for AI agent tools: a single API gateway giving an agent access to 2,000+ tools across 72+ providers (search, scraping, data enrichment, media generation). Connectors are declarative and can be…
-
5.8
supabase/supabase
Postgres development platform: hosted database with auth, auto-generated REST/GraphQL APIs, realtime subscriptions, file storage and edge functions. An open-source Firebase alternative.
-
5.7
chaseleantj/desktop-habitats
A living aquarium on your macOS desktop: fish react to your cursor and compete for food while plants sway in a slow current. The scene renders locally with Three.js and WebGL2, fully offline.
-
5.6
ankitects/anki
Anki is a spaced repetition flashcard program for memorizing information. This repo holds the source code of the desktop version, written in Rust.
-
5.6
anthropics/uplifting-biomolecular-modeling
A reference collection of 36 drop-in optimization kits for the inference paths of open protein- and genomics-ML tools, from structure prediction to protein language models. Each kit speeds up a pinned upstream release…
-
5.6
BennyThink/NFCX
Cross-platform GUI desktop app for NFC card work: reader discovery, MIFARE Classic reads, dumps, key management, and key recovery. For cards you own or are authorized to test.
-
5.6
dabit3/jev-experiments
A collection of TypeScript demo apps focused on low latency and type safety; each app lives in its own top-level directory with its own README and tests.
-
5.6
devagrawal09/jev-review
A TypeScript code-review tool that analyzes a Git diff or a whole codebase through structured TypeSafe Jev model calls and shows the report in a local dashboard.
-
5.6
Fission-AI/OpenSpec
OpenSpec is a spec-driven development framework for AI coding assistants: it turns ideas into Markdown specs with requirements and scenarios before any code is written. It supports 30+ tools (Cursor, Copilot, Codex,…
-
5.6
Taurine-Technology/axon-pulse-foss
Axon Pulse is a lightweight subscriber-side network quality sensor, written in Go, that continuously measures gateway and internet latency, jitter, loss, DNS, HTTPS reachability, captive portals, link health and…
-
5.5
bojieli/ai-infra-book
Open book "Understanding AI Infra" by Bojie Li: quantitative derivation of LLM inference and training system design from hardware constraints and model architecture. Includes full text, PDF, calculation tools and…
-
5.5
cilium/cilium
Cilium is an eBPF-based networking solution for Kubernetes: a CNI plugin with load balancing, L3-L7 network policies, and observability, able to replace kube-proxy.
-
5.5
sabbircode-dev/learning-python
A personal repository of learning programs and exercises covering Python basics: variables, conditions, loops, functions and simple projects.
-
5.5
yibie/awesome-jev
A curated list of public projects, integrations, and discussions built on Jev — TypeSafe AI's System One model for typed decisions (choice, score, boolean with confidence).
-
5.4
aardappel/goose
Goose is a systems programming language with memory managed via data stacks: no heap, no GC, no lifetime annotations, and it compiles to C. It claims to be faster and more memory-efficient than C++ and Rust while…
-
5.4
anthropics/claude-code
An agentic coding tool that lives in the terminal: it understands your codebase, executes routine tasks, explains complex code, and handles git workflows via natural language commands.
-
5.4
mirkovicdev/HFTENGINE
A replay console for hftbacktest market-making backtests: shows the order book, queue position of every resting order, feed and order latencies, fills and the raw feed on real recorded Binance Futures data. A…
-
5.4
repoboost-hq/buy-github-stars
A service selling GitHub stars from aged accounts with commit history, delivered gradually with a no-drop replacement guarantee. Aimed at developers comparing paid star services before ordering.
-
5.3
bobeff/open-source-games
A curated list of open-source video games and open-source remakes of commercial games, grouped by genre from shooters and strategies to city builders.
-
5.3
Claude-Reverser/Ambient
Native macOS app that plays video live wallpapers and adds movable desktop widgets (clock, date, CPU, RAM, network).
-
5.3
DEX-zha/PortalForge
A 3D level editor and reverse-engineering toolkit for Skylanders: Spyro's Adventure (Wii): reads and writes IGA v4 archives and IGZ v5 object graphs, edits placements, and builds a Riivolution patch.
-
5.3
fatwang2/awesome-jev
A directory of open-source projects built on TypeSafe Jev: SDKs, integrations and developer tools, plus a reusable GitHub Action for reviewing submissions to the list.
-
5.2
alphaXiv/OpenResearch
A local-first workspace for research agents that turns Claude Code, Codex, OpenCode, or Cursor into agents reviewing literature, forming hypotheses, and running experiments. Each direction gets an isolated git worktree…
-
5.2
jamiepine/voicebox
A local-first AI voice studio: clone voices, generate speech with 7 TTS engines, and dictate into any app via a global hotkey. An open-source alternative to ElevenLabs and WisprFlow running entirely on your machine.
-
5.2
n8n-io/n8n
Fair-code platform for workflow automation and AI agents: visual canvas plus custom code, self-hosted or cloud, with 1500+ integrations.
-
5.2
NationalSecurityAgency/ghidra
A software reverse engineering framework from the NSA: disassembly, decompilation, graphing and scripting for analyzing compiled code on Windows, macOS and Linux.
-
5.2
realZachi/pg-jev
A PostgreSQL extension that lets you filter, rank and classify table rows using plain-language conditions via TypeSafe's Jev model.
-
5.1
kuhnhomeuk-cell/procedural-film
An agent skill that turns a topic into a 30-second vertical film: all visuals are drawn on canvas in vanilla JavaScript and sound is synthesised with Web Audio, with no media assets. Output is a single HTML player plus…
-
5.1
miuuyy/codex-chatgpt-web
A bridge that lets you use ChatGPT Web (including Pro) as a native model in Codex — with context, tools, streaming and images, without spending Codex quota.
-
5.1
shinthink/blitzstrike
A TypeScript/Bun MCP server packaging a pentest methodology into three tiers: attack-surface reconnaissance, source-to-sink tracing, and live validation of findings before reporting.
-
5.1
yi1108/printfilm
Open-source AI studio for short videos and episodic comics: from theme and script through storyboard, image, video and voice generation to the final cut. Includes a user frontend, admin panel, billing and an open API.
-
5.0
deepseek-ai/deepseek-harness
Open-source agent harness by DeepSeek AI written in TypeScript, built on an everything-is-a-plugin architecture powered by Cordis. It runs as a web UI via npx and serves as a base for composing AI agents from plugins.
-
5.0
droidrun/mobile-jev
A standalone mobile agent for Android: given a text goal, it drives a real phone via the Mobilerun API and the Jev model, with a React studio, CLI, and action traces. No ADB required.
-
5.0
ekzhang/openjev-sglang
HTTP server implementing the TypeSafe/Jev API for structured text classification on Qwen3.6-35B-A3B via SGLang; returns answer probabilities without generating a chain of thought.
-
5.0
google/artemis
Google's tool for automating Android devices from natural-language instructions: drives apps, captures logs and screenshots, and integrates with AI assistants via MCP.
-
5.0
indada/repopilot
Self-hosted agent built on the OpenAI Codex SDK that turns GitHub Issues and PRs into a bounded cycle of test generation, failure reproduction, code repair and independent Docker verification. The merge decision stays…
-
5.0
linguo2625469/workbuddy2api-panel
Self-hosted OpenAI-compatible gateway that turns Tencent CodeBuddy accounts into a unified /v1/chat/completions API with account pooling, rotation, cooldowns and a web admin panel.
-
5.0
NiazMorshed2007/jev-review
Local-first MCP plugin that gives AI coding agents structured code-quality scores across metrics like correctness, complexity, tests, and security via the Jev API.
-
5.0
unstablebuild/rune
A fast, GPU-rendered, keyboard-driven IDE for power users: code, terminals, CLI tools, language intelligence, debugging, and AI agents in one composable multi-workspace environment. The AI coding agent ships as an…
-
4.9
abue-ammar/tinycast
A fully native macOS launcher with a global hotkey, clipboard history, file search, calculator, notes, and support for running Raycast extensions. Built in SwiftUI and AppKit with zero third-party dependencies, using…
-
4.9
addyosmani/agent-skills
A collection of 25 engineering skills and 9 slash commands for AI coding agents, covering the development lifecycle from spec to ship. Helps agents follow proven practices: TDD, code review, task planning.
-
4.9
JustVugg/colibri
A pure-C, zero-dependency inference engine for running large MoE models (744B–2.8T parameters) on consumer hardware by treating VRAM, RAM, and storage as a single multitier hierarchy and streaming experts from disk.
-
4.9
XGEN-Labs/XGEN-JING
XGEN-JING is an egocentric interactive experience model built on MiniMax-H3 that generates first-person video and audio for navigation, object interaction, and dialogue from actions, reference images, and observation…
-
4.8
ever-co/ever-gauzy
Open business management platform covering ERP, CRM, HRM, ATS and project management with time tracking. Suits companies, agencies and freelancers who need employees, clients, invoices and tasks in one place.
-
4.8
jemalloc/jemalloc
A general purpose malloc(3) implementation focused on avoiding fragmentation and supporting scalable concurrency. Used as the FreeBSD libc allocator and in many applications, it includes heap profiling and…
-
4.8
kvmem/kvmem-llama.cpp
A llama.cpp port with tiered KV memory: a bounded GPU KV working set, host-RAM storage and query-based retrieval of relevant blocks. Runs Qwen3.8-27B with a 256K logical workspace on 16 GiB VRAM for long-running agent…
-
4.8
SpikeCalls/FlyDrones
Turns a fruit fly connectome (MaleCNS, 166k neurons) into a drone pilot: camera → visual neurons → spiking network → descending neurons → drone commands. Browser demo runs with no install.
-
4.7
affaan-m/ECC
A performance optimization system for coding agents: a set of agents, skills, memory, and rules that adds a plan-test-review-remember workflow to Claude Code, Codex, Cursor, and other harnesses.
-
4.7
awlevin/typesafe-computer-use
Drives macOS toward a goal typed in plain English: OCR the screen, pick the next action via a TypeSafe classifier, click. Costs about $0.0002 per step and never sends screenshots to large models.
-
4.7
hr98w/jev-visual
An educational project for running vision-language model inference on Apple Silicon via MLX: answers multiple questions about one image by choosing options or scoring levels, without autoregressive generation.
-
4.7
isinternets/Dawn
A Destiny 2 mod (build 86657) adding authored Lua missions, native gameplay systems and an in-game loadout editor; installed via a PowerShell installer over an existing game installation.
-
4.7
MaxGramser/homeassistant_espscreen
A Home Assistant project that turns ESP32 screens (CYD ESP32-2432S028 and Guition ESP32-S3-4848S040) into customizable touch control panels for the smart home. ESP Screen Manager lets you lay out tiles inside Home…
-
4.7
qingjian-team/qingjian
A cross-platform Pinyin input method written in Rust that shows translations of candidate words into the language you are learning, turning everyday typing into light language practice. Runs fully locally with no data…
-
4.7
repoboost-hq/github-launch-checklist
A Python CLI that audits a GitHub repository before launch, scoring ten readiness signals 0-10: name, description, topics, README, license, demo, installation, contributing guide and issue templates.
-
4.7
roboflow/supervision
Python library of reusable computer vision utilities: dataset loading and conversion, frame annotation, tracking and zone analysis on top of any detection or segmentation model.
-
4.7
vinilana/jev-eval-agent
A research personal-assistant agent built with eve (Vercel) using 100 mocked tools via OpenRouter, comparing LLM tool selection against the Jev classifier by number of steps.
-
4.6
bilawalsidhu/gods-eye-view
A browser-based spy-satellite simulator on a photorealistic 3D globe that unifies public feeds: aircraft, ships, satellites, earthquakes, cameras, and traffic. Runs locally, with each layer as a separate module.
-
4.6
bl4ckarch/go-responder
A Go port of Responder: poisons LLMNR, NBT-NS and mDNS, runs rogue servers (SMB, HTTP, LDAP, etc.) and captures NTLM hashes and cleartext credentials.
-
4.6
cline/cline
Open-source coding agent available as an SDK, IDE extension, CLI, or desktop app: reads your project, edits code, runs commands and tests with human-in-the-loop approval.