Info Flow Navigator is an offline-first, local-intelligence analysis platform for Windows. It is designed to provide analysts with a high-fidelity environment for structured thinking, hypothesis testing, and evidence-based reporting without the need for cloud connectivity.
To provide a secure, explainable, and analyst-centric "Cockpit" where raw data transforms into actionable intelligence through rigorous evidence assessment and relationship mapping.
- Analyst Cockpit: A dashboard-first landing zone providing live workspace metrics, attention queues for low-confidence items, and snapshots of your network and timeline.
- Structured Intelligence: Dedicated workflows for managing:
- Entities & Relationships: Map connections between people, locations, and organizations.
- Events & Timelines: Chronological analysis with participant and confidence filtering.
- Hypothesis Matrix: A support/challenge matrix that automatically groups evidence into supporting, contradicting, or neutral sets.
- Command Palette: Rapid navigation and record creation via
Ctrl+KorCtrl+P. - Local-First Security: Data is persisted as human-readable JSON on your local machine, ensuring full data sovereignty.
- Explainable Outputs: Generate briefing reports and network exports (GraphML) to share findings with clarity.
The project follows a clean, layered architecture to ensure the domain logic remains independent of the UI:
- Domain: Pure logic and schemas for entities, events, and evidence.
- Application: Orchestration of workspace lifecycles, reporting, and matrix analysis.
- Infrastructure: Local file persistence and export adapters.
- UI & App: An Avalonia-based desktop experience featuring a dark "Operation Center" shell and interactive graph surfaces.
The application uses a stable v1 JSON Schema for all workspaces, tracking identity, confidence scores (0.0 to 1.0), and temporal metadata for every record.
- Open the application and create a new Workspace.
- Use the Command Palette (
Ctrl+K) to quickly add your first Entity or Event. - Use the Inspector on the right to refine details and attach evidence.
- Monitor the Attention Queue on the Dashboard to identify gaps in your analysis.