quickstart.mdx 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ---
  2. title: "Installation"
  3. description: "Quick start guide to using Flowsint for your OSINT investigations."
  4. category: "Getting started"
  5. order: 3
  6. author: "Flowsint Team"
  7. tags: ["tutorial", "quickstart", "installation"]
  8. version: "1.2.8"
  9. last_updated_at: "2026-05-15"
  10. ---
  11. ### Prerequisites
  12. Before installing Flowsint, ensure you have the following installed on your system:
  13. - **Docker** and **Docker Compose**
  14. - **Make** (for build automation)
  15. - **Git**
  16. ### Installation
  17. Clone the repo and run the start command.
  18. ```bash
  19. git clone https://github.com/reconurge/flowsint.git
  20. cd flowsint
  21. make prod
  22. ```
  23. Some enrichers require API keys. Check out [this section](/docs/getting-started/enrichers#api-keys) to learn more.
  24. The application should automatically open at http://localhost:5173.
  25. ### Create your first investigation
  26. Start by logging in or registering from the home page. From your dashboard, create a new investigation by clicking "New investigation." Add your first entity—such as a domain name—to the canvas. Right-click the entity to open the context menu and run an enricher. As results appear, explore the newly discovered entities and relationships directly in the graph.
  27. ### Running your first enricher
  28. You could start by discovering subdomains for a domain for example.
  29. Add a domain entity like `example.com` to your investigation, then right-click the domain node and select the "domain_to_subdomains" enricher. Wait for the enricher to complete; newly discovered subdomains will be added to your graph for you to review.