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.
lfg — Remote Control for Claude Code / Codex / OpenCode on your own VPS
| Date | Stars |
|---|---|
| 2026-07-31 | 358 |
| 2026-08-02 | 359 |
| 2026-08-06 | 359 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
<a href="https://omg.dev"> <img src="https://raw.githubusercontent.com/BennyKok/lfg/main/docs/images/lfg-icon.png" alt="lfg icon" width="96" /> </a> # lfg **Run AI coding agents on your own machine, from anywhere.** `lfg` turns a Linux box or macOS workstation into a private control plane for Claude Code, Codex, OpenCode, Cursor, Grok, Hermes, Pi, and GitHub Copilot. It starts each agent in a long-lived `tmux` session, streams the transcript to a web UI, and lets you answer prompts or steer work from your phone or laptop. [Website](https://omg.dev) · [Quick start](#quick-start) · [Security](#security) · [Contributing](./CONTRIBUTING.md) <p> <img src="https://raw.githubusercontent.com/BennyKok/lfg/main/docs/images/lfg-screenshot-1.jpg" alt="lfg web UI screenshot" width="31%" /> <img src="https://raw.githubusercontent.com/BennyKok/lfg/main/docs/images/lfg-screenshot-2.jpg" alt="lfg scheduled agents screenshot" width="31%" /> <img src="https://raw.githubusercontent.com/BennyKok/lfg/main/docs/images/lfg-screenshot-3.jpg" alt="lfg usage limits screenshot" width="31%" /> </p> --- ## Quick start **Install it on your own machine — one command:** ```bash curl -fsSL https://raw.githubusercontent.com/BennyKok/lfg/main/scripts/setup.sh | bash ``` Then open **http://127.0.0.1:8766**. That's the whole install. The script provisions Bun, `tmux`, and `git`, downloads the latest release, writes `.env`, and starts `lfg` as a user service bound to loopback. On a fresh Ubuntu/Debian box, add `LFG_INSTALL_SYSTEM_DEPS=1` so it may `apt-get` the base packages. Next: [connect a coding agent](#connect-a-coding-agent) so you have something to run, and [reach it from your phone](#reach-it-from-your-phone). **Or try it hosted, with no install at all:** [](https://omg.dev/sandbox/templates/lfg) One click on [omg.dev](https://omg.dev/sandbox/templates/lfg) gives you a workspace with `lfg` already running — nothing to install and no server to provision. See [One-click setup on omg.dev](#one-click-setup-on-omgdev). > **Which should I pick?** Install locally if you want agents working on the > repos and authenticated CLIs already on your machine — that is what `lfg` is > for. Use omg.dev to try it in seconds, or when you would rather not run a box > at all. ### Run from source instead ```bash git clone https://github.com/BennyKok/lfg.git cd lfg bun install cp .env.example .env bun run serve ``` Open `http://127.0.0.1:8766`. For UI hot reload (proxies `/api` to the Bun server): `cd web && bun install && bun run dev`. ### What you need The installer handles all of this for you; this list is for the from-source path and for the curious. - [Bun](https://bun.sh), `tmux`, `git` - At least one coding agent CLI — see below - Optional: [Tailscale](https://tailscale.com) for private remote access ## Connect a coding agent `lfg` drives agent CLIs that you own and authenticate. Open **Settings → Coding agents** in the web UI to install one, check its binary path and auth state, and register LFG's MCP server with it. | Agent | Command | Notes | | --- | --- | --- | | Claude Code | `claude` | Installed by the setup script | | OpenAI Codex | `codex` | | | OpenCode | `opencode` | | | Cursor | `cursor-agent` | | | Grok | `grok` | | | Hermes | `hermes` | | | GitHub Copilot | `copilot` | Needs Node 22+ | | Pi | *bundled* | Ships with LFG (`@earendil-works/pi-coding-agent`); no separate install | OAuth-based agents need a one-time terminal or browser login. API-key providers read env vars such as `ANTHROPIC_API_KEY` or `OPENAI_API_KEY` from `.env`. Pi authenticates via `ANTHROPIC_API_KEY` or `~/.pi/agent/auth.json`. **Settings → Coding agents → Install MCP** registers LFG MCP with Claude, Codex, OpenCode, Grok, and Cursor when those CLIs are present. (Hermes, Copilot, and Pi have no MCP registration surface.) The setup script does this automatically for Claude and Codex when they are already
Excerpt of 13,464 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:31c5276f88196188, llm:Repository description: "lfg — run and manage your AI coding agents (Claude Code / Codex / OpenCode) on your own VPS" (TypeScript)
matched fp:31c5276f88196188, llm:Repository description: "lfg — run and manage your AI coding agents (Claude Code / Codex / OpenCode) on your own VPS" (TypeScript)
matched fp:31c5276f88196188, llm:Repository description: "lfg — run and manage your AI coding agents (Claude Code / Codex / OpenCode) on your own VPS" (TypeScript)