Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A structural code search engine for Al agents.
| Date | Stars |
|---|---|
| 2026-07-31 | 555 |
| 2026-08-02 | 555 |
| 2026-08-06 | 555 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
# Mantic.sh [](https://www.npmjs.com/package/mantic.sh) [](https://cursor.com/en/install-mcp?name=mantic&config=eyJ0eXBlIjogInN0ZGlvIiwgImNvbW1hbmQiOiAibnB4IiwgImFyZ3MiOiBbIi15IiwgIm1hbnRpYy5zaEBsYXRlc3QiLCAic2VydmVyIl19) [](https://vscode.dev/redirect/mcp/install?name=mantic&config=%7B%22type%22%3A%20%22stdio%22%2C%20%22command%22%3A%20%22npx%22%2C%20%22args%22%3A%20%5B%22-y%22%2C%20%22mantic.sh%40latest%22%2C%20%22server%22%5D%7D) [](https://github.com/marcoaapfortes/Mantic.sh/blob/main/AGENT_RULES.md) [](#mcp-server-installation) ## Summary Mantic is a **context-aware code search engine** that prioritizes **relevance over raw speed**. After testing across 5 repositories (cal.com, next.js, tensorflow, supabase, chromium), it demonstrates **superior result quality** compared to grep/ripgrep, despite some trade-offs in speed for very large codebases. **Overall Assessment**: 4/5 - Excellent for AI agents, good for developers, needs speed optimization for 100K+ file repos. ## What's New in v1.0.25 **Enterprise-Grade Context Infrastructure** - **Semantic Reranking (Hybrid Intelligence)**: Combines heuristic speed with neural understanding. Uses local embeddings (`transformers.js`) to find "conceptually relevant" code even without exact keyword matches. - Usage: `mantic "verify user" --semantic` - **Code Intelligence**: Deep understanding of your codebase structure using Tree-sitter. - **Go to Definition**: `mantic goto UserService` returns the exact line number across your entire monorepo. - **Find References**: `mantic references handleLogin` finds every usage, respecting `.gitignore`. - **Learned Context (Team Memories)**: Mantic now remembers which files solved previous queries. These patterns are saved locally (`.mantic/search-patterns.json`) and can be committed to git to share knowledge across your team. - **Python Support**: Now includes first-class support for Python imports in the dependency graph. - **Security & Stability**: - Regex DoS protection for user inputs. - Command injection mitigations for VS Code extension. - Safe fallback for non-git directories (scans allow-listed extensions). **Performance Update**: v1.0.25 is **~2x faster** than previous versions, scanning Chromium (481K files) in <2 seconds. **Tested on 481K files (Chromium) with 100% multi-repo accuracy.** See the [CHANGELOG](https://github.com/marcoaapfortes/Mantic.sh/blob/main/CHANGELOG.md) for detailed release notes. ## Table of Contents - [About the Project](#about-the-project) - [Proprietary vs Mantic](#proprietary-vs-mantic-cost-analysis) - [Performance Benchmarks](#performance-benchmarks) - [Accuracy & Relevance](#accuracy--relevance-analysis) - [Feature Comparison](#feature-comparison-matrix) - [Use Case Recommendations](#use-case-recommendations) - [Installation](#installation) - [CLI Installation](#cli-installation) - [MCP Server Installation](#mcp-server-installation) - [Usage](#usage) - [Agent Rules](#agent-rules-auto-pilot) - [How It Works](#how-it-works) - [License](#license) ## About the Project Mantic is an infrastructure layer designed to remove unnecessary context retrieval overhead for AI agents. It infers intent from file structure and metadata rather than brute-force reading content, enabling retrieval speeds faster than human reaction time. ### Key Benefits - **Speed**: Retrieval is consistently under 500ms for
Excerpt of 14,442 characters
Read on GitHub46
Erik Jacobs · P.TEN Marketing, MotoIQ, Red Hat · United States
3
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:8b9438108ea06620, topic:mcp, topic:mcp-server
matched fp:8b9438108ea06620, topic:ai-agent
matched fp:8b9438108ea06620, topic:rag
matched fp:8b9438108ea06620, topic:developer-tools