World Monitor: Open-Source AI-Powered Global Intelligence Dashboard — In-Depth Report
Overview
World Monitor is an open-source OSINT (open-source intelligence) platform that delivers government-grade global situational awareness to everyone for free. The author calls it a "poor man's Bloomberg Terminal + CNN war room."
| Attribute | Detail | |---|---| | Author | Elie Habib (koala73) | | License | MIT | | Stack | TypeScript, React, Vite, deck.gl, Tauri | | GitHub | https://github.com/koala73/worldmonitor | | Website | https://worldmonitor.app | | Status | Actively maintained (v2.5.23), 24.7k+ stars |
Three variants exist: World (worldmonitor.app — geopolitics, military conflict), Tech (tech.worldmonitor.app — AI, data centers, semiconductor supply chains), and Finance (finance.worldmonitor.app — markets, crypto, prediction markets).
Key points
- Architecture: Client layer (Web/PWA/Tauri desktop, React + deck.gl WebGL globe, MapLibre, D3.js, Transformers.js) → Edge/API layer (Vercel Edge Functions / Railway with API proxying and Protocol Buffers) → Data layer with a three-tier cache (L1 in-memory → L2 Redis via Upstash → L3 upstream sources).
- 40+ data layers: conflict zones (ACLED, UCDP), 220+ military bases across 9 countries, nuclear facilities, GPS jamming zones, submarine cables, oil/gas pipelines, AI data centers, ports, real-time military aircraft (ADS-B), vessel tracking incl. "dark ship" behavior (AIS), satellite fire detection (NASA FIRMS), and internet outage monitoring (Cloudflare Radar).
- AI-driven intelligence: "World Brief" aggregates 100+ RSS sources (BBC, Reuters, Al Jazeera, etc.) into structured briefings every 10 minutes via Groq's Llama 3.1 8B (OpenRouter/OpenAI fallback), with sentiment analysis, geolocation extraction, and threat assessment. A Country Instability Index (CII) scores risk 0–100 based on military activity, protest frequency, news velocity, and structural risk. Convergence alerts fire when multiple signals trigger simultaneously in a region.
- AI flexibility: cloud inference by default; privacy mode with fully local Ollama or LM Studio (default endpoint
http://localhost:11434); browser-side NER and embeddings via Transformers.js. - Deployment: one-click Vercel deploy (~5 minutes), local dev via
git clone https://github.com/koala73/worldmonitor.git && npm install && npm run dev, or desktop builds for Windows (.exe), macOS (ARM64/x64), and Linux (AppImage) athttps://worldmonitor.app/api/download?platform={platform}. - Performance: GPU-accelerated WebGL rendering, Vite code splitting, PWA offline caching of 500 map tiles, lazy layer loading, Gzip, WebSocket connection limits, a Railway relay that saves ~1.7TB/day of egress, and cross-user AI deduplication to share LLM results for identical queries.
- Internationalization: 16 languages including Simplified/Traditional Chinese, Arabic, and Russian, with RTL support.
- Investigative journalists: track conflicts, verify leads, cross-validate geolocation.
- Corporate risk teams: supply chain disruption monitoring, geopolitical early warning.
- Researchers: conflict data visualization, trend analysis, OSINT teaching.
- Investors: macro market radar, prediction market sentiment, commodity trends.
- General users: understanding global events and geopolitics.
- GitHub: https://github.com/koala73/worldmonitor
- Documentation: https://github.com/koala73/worldmonitor/blob/main/docs/DOCUMENTATION.md
- Demos: worldmonitor.app / tech.worldmonitor.app / finance.worldmonitor.app
Competitive positioning
| Dimension | World Monitor | Palantir | Bloomberg Terminal | CNN War Room | |---|---|---|---|---| | Price | Free |
Use cases
Strengths and limitations
Strengths: fully free and open source (MIT); privacy-first with fully local operation; AI-generated briefings; smooth 3D WebGL globe; 40+ professional layers; Web/PWA/Desktop; 16 languages; active, fast iteration.
Limitations: limited interaction on screens under 768px; minute-level delays from public sources; some specialized data remains English-only; WebGL is demanding on low-end hardware; some sources require API keys.
Roadmap
Recent (v2.x): mature Tauri desktop app, CI/CD automated builds, Relevance Engine 2.0, social media sentiment analysis, shareable intelligence snapshots. Future: more data layers, mobile optimization, multi-user collaboration, custom alerts, commercial API.
Resources
*Research date: 2026-03-07. Researcher: Xiao Kai.*