All 141 Dependencies
Every package Flowsint depends on, ranked by repo health score.
Flowsint is an open-source OSINT (Open Source Intelligence) investigation platform that brings together graph visualization, automated enrichers, and privacy-first design into a single self-hosted environment. Instead of juggling a collection of disconnected scripts and third-party services, analysts get a unified workspace where intelligence flows directly into an interactive graph — revealing hidden connections between domains, IP addresses, email addresses, social profiles, cryptocurrency wallets, and more.
The platform is organized into five autonomous Python modules (core, types, enrichers, API, and app) alongside a React-based frontend built on React Flow. This modular architecture means individual enrichers can be added, replaced, or extended without touching the rest of the system. Over 30 enrichers ship out of the box — covering DNS resolution, WHOIS history, subdomain enumeration, ASN lookups, social media username searches via Maigret, breach checks, cryptocurrency transaction traces, and website crawling.
Flowsint also supports visual automation through its Flows feature: analysts can design reusable enrichment pipelines as directed graphs, where the output of one enricher feeds automatically into the next. This makes it possible to encode entire investigation methodologies — from an email address all the way to an organizational structure — as reproducible, shareable workflows.
All data remains on the investigator's own machine. No telemetry, no external accounts, no cloud sync. A Docker Compose setup with PostgreSQL, Neo4j, and Redis can be running in minutes on Linux, macOS, or Windows, and the same stack deploys unchanged to a team server for collaborative investigations.