Repository of the Day - browser-use/jev-ultrafast, and Daily Trends - September 18, 2026
Published: 9/18/2026
This daily roundup highlights repository momentum from GitGenius analytics for September 18, 2026, using UTC daily deltas in stars and subscribers.
The scan reviewed 13208 repositories, with 12972 repos contributing star deltas and 12313 repos contributing subscriber deltas.
Repo of the day
browser-use/jev-ultrafast led the day with +2289 stars to 5461 total stars and +0 subscribers to 0 total subscribers. Jev Ultrafast is a browser agent that uses a dynamic, indexed action space to complete web tasks with minimal inference overhead.
The tool addresses the problem of slow browser automation by separating decision-making into two lightweight steps: first, the model selects an operation type from those available on the current page, then it selects a target element. This two-decision structure fits into a single network round trip. Text generation happens only when the operation is TYPE_TEXT, avoiding expensive token generation for navigation and interaction tasks. The approach uses a small language model with an OpenAI-compatible interface, supporting providers like OpenRouter, Gemini, GLM, and DeepSeek. Element targeting uses native dropdown indices where applicable, and the action space includes CLICK, TYPE_TEXT, SELECT, SCROLL_UP, SCROLL_DOWN, WAIT, DONE, and BLOCKED operations.
The tool suits developers building web automation systems where latency matters—the demonstration completes a Google Flights search from Zürich to London in 7.1 seconds including actual page loads and text generation. It requires no site-specific scripts or pre-written field strings; the policy works generically across different web interfaces. The project provides a local inspector at http://127.0.0.1:8766 for debugging, with options to step through execution or run automatically. Setup uses uv for dependency management and connects to Chrome through Browser Harness with remote debugging enabled.
The codebase is compact and readable, with the core agent loop available in a single file for inspection. Development appears focused and deliberate, with clear documentation of performance characteristics and a working example that independently verifies outcomes rather than relying on scripted assertions. The project maintains a homepage separate from the repository and provides both a library interface for custom tasks and a complete example implementation.
Fastest rising repos
- cloudflare/security-audit-skill - +3089 stars (13612 total), language: JavaScript. A coding-agent skill for multi-phase security audits with independently verified, machine-readable findings
- browser-use/jev-ultrafast - +2289 stars (5461 total), language: Python. i. am. speed.
- alibaba/open-code-review - +1999 stars (36622 total), language: Go. Secure, fast, efficient, battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in multi-language ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.
- latent-spaces/brag - +1381 stars (4817 total), language: Python. You built it. Now brag. Turn the project you just created into a short, shareable launch video with one command.
- hypit-ai/hypit - +1290 stars (10056 total), language: TypeScript. Clone any viral video with AI agents. Not just a script, the whole workflow: swap the face, the words, the B-roll, ship 100 variants in one command, and get your 100M views.
Subscriber surge
- aipoch/open-science - +17 subscribers (141 total), +98 stars. Open-source AI research workbench for scientific research—local-first and model-agnostic.
- mattpocock/skills - +14 subscribers (1472 total), +816 stars. Skills for Real Engineers. Straight from my .agents directory.
- sapientinc/PRAXIST - +14 subscribers (676 total), +156 stars. Autonomous research system for measurable, computer-executable research.
- bilawalsidhu/gods-eye-view - +13 subscribers (735 total), +770 stars. A spy satellite simulator in your browser, except the data is real. Live open source spatial intelligence on a photorealistic 3D globe.
- SuanmoSuanyangTechnology/MemoryBear - +10 subscribers (392 total), +60 stars. MemoryBear Equip AI with human-like memory capability
Hidden gems
- HarbourMasters/Lighthouse - +5 stars to 448 total stars, 12 subscribers
- wenfeng110402/AppleMusic-Downloader - +4 stars to 413 total stars, 1 subscribers. 一个图形化AppleMusic下载器
- data-apis/array-api - +2 stars to 281 total stars, 33 subscribers. RFC document, tooling and other content related to the array API standard
- awslabs/visual-asset-management-system - +2 stars to 141 total stars, 6 subscribers. Visual Asset Management System (VAMS) is a purpose-built, AWS native solution for the management and distribution of traditional to specialized visual assets used in physical AI and spatial computing.
- razzant/claudexor - +2 stars to 471 total stars, 1 subscribers. Multi-harness control plane for Claude Code, Codex, Cursor, and OpenCode: quota-aware rotation across multiple Claude/Codex subscriptions, shared thread context, and cross-model review.
Language movers
- python - +31247 stars across 1639 repos. Example repos: anthropics/claude-agent-sdk-python, bytedance/trae-agent, Tencent-Hunyuan/Hunyuan3D-2.1
- typescript - +28425 stars across 1411 repos. Example repos: Snouzy/workout-cool, nrwl/nx, CyberTimon/RapidRAW
- javascript - +12551 stars across 611 repos. Example repos: github/awesome-copilot, OpenWhispr/openwhispr, systemjs/systemjs
- go - +9058 stars across 697 repos. Example repos: OpenListTeam/OpenList, genmcp/gen-mcp, argoproj/argo-workflows
- rust - +6750 stars across 456 repos. Example repos: BloopAI/vibe-kanban, dimforge/nalgebra, agentclientprotocol/agent-client-protocol
Category spotlight
- machine learning - +6448 stars across 246 repos. Example repos: openai/gpt-oss, timescale/pg-aiguide, Wan-Video/Wan2.2
- ai - +6196 stars across 185 repos. Example repos: kirodotdev/Kiro, CodeWithCJ/SparkyFitness, zebbern/claude-code-guide
- typescript - +5715 stars across 290 repos. Example repos: ant-design/ant-design-pro, DavidHDev/vue-bits, gregberge/svgr
- llm - +4756 stars across 145 repos. Example repos: shareAI-lab/learn-claude-code, vllm-project/semantic-router, Chevey339/kelivo
- automation - +4501 stars across 166 repos. Example repos: microsoft/agent-lightning, shiyu-coder/Kronos, YILS-LIN/short-video-factory
Maintainer watch
- cloudflare - +3350 stars across 18 repos. Example repos: cloudflare/vibesdk, cloudflare/cloudflared, cloudflare/kumo
- browser-use - +2574 stars across 6 repos. Example repos: browser-use/video-use, browser-use/browser-harness, browser-use/jev-ultrafast
- tencent - +2103 stars across 17 repos. Example repos: Tencent/WeKnora, Tencent/teamai-cli, Tencent/BrowserSkill
- alibaba - +2060 stars across 15 repos. Example repos: alibaba/page-agent, alibaba/zvec, alibaba/DataX
- latent-spaces - +1381 stars across 1 repos. Example repos: latent-spaces/brag
