_ _ _ _
/ \ ___| |__ (_)_ __ __ _| |_ ___
/ _ \ / __| '_ \| | '_ \ / _` | __/ _ \
/ ___ \ (__| | | | | | | | (_| | || __/
/_/ \_\___|_| |_|_|_| |_|\__,_|\__\___|
Open Source OSINT Framework
Built to Find the Unfound
# ArkAngel
*"Because someone out there is still waiting."*
ArkAngel is an open-source OSINT (Open Source Intelligence) framework designed to assist in locating missing persons. Combining automation, AI-assisted analysis, and human investigation workflows, ArkAngel acts as your digital sidekick in real-world searches.
Whether you're a professional investigator, an ethical hacker, or just someone who refuses to give up—ArkAngel gives you the tools to go further, faster.
---
## Features
- Modular Recon Engine — Run targeted OSINT scans across usernames, emails, phone numbers, images, and more.
- AI-Assisted Analysis — Summarize, cross-reference, and cluster leads using intelligent NLP models.
- GeoOSINT Tools — Reverse image search, EXIF parsing, and geolocation utilities.
- Custom Toolchain Support — Plug in your own scripts or APIs; ArkAngel plays well with others.
- Live Case Mode — Structure active investigations with timelines, notes, and real-time data flow.
---
## Use Cases
- Missing persons investigations
- Human trafficking tracking
- Cold case recon
- Volunteer search efforts
- Personal OSINT deep-dives
---
## Ethical Use
ArkAngel is built with one mission: help find those who’ve gone missing.
Do not use this toolkit for harassment, stalking, or unauthorized surveillance.
Every action you take is your responsibility. We recommend operating under local legal guidance and, if possible, collaborating with law enforcement or official organizations.
---
## Quickstart
1. Install dependencies:
```bash
pip install -r requirements.txt
- Install Ark Angel in editable mode so the CLI is available:
pip install -e . - Run the CLI help to explore commands:
ark-angel --help
A high-level architecture overview is available at docs/architecture.md.
We are converting the architecture sketch into short, testable milestones with a
minimal end-to-end workflow first. See the draft roadmap at docs/roadmap.md.
- Create a case.
- Ingest a single data source for the subject.
- Enrich and tag findings (e.g., contact fields detected).
- Summarize key leads with AI assistance.
- Attach results to the case and export a brief report.