Free, Linux-Native, Multi-Window Code Reader With LSP-Powered Click-Through Call Graphs (Source Insight UX Without the License)
Multiple HN devs in the December 2025 'developer tool you wish existed in 2026' thread asked for a Source-Insight-style code reader: open a function in window A, click any callee, the new window pops with proper highlighting, struct definitions stick to the bottom, all panels stay open at once. Source Insight is paid Windows-only. Crabviz is LSP-aware but VS Code-only and just renders graphs. Sourcetrail is unmaintained. Source-Navigator NG is dated. Nothing combines persistent multi-pane navigation + LSP language-agnosticism + Linux-native + free.
Tauri or GTK4 + tree-sitter for incremental highlighting + any LSP backend the user already has installed. Don't re-implement parsers... lean on the LSPs already on the dev's machine. Ship it as a single binary that opens to a shortcut launcher of recent functions, not yet another sidebar plugin.
landscape (5 existing solutions)
The space is littered with half-tools: each gets one axis right (LSP, multi-language, Linux, free, multi-pane, interactive) but never all of them at once. The exact UX a kernel-source reader wants — a tiling-window 'browser for code' — doesn't exist on Linux as a free LSP-driven app.