Imagine this: a single screen showing every commercial flight in the sky, every active wildfire, every earthquake above M2.5, 2,000+ live CCTV feeds, satellite positions, cyber threats, and 25 global news broadcasts — all on one WebGL map, updating in real time, running at 60fps in your browser.
That's OSIRIS. It's an open-source intelligence dashboard that does what Palantir does — except it's free, MIT licensed, and deployable with one Docker command.
The Numbers
| Data Domain | Volume | Source |
|---|---|---|
| ✈️ Flights | 10,000+ (commercial/private/military) | OpenSky Network |
| 🛰️ Satellites | 2,000+ trackable | N2YO |
| 📹 CCTV feeds | 2,000+ live streams | TfL, WSDOT, Caltrans, NYC DOT |
| 🌍 Earthquakes | Real-time M2.5+ | USGS |
| 🔥 Wildfires | Active hotspots | NASA FIRMS |
| 📺 News | 25+ global live broadcasts | NBC, Sky News, Al Jazeera... |
| 🌤️ Weather | Severe events | NASA EONET |
| 🔐 Cyber threats | CVE vulnerabilities | NVD + custom scanner |
| ⚔️ Conflict zones | 13 active regions | OSINT intelligence |
All of this on a single map. No tab switching. No multiple dashboards.
What Makes It Different From Palantir
Palantir costs millions. Requires a sales meeting. Needs dedicated infrastructure.
OSIRIS:
git clone https://github.com/simplifaisoul/osiris.git
cd osiris
docker compose up -d
# Open http://localhost:3000
That's it. A 220MB Docker image. Non-root. Runs on any machine with Docker.
Most data sources work without any API keys. Only the RECON scanner needs optional configuration.
The RECON Toolkit (The Real Power Move)
The map is cool. But the built-in network reconnaissance toolkit is where OSIRIS shows its teeth:
- Port Scanner — TCP connect scan + service fingerprinting
- DNS Lookup — Full record resolution (A/AAAA/MX/NS/TXT/CNAME)
- WHOIS — Domain/IP registration data
- SSL/TLS Inspector — Certificate chain analysis
- IP Intelligence — Geolocation + ASN + threat reputation
- Vulnerability Scanner — CVE lookup against NVD database
This turns OSIRIS from a visualization toy into an actual OSINT workstation.
Tech Stack
| Component | Technology |
|---|---|
| Framework | Next.js 16 (App Router, Turbopack) |
| Language | TypeScript 5 |
| Map Engine | MapLibre GL JS (WebGL) |
| Animation | Framer Motion |
| Deployment | Vercel Edge / Docker (220MB, non-root) |
The map renders at 60fps because it uses WebGL through MapLibre GL. No canvas hacks. No compromise.
Who Is This For?
- Security researchers — Real-time threat map + RECON toolkit
- Journalists — Monitor global events from one screen
- Developers — Fork it, customize data sources, embed in your own
Top comments (0)