Install LLMLinq
One command installs a self-contained binary. No Python, no dependencies, no sudo. Re-run it any time to upgrade.
How to do it
- Run the install command below.
- Run llmlinq start — your browser opens at 127.0.0.1:8745.
- Pick a CLI tab and start reading your own history.
Install or upgrade — macOS and Linux
curl -fsSL https://llmlinq.com/install.sh | shInstall or upgrade — Windows (PowerShell)
irm https://llmlinq.com/install.ps1 | iexEveryday commands
llmlinq start # start in the background
llmlinq stop # stop it
llmlinq status # is it running, and where are the logs
llmlinq paths # which CLIs were found, and how many prompts
llmlinq upgrade # fetch the latest releaseSupported platforms
macOS on Apple Silicon and Intel, Linux on x86_64, and Windows 10/11 on x64. macOS and Linux install with curl; Windows uses the PowerShell equivalent, because Windows has curl but no shell to pipe it into. Every download is checksum-verified during install and refuses to proceed on a mismatch.
Anonymous install count
The installer reports one anonymous ping so we can see how many installs happen, roughly where and on what. No identifier for you or your machine is sent, and the address it is derived from is never stored. Set LLMLINQ_NO_TELEMETRY=1 to skip it.