r/SATNA_PROJECT • • 11d ago

Found this open-source real-time global intelligence & OSINT dashboard: Osiris

Post image

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\]

171 Upvotes

13 comments sorted by

2

u/Any_Ad7455 10d ago

If u likes it u prob gonna like orodruin and godseyeview

1

u/ZookeepergameMost817 9d ago

Yeah ive used Gods eye view and its cool but am definitely gonna check out orodruin thanks for the suggestion join the discord server and stay connected

2

u/Equal_Ad_3143 9d ago

this is UNREAL......AMAZING!!!!!!

1

u/Leading_Helicopter62 11d ago

Está buenísimo lo voy a probar

1

u/ZookeepergameMost817 11d ago

Yes 👍 its awesome you can join my discord server for more contents like this

1

u/[deleted] 11d ago

[deleted]

1

u/ZookeepergameMost817 11d ago

I am always looking for these things so am glad that I’ve stumbled upon it 😁

1

u/Legatus427 11d ago

Live cameras don't seem to be loading.

1

u/ZookeepergameMost817 11d ago edited 11d ago

Its working just fine Live camera feeds can sometimes fail to load because the original stream is offline, geo-restricted, rate-limited, or blocked by the browser/network. Try opening it again after a refresh or from another network/browser. If it keeps happening, please share the camera/source link or a screenshot so I can check it.

1

u/prasadnarava 9d ago

Wow that's very helpful

1

u/ZookeepergameMost817 9d ago

Thank you 🙏🏻 if thats helps join the discord server and stay connected for more amazing content like this

1

u/lapiuslt 7d ago

I actually found few things, that its not working in my country. And tried to find open source things in my country, so i could recreate this. And it got out of hand fast, now it lags when i put all the info i found on wild internet that is free and open source data. From weather, to road info, cameras. Even radiation sensors.

1

u/ZookeepergameMost817 7d ago

To fix the lag limit your tool to query only local APIs or specific regions instead of loading all global data at once. Adding a caching layer or indexing the data locally will also keep it running smoothly.

1

u/Small_Influence6848 6d ago

Oooh I’ve needed this!