xClean Tools

AI Repos — Daily Top 5

UPDATED 2026-09-06 01:03 PDT

2026-07-25 · SATURDAY · 11:23 PDT

  1. 1 tile-ai/tilelang +80 STARS TODAY · ★ 6,899 · PYTHON TileLang is a domain-specific language for writing high-performance kernels for GPUs, CPUs and accelerators. It aims to shorten the path from a tiling strategy to a working kernel without dropping to hand-written low-level code. It picked up about 80 stars today, the most in the AI set.
  2. 2 skypilot-org/skypilot +21 STARS TODAY · ★ 10,394 · PYTHON SkyPilot presents fragmented AI compute as a single pool, so a training or inference job can land wherever capacity happens to exist. The project pitches itself at frontier teams building custom models rather than at single-cluster users.
  3. 3 flashinfer-ai/flashinfer +5 STARS TODAY · ★ 6,025 · PYTHON FlashInfer is a kernel library built specifically for LLM serving. Inference engines call into it instead of maintaining their own hand-tuned GPU kernels, which keeps the optimization work in one place as serving stacks multiply.
  4. 4 moorcheh-ai/memanto +4 STARS TODAY · ★ 1,685 · PYTHON Memanto is a Python memory layer for AI agents, aimed at the recall problem that shows up once an agent runs across many sessions. It is the youngest project in today's set by star count, at roughly 1,700.
  5. 5 pyg-team/pytorch_geometric +3 STARS TODAY · ★ 23,927 · PYTHON PyTorch Geometric is the graph neural network library for PyTorch. At nearly 24,000 stars it is the most established project on today's list, and it keeps drawing steady daily traffic while newer agent tooling comes and goes.

2026-07-24 · FRIDAY · 15:44 PDT

  1. 1 Panniantong/Agent-Reach +488 STARS TODAY · ★ 60,602 · PYTHON Agent-Reach gives AI agents read-and-search access across major web platforms - Twitter, Reddit, YouTube, GitHub, Bilibili, and Xiaohongshu - through a single CLI with no per-API fees. It aims to be a unified 'eyes on the internet' layer for agents. It added roughly 490 GitHub stars today.
  2. 2 calesthio/OpenMontage +349 STARS TODAY · ★ 41,971 · PYTHON OpenMontage bills itself as an open-source, agentic video-production system, bundling 12 production pipelines and over 100 tools plus 700+ agent-skill and production-knowledge files. It aims to turn a prompt into a finished video through coordinated agents. The project added around 350 stars today.
  3. 3 browser-use/browser-use +270 STARS TODAY · ★ 106,612 · PYTHON browser-use is a widely adopted library that makes websites navigable by AI agents, letting them automate online tasks by driving a real browser. With over 106,000 stars, it has become a common building block for agent developers. It added about 270 stars today.
  4. 4 CoreBunch/Instatic +250 STARS TODAY · ★ 4,239 · TYPESCRIPT Instatic is an open-source, self-hosted visual CMS positioned as an agentic alternative to Webflow, Framer, and WordPress that outputs clean static pages. It bundles users, roles, and plugins for team site-building. The newer project added about 250 stars today.
  5. 5 OtterMind/Chat2DB +129 STARS TODAY · ★ 26,302 · JAVA Chat2DB is an AI-driven database GUI and SQL client supporting a broad set of engines including MySQL, PostgreSQL, Oracle, SQL Server, SQLite, and ClickHouse. It uses AI to help write and run queries across databases. The project added roughly 130 stars today.

2026-07-23 · THURSDAY · 23:34 PDT

  1. 1 shiyu-coder/Kronos +401 STARS TODAY · ★ 33,210 · PYTHON Kronos is a foundation model for financial-market data, treating price and order-flow sequences as a language the model learns to predict. The repository ships pretrained weights plus tooling for forecasting and analysis, and it added roughly 400 GitHub stars today.
  2. 2 citrolabs/ego-lite +247 STARS TODAY · ★ 1,896 · JAVASCRIPT ego-lite is an open-source browser designed so a person and their AI agents can work in the same session in parallel. It targets agent-driven browsing workflows rather than treating automation as a bolt-on feature. The project added around 250 stars today.
  3. 3 alibaba/open-code-review +180 STARS TODAY · ★ 11,838 · GO Alibaba open-sourced open-code-review, a code-review tool that pairs deterministic pipelines with an LLM agent to post precise line-level comments. The project bills itself as battle-tested at Alibaba's scale and free to use, and it added roughly 180 stars today.
  4. 4 oraios/serena +75 STARS TODAY · ★ 26,814 · PYTHON Serena is an MCP toolkit that gives coding agents semantic retrieval and editing over a codebase, positioning itself as an IDE layer for the agent rather than the human. It exposes symbol-level navigation through the Model Context Protocol. The repository added about 75 stars today.
  5. 5 raullenchai/Rapid-MLX +18 STARS TODAY · ★ 3,375 · PYTHON Rapid-MLX is a local inference engine for Apple Silicon that claims 4.2x higher throughput than Ollama and a 0.08s cached time-to-first-token. It advertises full tool-calling with 17 tool parsers, prompt caching, and reasoning separation. The project added about 18 stars today.

