Crypto news

21.07.2026
17:47

Free alternative to Palantir: Osiris global intelligence platform released on GitHub

ИИ-военщина AI war

An open-source operational intelligence platform called Osiris has appeared on GitHub, developed by a user under the nickname simplifaisoul. This is a full-fledged real-time operational dashboard (War Room). The system aggregates vast arrays of open geospatial data and visualizes them on a single interactive map.

The main difference between Osiris and corporate giants like Palantir is its minimal server hardware requirements. According to the project's README, the backend can be deployed on an ordinary laptop via Docker (image size is about 220 MB) or Node.js. All heavy computational load falls on the client side — directly in the user's browser. Thanks to GPU acceleration and rendering via WebGL, the developer has achieved stable 60 FPS even when displaying thousands of dynamic objects simultaneously.

More than 15 switchable data layers are available for monitoring, including:

  • Transport: data from ADS-B (aviation) and AIS (maritime vessels) systems for tracking routes worldwide.
  • Satellite monitoring: integration with the NASA FIRMS environmental system. Although it was created for detecting wildfires, OSINT specialists actively use it to identify thermal anomalies and potential explosions in conflict zones.
  • Infrastructure and ecology: maps of major submarine internet cables, seismic activity, and air quality.
image
Source: Osiris

In addition to the map, Osiris includes the RECON Toolkit — a set of network intelligence tools: a TCP port scanner with service fingerprinting, full DNS record resolution, WHOIS, SSL inspection, and vulnerability search. This transforms the platform from a simple visualization tool into a full-fledged workstation for an OSINT researcher.

Despite the scale of data provided, Osiris does not require a paid subscription. Firstly, the platform does not generate data itself but only collects information from free public APIs (from NASA satellites to open amateur radio databases). Secondly, the developer has no costs for maintaining server capacity: all computations and map rendering occur locally, using the CPU and GPU resources on the user's device.

What is Palantir and why is this important?

Historically, Palantir's two main products are Foundry and Gotham. Foundry is used by the corporate sector for managing global supply chains, while Gotham is an intelligence and analytics platform aimed at governments and law enforcement. Developed for counter-terrorism and defense tasks, Gotham has become a standard tool for the CIA, FBI, NSA, and various branches of the U.S. military. Since 2014, U.S. Immigration and Customs Enforcement alone has spent about $287 million on contracts with Palantir, and in 2021, the U.S. Army signed an $823 million contract to create an intelligence data system.

Osiris is a dual-use technology. On one hand, it puts a powerful analytical tool in the hands of independent OSINT researchers, journalists, and human rights activists. On the other hand, a unified, convenient, and anonymous "command post" could just as easily be used by hacker groups for planning attacks and reconnaissance. The release of Osiris highlights the dilemma of the open data era: a colossal amount of sensitive information has always been on the network. It's just that until today, the average user did not have a convenient interface to piece this picture together.

Expert commentary from Cryptalist: The emergence of Osiris is not just another open-source project, but a paradigm shift in the accessibility of intelligence tools. We are witnessing the democratization of analytics that was once the prerogative of intelligence agencies with billion-dollar budgets. This raises serious ethical questions for the community, but simultaneously opens up incredible opportunities for civilian investigations and monitoring global processes. The OSINT tools market is changing forever.