Docs get-started
Quickstart — Lite
Install RetrySight Lite on macOS, Windows, or Linux and confirm the local API on loopback.
Lite is the fastest path to retry visibility. The desktop app bundles collectors and a local manager — no Docker.
Install
macOS and Linux:
curl -fsSL https://app.retrysight.com/install.sh | bash
Windows (PowerShell):
irm https://app.retrysight.com/install.ps1 | iex
Packaged builds (.dmg, .tar.gz, .zip) are listed on the Lite download page and in the install manifest.
Launch
- Open RetrySight Lite from Applications (macOS) or the install directory.
- Confirm the local API is on
http://127.0.0.1:18081. - Use a supported coding agent on the same machine — Lite tails its logs in-process.
Then
- Lite install — platform notes and build from source
- Local API — REST, GraphQL, and auth
- MCP — Cursor / VS Code wiring
Need a fleet console instead? See Enterprise Core quickstart.