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.
Run any process, on your machine or in an AI agent's environment, as if it were a pod in your Kubernetes cluster: real env vars, DNS, network, traffic.
| Date | Stars |
|---|---|
| 2026-07-31 | 5239 |
| 2026-08-02 | 5239 |
| 2026-08-04 | 5246 |
| 2026-08-06 | 5246 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
<div align="center">

</div>
[](https://metalbear.com/slack)
[](https://github.com/metalbear-co/mirrord/actions/workflows/ci.yaml)
[](https://github.com/metalbear-co/mirrord/blob/main/LICENSE)
[](https://github.com/metalbear-co/mirrord/releases)
[](https://x.com/metalbear)
[mirrord runs your local process inside a live Kubernetes cluster](https://metalbear.com/mirrord/).
It works the same way for developers and for AI coding agents (Claude Code, Cursor, Codex, Copilot, Windsurf):
your code runs on your machine, but mirrord routes its traffic, files, and environment variables through a target pod in the cluster.
That covers both halves of the software development loop. Read live cluster context while writing the code (real env vars, real service responses, real queue contents)
so the change is grounded in what's actually deployed. Then run the code against those same services and data to confirm it works end-to-end.
You get the feedback of a deploy in seconds, without the deploy, and without disrupting the cluster for anyone else.
mirrord ships as a VS Code extension, IntelliJ plugin, and CLI tool. [Read more](https://metalbear.com/mirrord/docs/overview/introduction/).
**Adopted by**: monday.com, SurveyMonkey, Cadence, CoLab, Daylight Security, Zooplus, and [others](./ADOPTERS.md).
# Contents
- [Contents](#contents)
- [Getting Started](#getting-started)
- [VS Code Extension](#vs-code-extension)
- [Installation](#installation)
- [How To Use](#how-to-use)
- [IntelliJ Plugin](#intellij-plugin)
- [Installation](#installation-1)
- [How To Use](#how-to-use-1)
- [CLI Tool](#cli-tool)
- [Installation](#installation-2)
- [How To Use](#how-to-use-2)
- [How It Works](#how-it-works)
- [Additional capabilities](#additional-capabilities)
- [Using mirrord with AI coding agents](#using-mirrord-with-ai-coding-agents)
- [FAQ](#faq)
- [Contributing](#contributing)
- [Help and Community](#help-and-community)
- [Code of Conduct](#code-of-conduct)
- [License](#license)
---
## Getting Started
- [VS Code Extension](#vs-code-extension)
- [IntelliJ Plugin](#intellij-plugin)
- [CLI Tool](#cli-tool)
> mirrord uses your machine's default kubeconfig for access to the Kubernetes API.
---
## VS Code Extension
### Installation
[Get the extension here](https://marketplace.visualstudio.com/items?itemName=MetalBear.mirrord).
### How To Use
- Click "Enable mirrord" on the status bar
- Start debugging your project
- Choose pod to impersonate
- The debugged process will be plugged into the selected pod by mirrord
<p align="center">
<img alt="demo of mirrord VSCode extension" src="./images/vscode.gif">
</p>
---
## IntelliJ Plugin
### Installation
[Get the plugin here](https://plugins.jetbrains.com/plugin/19772-mirrord).
### How To Use
- Click the mirrord icon in the Navigation Toolbar
- Start debugging your project
- Choose a namespace and pod to impersonate
- The debugged process will be plugged into the selected pod by mirrord
<p align="center">
<img alt="demo of mirrord IntelliJ plugin" src="./intellij-ext/src/main/resources/META-INF/usage.gif">
</p>
---
## CLI Tool
### Installation
You can use either
```sh
brew install metalbear-co/mirrord/mirrord
```
or
```sh
curl -fsSL https://raw.githubusercontent.com/metalbear-co/mirrord/main/scripts/install.sh | bash
```
or using Nix (not official, community maintained):
```sh
# Using nix-env (legacy)
nix-env -iA nixpkgs.mirrord
# Using nix profile (recommended)
nix profile install nixpkgs#mirrord
``Excerpt of 7,136 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:69f1a5ae41034561, topic:ai-coding, topic:developer-tools
matched fp:69f1a5ae41034561, topic:kubernetes
matched fp:69f1a5ae41034561, topic:ai-agents, desc:ai agent