2026-07-22 · WEDNESDAY

  1. 1 microsoft/SkillOpt +599 STARS TODAY · ★ 14,525 · PYTHON Microsoft's SkillOpt is a text-space optimizer that trains reusable natural-language skills for agents, tuning prompts and procedures instead of weights. It gained ~600 stars today as skill-based agent tooling keeps consolidating.
  2. 2 jamiepine/voicebox +557 STARS TODAY · ★ 45,910 · TYPESCRIPT Voicebox is an open-source AI voice studio for cloning, dictation and voice creation, from the maker of Spacedrive. At 46k stars it is one of the larger open voice projects, adding 550+ stars today.
  3. 3 dottxt-ai/outlines +364 STARS TODAY · ★ 15,162 · PYTHON Outlines constrains LLM generation to structured formats - JSON, regex, grammars - so outputs are valid by construction rather than parsed and retried. A staple of the structured-output toolchain, up 360+ stars today.
  4. 4 unclecode/crawl4ai +322 STARS TODAY · ★ 74,245 · PYTHON Crawl4AI is an open-source, LLM-friendly web crawler and scraper that emits clean, model-ready text and markdown. At 74k stars it is a widely used ingestion layer for RAG and agents, adding 320+ today.
  5. 5 langchain-ai/open_deep_research +264 STARS TODAY · ★ 12,395 · PYTHON LangChain's open_deep_research is an open implementation of the deep-research agent pattern: plan, search, read and synthesize a cited report over many sources. It gained 260+ stars today as teams build their own research agents.

2026-07-21 · TUESDAY

  1. 1 diegosouzapw/OmniRoute +2,040 STARS TODAY · ★ 23,169 · TYPESCRIPT A free, MIT-licensed AI gateway: one endpoint that routes to many model providers with failover. Added 2,000+ stars today as routing and gateway tooling keeps consolidating into open infrastructure.
  2. 2 koala73/worldmonitor +1,167 STARS TODAY · ★ 64,575 · TYPESCRIPT A real-time global intelligence dashboard with AI-powered aggregation across news and data feeds. At 64k stars it is one of the largest open dashboards of its kind, back on trending with 1,167 stars added today.
  3. 3 KnockOutEZ/wigolo +641 STARS TODAY · ★ 3,021 · TYPESCRIPT A local-first web workspace built to be the browser your AI coding agent uses. It targets the gap between headless browser automation and a surface humans can also see and drive.
  4. 4 AstrBotDevs/AstrBot +416 STARS TODAY · ★ 37,401 · PYTHON An AI agent assistant and development framework with multi-platform messaging integrations, at 37k stars and 400+ added today. A long-running project that keeps compounding.
  5. 5 topoteretes/cognee +394 STARS TODAY · ★ 28,996 · PYTHON An open-source AI memory platform that builds knowledge graphs from your data, so agents retrieve structured context instead of raw text chunks.

2026-07-17 · FRIDAY

  1. 1 Nutlope/hallmark +1,485 STARS TODAY · ★ 12,259 · CSS An anti-AI-slop design skill for Claude Code, Cursor and Codex that steers generated UIs away from the template look. Nearly 1,500 stars added today makes it the fastest-climbing AI repo on GitHub.
  2. 2 Graphify-Labs/graphify +1,360 STARS TODAY · ★ 90,414 · PYTHON A widely used AI coding assistant skill supporting Claude Code, Codex and OpenCode, back on top of trending with 1,360 stars added today on a 90,000-star base.
  3. 3 github/copilot-sdk +233 STARS TODAY · ★ 9,831 · JAVA GitHub's official multi-platform SDK for embedding Copilot agents into other applications - a signal that Copilot is becoming an embeddable platform rather than just an IDE feature.
  4. 4 tirth8205/code-review-graph +74 STARS TODAY · ★ 19,858 · PYTHON A local-first code intelligence graph exposed over MCP and CLI, letting agents query codebase structure instead of grepping through files. Built for code review workflows.
  5. 5 aws/agent-toolkit-for-aws +34 STARS TODAY · ★ 1,950 · PYTHON AWS's official collection of MCP servers, skills and plugins for agents that work with AWS services. Vendor-maintained agent tooling now arrives from every major cloud.