All 84 Dependencies
Every package World Monitor depends on, ranked by repo health score.
World Monitor is an open-source situational awareness dashboard that pulls together 500+ curated news feeds across 15 categories, AI-synthesized briefs, and 65+ external data providers spanning geopolitics, finance, energy, climate, aviation, cyber, and military domains, then renders it all on a dual map engine (a 3D globe built on globe.gl/Three.js and a WebGL flat map built on deck.gl/MapLibre GL with 56 map layer types). Its signature analytical layer is the Country Instability Index (CII v8), a server-authoritative stress score computed for 31 Tier-1 countries from cross-stream correlation of military, economic, disaster, and escalation signals, alongside a finance radar covering 29 stock exchanges, commodities, and crypto.
The project ships as far more than a single web app: six themed site variants (world, tech, finance, commodity, happy, energy) are built from one codebase, a native Tauri 2 desktop app targets macOS, Windows, and Linux, and the data is exposed programmatically through a public MCP server, a REST API described by an OpenAPI spec, and official zero-dependency SDKs in TypeScript/npm, Python, Ruby, and Go plus a CLI. AI features run through Groq, OpenRouter, or a fully local Ollama pipeline so a self-hosted instance needs no external API keys or cloud LLM calls to function.
The source is AGPL-3.0-only, with self-hosting fully free via Docker/Podman compose and a documented required-secrets setup (Redis auth, relay shared secret). The hosted worldmonitor.app product layers an optional Pro subscription (via Clerk auth and Dodo Payments checkout) on top that raises free-tier panel/source caps and unlocks premium data feeds — the dashboard code and self-hosting path themselves carry no license-key gate.