Osiris has landed on GitHub with an ambitious promise: to bring together open data from aviation, satellites, public cameras, earthquakes, wildfires, news, cyber threats, sanctions, cryptocurrency, and conflict zones in a single global interface. Its own repository describes it as a real-time global intelligence platform and an open-source alternative to Palantir, a striking comparison that should be read with nuance, but one that clearly explains the kind of tool it aims to become.
The project, published by Souleimen Mrad under the MIT licence, combines Next.js 16, TypeScript, and MapLibre GL to render thousands of entities on a WebGL-accelerated map. This is not just about placing dots on a 3D globe. The goal is to build an operational intelligence dashboard that can cross-reference public sources, activate layers on demand, and analyse signals from multiple domains without depending on a closed platform.
Real-time OSINT from open sources
Osiris is built around a familiar idea in open-source intelligence: much of the relevant data already exists, but it is scattered. Commercial and private flights, traffic cameras, seismic alerts, active fires, weather events, satellite data, sanctions lists, live news, and public Telegram channels can provide a rich picture of what is happening in the world if they are integrated in a structured way.
The repository lists aviation layers based on OpenSky Network, public cameras from TfL, WSDOT, Caltrans, NYC DOT, and VicRoads, earthquakes through USGS, wildfires via NASA FIRMS, weather events with NASA EONET, space data from NOAA SWPC and N2YO, vulnerabilities from NVD, sanctions through OpenSanctions, and BTC and ETH wallet tracing using blockstream.info and Blockscout. It also includes 24/7 news streams from more than 25 global broadcasters and a Telegram OSINT layer that geoparses public posts from the t.me/s/<channel> web preview.
The key lies in orchestration. Each source is useful on its own. The real value appears when several layers are activated in the same panel, with a shared visual experience and real-time counts. In security, investigative journalism, geopolitical analysis, incident response, or critical event monitoring, that convergence reduces the time needed to switch between tools and contexts.
| Domain | Sources or data integrated by Osiris |
|---|---|
| Aviation | Commercial, private, military flights, and jets via OpenSky |
| CCTV | More than 2,000 public cameras from traffic and transport networks |
| Earthquakes | Real-time M2.5+ alerts through USGS |
| Wildfires | Active hotspots via NASA FIRMS |
| News | More than 25 24/7 streams from global broadcasters |
| Space | Solar weather and satellites via NOAA SWPC and N2YO |
| Cybersecurity | CVEs, custom scanner, and reconnaissance tools |
| Crypto | BTC/ETH tracing and sanctioned-address checks |
| Sanctions | Search across persons, organisations, vessels, and aircraft |
| Conflicts | Thirteen active or tense zones with severity markers |
The browser as an intelligence hub
Osiris is designed to work through a web interface. The client renders data with MapLibre GL and WebGL, while Next.js API routes handle layers such as flights, earthquakes, cameras, news, fires, maritime data, satellites, weather, Telegram, threats, and OSINT tools. The project claims to be optimised for 60 fps even with thousands of simultaneous entities on screen.
That technical decision makes sense. For years, many intelligence platforms have been heavy, expensive, and closed. Osiris takes a modern web architecture approach, with local deployment through npm, Docker, or a prebuilt GHCR image. Some layers work without API keys, although certain sources require credentials for higher limits or specific features. Without SCANNER_URL and SCANNER_KEY, the RECON toolkit returns 503, while the main layers can still work.
The repository also pays attention to efficiency. It mentions progressive loading, on-demand layer activation, viewport-aware requests, relaxed polling intervals for stable data, and a 75% reduction in edge requests compared with an initial release. These details matter because the main challenge for this type of platform is not simply connecting APIs, but preventing the system from collapsing under too many calls, duplicated data, or inefficient rendering.
The RECON section adds browser-based network tools: port scanning with service fingerprinting, DNS lookups, WHOIS, SSL/TLS inspection, IP intelligence, CVE search, crypto wallet tracing, and checks against sanctions lists. These capabilities place Osiris in a dual-use area. They are useful for research, defence, and authorised auditing, but must be used with clear legal and ethical criteria.
The Palantir comparison makes sense, but has limits
Calling it the “open-source Palantir” is a powerful way to explain the concept: a platform that integrates heterogeneous sources and turns them into an analysis interface. But visual scope should not be confused with enterprise equivalence. Palantir sells platforms with deep integration into corporate environments, data governance, granular permissions, complex deployments, internal connectors, support, security, operational modelling, and large-scale contracts.
Osiris, for now, is an open-source project that shows how much can be built with public sources, existing APIs, and good visualisation architecture. Its value lies in demonstrating that many features once seemingly reserved for governments or large corporations can now be prototyped with web tools, open data, and an active technical community.
That does not make it less interesting. Quite the opposite. The democratisation of these capabilities raises an important question for security teams, researchers, media organisations, analysts, and public administrations: what kind of monitoring infrastructure can already be built without buying multimillion-dollar platforms? The answer depends less on access to raw data and more on the ability to design data pipelines, normalise sources, control API costs, manage permissions, and provide a useful interface.
It also opens up responsibility debates. A platform that mixes public cameras, flights, conflict information, public-channel scraping, network scanning, and sanctions data must be used carefully. Open-source intelligence does not remove legal obligations, privacy concerns, terms of service, or acceptable-use boundaries. The fact that something is public does not mean it can be exploited without context or without assessing impact.
Osiris reflects a broader trend: operational intelligence is moving towards more accessible, real-time interfaces with less dependence on closed vendors. It does not replace a complete enterprise platform, but it does lower the barrier to experimenting with advanced OSINT dashboards.
The bottleneck is no longer just obtaining data. It is integrating it without noise, filtering what matters, maintaining performance, avoiding false correlations, and building workflows that help people decide. In that sense, projects like Osiris are not just a GitHub curiosity. They are a signal of where the next generation of analysis tools is heading.
Frequently asked questions
What is Osiris?
Osiris is an open-source real-time intelligence and OSINT platform that aggregates flights, public cameras, earthquakes, wildfires, news, satellites, cyber threats, sanctions, and other sources into a web dashboard.
Why is it compared to Palantir?
Because it aims to integrate multiple data sources into a shared analysis interface. Even so, it should not be confused with a full enterprise platform like Palantir, which includes integration, support, data governance, and large-scale deployments.
What technologies does Osiris use?
The project is built with Next.js 16, TypeScript, and MapLibre GL JS, with WebGL rendering to display thousands of entities on screen.
Can it be used without API keys?
According to the repository, Osiris works partially without API keys because several sources are public and keyless. Some functions or higher limits may require additional configuration.
Sources:
- GitHub, “simplifaisoul/osiris: Open Source Global Intelligence Platform – Real-Time OSINT Dashboard – A Palantir Alternative”.
