BennyKok/lfg

325 stars · Last commit 2026-07-12

lfg — run and manage your AI coding agents (Claude Code / Codex / OpenCode) on your own VPS

README preview

# lfg

Run AI coding agents on your own machine, from anywhere.

[![Deploy on omg](https://omg.dev/deploy-badge.svg?v=2)](https://omg.dev/deploy?repo=github.com/BennyKok/lfg)

<a href="https://lfg.apps.omg.dev">
  <img src="https://raw.githubusercontent.com/BennyKok/lfg/main/docs/images/lfg-icon.png" alt="lfg icon" width="96" />
</a>

`lfg` turns a Linux box or macOS workstation into a private control plane for
Claude Code, Codex, OpenCode, Grok, and Hermes. 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:** [lfg.apps.omg.dev](https://lfg.apps.omg.dev)

## Why lfg?

- **Run agents where your code lives.** Sessions execute on your machine, in your

View full repository on GitHub →