AI Agent Frameworks and Orchestration
The biggest theme today is agents as a first-class target for tooling.
- BuilderIO/agent-native: A TypeScript framework for building agentic apps. (+87)
- XiaomiMiMo/MiMo-Code: A platform where models and agents co-evolve, from Xiaomi. (+86)
- code-yeongyu/oh-my-openagent: A graph engineering prompt layer for open agents. (+46)
- can1357/oh-my-pi: A coding agent with IDE integration, built by Stencil Labs. (+371)
- CopilotKit/CopilotKit: Frontend stack for agents and generative UI, supporting React, Angular, mobile, and Slack via the AG-UI Protocol. (+38)
- strands-agents/harness-sdk: Open-source SDK for building and controlling production AI agents in Python and TypeScript, across any model or cloud. (+115)
- HKUDS/CLI-Anything: Makes all software agent-native by wrapping CLI tooling for agent consumption. (+57)
- superdesigndev/treg: An OpenRouter-style gateway for agent tools. (+506)
- Nasiko-Labs/nasiko: A developer control plane for AI agents, written in Rust. (+288)
- agentgateway/agentgateway: An agentic proxy for AI agents and MCP servers, written in Rust. (+23)
AI Memory, Context, and Session Persistence
A strong cluster of repos focuses on giving agents durable memory across sessions.
- thedotmack/claude-mem: Captures agent session activity, compresses it with AI, and injects relevant context into future sessions across Claude Code, Codex, Gemini, and more. (+87)
- akitaonrails/ai-memory: Long-term memory for agent coding CLIs and cross-vendor agent handoff, written in Rust. (+158)
Browser Automation and Computer Use
- browserbase/stagehand: SDK for extracting data and interacting with any website, compatible with Claude Code, Codex, and Mastra. (+237)
- vercel-labs/agent-browser: Browser automation CLI built for AI agents, written in Rust. (+62)
- lahfir/agent-desktop: Gives agents reliable computer use by reading OS accessibility trees rather than pixel guessing, built in Rust. (+107)
- westpoint-io/mimik: A browser extension that records your workflow and turns it into an annotated step-by-step guide. (+75)
AI-Powered Productivity and Document Tools
- dream-num/univer: An all-in-one office runtime for AI agents covering spreadsheets, docs, slides, canvas, relational tables, and PDFs. (+1142)
- PaddlePaddle/PaddleOCR: OCR toolkit that converts PDFs and images into structured data for LLMs, supporting 100-plus languages. (+66)
- anthropics/financial-services: Anthropic's financial services agent reference repo. (+664)
- davila7/claude-code-templates: CLI tool for configuring and monitoring Claude Code. (+389)
- mukul975/Anthropic-Cybersecurity-Skills: 817 structured cybersecurity skills for AI agents, mapped to MITRE ATT&CK, NIST CSF 2.0, and four other frameworks. (+84)
AI Video and Media Tools
- browser-use/video-use: Edit videos using coding agents. (+746)
- zhouxiaoka/autoclip: AI-powered video clipping and highlight generation. (+139)
- Comfy-Org/ComfyUI: Modular diffusion model GUI and API with a node graph interface. (+209)
Infrastructure, Databases, and Sandboxes
- hydra-db/hydradb: A fast graph database built on top of object storage, written in Rust. (+305)
- superradcompany/microsandbox: A fast branchable microVM for any workload, written in Rust. (+13)
- cloudflare/quiche: Cloudflare's implementation of the QUIC transport protocol and HTTP/3, written in Rust. (+50)
Dev Workflow and Desktop Tooling
- Open-Dev-Society/OpenStock: Open-source alternative to paid market data platforms with real-time prices and alerts. (+344)
- clash-verge-rev/clash-verge-rev: Modern Tauri-based GUI proxy client for Windows, macOS, and Linux. (+396)
- yynxxxxx/Codex-X: Cross-platform visual management tool for OpenAI Codex with provider switching, session sync, and MCP management, written in Rust. (+59)
- longbridge/gpui-kit: Rust GUI component library for cross-platform desktop apps using GPUI. (+43)
- acsandmann/rift: A tiling window manager for macOS, written in Rust. (+55)
- mvt-project/mvt: Mobile Verification Toolkit for forensic analysis of potentially compromised mobile devices. (+543)
- AtomicBot-ai/Atomic-Chat: Local, fully offline AI app and inference engine for running open-weight LLMs. (+30)
- spotify/portal-ai-plugins: AI plugin layer for Spotify's internal Portal platform. (+32)
- opengeos/GeoLibre: Lightweight, cloud-native GIS platform running in browsers, on desktop, and inside Jupyter notebooks. (+40)
- reacherhq/check-if-email-exists: Email existence checker written in Rust with an HTTP backend, no email sent. (+15)
- TNT-Likely/PanWatch: Self-hosted AI stock monitoring assistant with multi-agent investment analysis for A-share, HK, and US markets. (+95)
- DmNote-App/DmNote: Customizable key viewer for DJMAX RESPECT V and other games. (+76)
Today's list reads less like a collection of isolated tools and more like a maturing ecosystem forming around agents, with memory, browser control, sandboxing, desktop access, and routing each getting their own dedicated layer. Rust is showing up persistently across infra and agent tooling, which suggests builders are prioritizing performance and safety as these systems move into production.