Real-time Global Intelligence Dashboard

AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface

57,774
GitHub Stars
9,183
Forks
187
Open Issues
361
Subscribers

What It Does

πŸ“°

500+ News Feeds

Curated news feeds across 15 categories, AI-synthesized into briefs

πŸ—ΊοΈ

Dual Map Engine

3D globe and WebGL flat map with 56 map layer types

πŸ”—

Cross-Stream Correlation

Military, economic, disaster, and escalation signal convergence

πŸ“Š

Country Instability Index

Server-authoritative CII v8 stress scoring for 31 Tier-1 countries

πŸ’°

Finance Radar

29 stock exchanges, commodities, crypto, and market composite

πŸ€–

Local AI

Run everything with Ollama, no API keys required

🌐

6 Site Variants

World, Tech, Finance, Commodity, Happy, Energy from single codebase

πŸ’»

Native Desktop App

Tauri 2 for macOS, Windows, and Linux

Support Status

Surface Status Notes
`worldmonitor.app`, `tech.`, `finance.`, `commodity.`, `happy.`, `energy.` Stable Public deployments built from this repo, actively maintained
Desktop binaries (Windows / macOS Apple Silicon / macOS Intel / Linux AppImage) Stable One Tauri binary that switches variants in-app; current CI release targets are `full` and `tech`

Quick Start

git clone https://github.com/koala73/worldmonitor.git
cd worldmonitor
npm install
npm run dev

Open localhost:3000. The app runs with no environment variables.

Variant-specific development:

npm run dev:tech       # tech.worldmonitor.app
npm run dev:finance    # finance.worldmonitor.app
npm run dev:commodity  # commodity.worldmonitor.app
npm run dev:happy      # happy.worldmonitor.app
npm run dev:energy     # energy.worldmonitor.app

Download Desktop App