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.
Fetch source code for npm packages to give AI coding agents deeper context
| Date | Stars |
|---|---|
| 2026-07-31 | 2904 |
| 2026-08-03 | 2904 |
| 2026-08-06 | 2904 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# opensrc Give coding agents access to any package's source code. ## Quick Start ```bash npm install -g opensrc ``` ```bash # Search a package's source rg "parse" $(opensrc path zod) # Read a specific file cat $(opensrc path zod)/src/types.ts # Works with any registry find $(opensrc path pypi:requests) -name "*.py" ``` `opensrc path` fetches on first use, then returns the cached path instantly. See the [CLI readme](packages/opensrc/README.md) for full usage. ## Packages | Package | Description | |---------|-------------| | [`opensrc`](packages/opensrc) | CLI — fetch and cache source code from npm, PyPI, crates.io, and GitHub | | [`@opensrc/docs`](apps/docs) | Documentation site | ## Development This is a [Turborepo](https://turbo.build) monorepo using [pnpm](https://pnpm.io) workspaces. Use Node.js 24+ and pnpm 11. ```bash pnpm install turbo build turbo dev ``` ### CLI (Rust) ```bash cargo build --manifest-path packages/opensrc/cli/Cargo.toml cargo test --manifest-path packages/opensrc/cli/Cargo.toml cargo fmt --manifest-path packages/opensrc/cli/Cargo.toml cargo clippy --manifest-path packages/opensrc/cli/Cargo.toml -- -D warnings ``` ### Docs (Next.js) ```bash cd apps/docs pnpm dev ``` ## License Apache-2.0
Excerpt of 1,247 characters
Read on GitHubChris Tate · Vercel · United States
59
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:44794e9608c7966e, topic:ai-coding, topic:developer-tools
matched fp:44794e9608c7966e, topic:llm