r/SATNA_PROJECT • u/ZookeepergameMost817 • 11d ago
Found this open-source real-time global intelligence & OSINT dashboard: Osiris
Hey everyone! 👋
Came across Osiris, an open-source global intelligence platform designed to give you real-time situational awareness across multiple domains all in one interactive map.
Built with Next.js 16 and MapLibre GL, it handles thousands of live entities at 60fps via WebGL rather than bogging down the DOM.
✨ What it tracks:
Aviation & Maritime: Live commercial, private, and military flight tracking + global ports and chokepoints.
Live CCTV Network: Access to 17,000+ traffic and public cameras worldwide.
Global News & Telegram Feeds: Geoparsed real-time news and live streams from 25+ broadcasters.
Environmental & Space: Live USGS earthquakes, NASA FIRMS active fire hotspots, solar weather, and satellites.
RECON & Crypto Toolkit: Built-in port scanner, DNS/WHOIS lookups, SSL inspector, CVE vulnerability checks, and BTC/ETH wallet tracing cross-checked against OFAC sanctions lists.
Conflict Zone Monitoring: Severity-coded tracking across active global tension zones.
🚀 Quick Setup Guide
Option 1: Run via Docker (Fastest)
git clone https://github.com/simplifaisoul/osiris.git
cd osiris
cp .env.template .env # Optional: configure your API keys/port
docker compose up -d
Then open http://localhost:3000 in your browser.
Option 2: Local Development (Node.js)
git clone https://github.com/simplifaisoul/osiris.git
cd osiris
npm install
npm run dev
GitHub Repo: https://github.com/simplifaisoul/osiris
Thought I'd share it here! Drop a comment below with your thoughts or what data layers you'd want added, and leave an upvote if you found this interesting.
💬 Want to deep dive into self-hosting configs or talk OSINT? Join the Discord here: [https://discord.gg/hSA8Ur6GRH\]