Skip to main content
reticle status is the command that tells you whether the install actually finished. Not a tick in a checklist: a connected app.

Flags

What it prints

One JSON line on stdout. Real capture, daemon up and no app connected:
status asks the port, not only the pid file. running: false used to be printed about a port that was demonstrably occupied, which sent the reader off to start a daemon that could never bind.

Exit codes

Always 0. This command answers a question; it does not judge the answer.

Worked example

Nothing connected?

The bridge port is not your dev server port, and that is the most common cause.
Last modified on August 15, 2026