Skip to main content
Runs a full analysis on startup (using the cached graph if available), then enters daemon mode. Listens for file-change notifications from the supermodel hook command and incrementally re-renders affected .graph.* sidecar files. Press Ctrl+C to stop and remove graph files.

Synopsis

Description

The bare supermodel command is the live graph daemon. It does not take a subcommand — running it with no arguments starts the long-running process. By default the daemon listens on UDP (port 7734) for change notifications pushed by supermodel hook. For environments without a hook integration, pass --fs-watch to also poll git state (HEAD, index mtime, dirty files) every --poll-interval.

Flags

Examples