lmctfy

v0.0.14
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/dir
lmctfy

Then open http://localhost:51529. lmctfy serves the current directory. A git repository is optional — inside one you also get branch tabs, per-file diff decorations, and the git-native tools (git_commit and friends); outside one those surfaces just hide themselves.