AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
Curated news feeds across 15 categories, AI-synthesized into briefs
3D globe and WebGL flat map with 56 map layer types
Military, economic, disaster, and escalation signal convergence
Server-authoritative CII v8 stress scoring for 31 Tier-1 countries
29 stock exchanges, commodities, crypto, and market composite
Run everything with Ollama, no API keys required
World, Tech, Finance, Commodity, Happy, Energy from single codebase
Tauri 2 for macOS, Windows, and Linux
| 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` |
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.
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