Docs lite
Install Lite
Install RetrySight Lite with the one-line script, packaged builds, or a source checkout.
RetrySight Lite is a Flutter desktop app with in-process collectors. Data stays under your user profile. The bundled API binds to loopback.
One-line install
macOS / Linux:
curl -fsSL https://app.retrysight.com/install.sh | bash
Windows (PowerShell):
irm https://app.retrysight.com/install.ps1 | iex
Packaged downloads
Use the Lite download page for .dmg (Apple Silicon), .tar.gz (Linux x64), and .zip (Windows x64). The live file list is the install manifest.
After install:
- Launch RetrySight Lite.
- Confirm
http://127.0.0.1:18081responds. - Open a supported coding agent so collectors can tail its logs.
What is included
- Native GUI for macOS, Windows, and Linux
- In-process collectors (Cursor, Claude Code, Warp, and others — see collector matrix)
- REST, GraphQL, and MCP on loopback
- No separate agent service and no Docker
Build from source
For contributors or bleeding-edge Flutter builds:
git clone https://github.com/arkaprava/retrysight-lite.git
cd retrysight-lite
cd manager && npm install && npm run build
cd ../app && flutter pub get && flutter run -d macos # or windows / linux
The API still defaults to http://127.0.0.1:18081. Source: retrysight-lite.
Next
Local API and MCP. For a fleet, see Enterprise Core.