CLI
larkx serve
Interactive visual graph in your browser.
Usage
bash
larkx serve [options]Options
| Flag | Effect |
|---|---|
--port <n> | Port (default 2911, auto-increments on conflict) |
--watch | Also re-index on file changes |
What you get
- Module view (default), files as rectangles with functions inside
- Graph view, D3 force-directed graph of all nodes/edges
- Hover tooltips, click-to-detail panel, "Open in VS Code" links
- Search across files and symbols inside files
- Folder clustering with convex hulls
- Dead code highlighting (dashed red border, faded opacity)
- Edge filters by relationship type
- Zoom controls (5%-600%) and pan
Learn more: Visual graph guide