Choose Your Path
Web App
Access instantly via browser with PWA support
Desktop App
Native app for macOS, Windows, and Linux
Web App
The fastest way to start using World Monitor is through the web application.Visit the live dashboard
Open your browser and navigate to one of the live variants:
- World Monitor: worldmonitor.app - Geopolitical intelligence
- Tech Monitor: tech.worldmonitor.app - Tech industry tracking
- Finance Monitor: finance.worldmonitor.app - Market intelligence
- Happy Monitor: happy.worldmonitor.app - Positive news
Install as PWA (optional)
For offline access and a native app experience:Chrome/Edge: Click the install icon in the address bar (⊕ or computer icon)Safari: Tap Share → Add to Home ScreenFirefox: Click the three dots → Install
The web app works immediately with public data sources. Configure API keys in Settings for additional data sources.
Desktop App
For the full experience with local AI, offline maps, and OS integration, install the native desktop application.Download the installer
Choose your platform:
- macOS
- Windows
- Linux
Apple Silicon (M1/M2/M3):Intel:Open the
.dmg and drag World Monitor to Applications.First launch
On first launch, the desktop app will:
- Start a local Node.js sidecar server (port auto-selected)
- Generate a session token for secure local communication
- Load the dashboard with cloud fallback for missing API handlers
The sidecar runs 60+ API endpoints locally for privacy and offline access.
Configure settings (optional)
Open Settings (Cmd+, on macOS, Ctrl+, on Windows/Linux) to configure:LLMs Tab:
- Ollama endpoint (default:
http://localhost:11434) - Model selection (auto-discovered from local instance)
- Cloud AI providers (Groq, OpenRouter)
- Add API keys for data sources
- Each key is validated on save
- Stored securely in OS keychain (macOS Keychain, Windows Credential Manager)
- Enable verbose logging
- View traffic log (last 200 requests)
- Access log files
Start exploring
You’re ready! Try these first actions:
- View the World Brief: Click the AI Flow badge → “Generate World Brief”
- Explore a country: Click any country on the map for a full intelligence dossier
- Monitor keywords: Add custom keywords in News Feed panels
- Toggle layers: Enable military bases, undersea cables, or conflicts
- Watch live streams: Open the Live Streams panel for real-time video
First Actions
Once you’re up and running, here are some recommended first steps:Generate your first World Brief
Generate your first World Brief
- Click the Intelligence Findings badge (top right)
- Click “Generate World Brief”
- If using Ollama locally, the brief will be generated on your machine
- Otherwise, it uses cloud AI (Groq → OpenRouter → Browser T5 fallback)
Explore a country in detail
Explore a country in detail
- Click any country on the map
- View the Country Instability Index (CII) score ring
- Read the AI-generated intelligence analysis
- Check active signals (protests, military, markets, etc.)
- Review the 7-day event timeline
- Export as JSON, CSV, or PNG
Watch live news streams
Watch live news streams
- Enable the Live Streams panel
- Default channels load automatically (Bloomberg, Sky News, Al Jazeera, etc.)
- Expand the channel library for 30+ additional sources
- Adjust global quality setting (Settings → auto/360p/480p/720p)
- Switch to the Webcams tab for 22 live feeds from geopolitical hotspots
Monitor custom keywords
Monitor custom keywords
- Open any News Feed panel
- Click the + Add Monitor button
- Enter keywords (comma-separated for multiple terms)
- Keywords are highlighted with automatic color coding
- Match counts update in real-time
Share intelligence stories
Share intelligence stories
Switching Variants
World Monitor has 4 variants, each with specialized features and data sources:- World Monitor (
worldmonitor.app) - Geopolitical, military, conflicts - Tech Monitor (
tech.worldmonitor.app) - Tech industry, AI, startups - Finance Monitor (
finance.worldmonitor.app) - Markets, trading, central banks - Happy Monitor (
happy.worldmonitor.app) - Positive news, progress tracking
- Web: Navigate to different URLs or click the variant switcher in the header
- Desktop: Download variant-specific installers (e.g.,
?platform=macos-arm64&variant=tech)
What’s Next?
Configure API Keys
Add API keys for additional data sources
Set Up Local LLM
Install Ollama for private AI inference
Explore Features
Learn about the 3D globe and data layers
User Guide
Complete guide to using the dashboard
Troubleshooting
Desktop app won't start
Desktop app won't start
macOS: If you see “World Monitor is damaged and can’t be opened”:
- Open Terminal
- Run:
xattr -cr /Applications/World\ Monitor.app - This removes the quarantine attribute
- Click “More info”
- Click “Run anyway”
- Or download the MSI installer instead
- Run:
chmod +x WorldMonitor.AppImage - Install FUSE:
sudo apt install fuse(Ubuntu/Debian)
Map tiles not loading
Map tiles not loading
- Check your internet connection
- Clear browser cache (web app)
- Restart the desktop app
- Verify MapTiler API is accessible (no corporate firewall blocking)
Local LLM not detected
Local LLM not detected
- Verify Ollama is running:
ollama list - Check the endpoint URL matches:
http://localhost:11434(default) - Ensure at least one model is installed:
ollama pull llama3.1:8b - Restart the World Monitor desktop app
- Check Settings → LLMs → Model dropdown populates
News feeds showing errors
News feeds showing errors
- Some feeds may be temporarily unavailable (circuit breaker active)
- Check the Data Freshness panel for source status
- Verify internet connection
- If self-hosting, check CORS proxy is running