lmctfy

v0.0.13
A browser based coding agent, LLM provider agnostic.

Install

macOS · Linux · WSL
curl -fsSL https://install.lmctf.you | bash
Windows · PowerShell
irm https://install.lmctf.you/install.ps1 | iex
Windows · CMD
curl -fsSL https://install.lmctf.you/install.cmd -o install.cmd && install.cmd && del install.cmd

Each script drops a single static binary into a user-local directory (no sudo), verifies the SHA-256 against the published latest checksum, and tells you if it needs to be added to your PATH.

Run

cd ~/some/git/repo
lmctfy

Then open http://localhost:51529. lmctfy serves the current directory and requires it to be inside a git repository.