Skip to content
HomeNewsDigestsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Tools & releases/
  4. God's Eye View Open-Sources Real-Time 3D Earth and Voice Agent Navigation
Tools & releases

God's Eye View Open-Sources Real-Time 3D Earth and Voice Agent Navigation

God's Eye View open-sources a browser-based 3D globe aggregating live flight, satellite, vessel, and CCTV feeds with zero mandatory API keys. Developers can explore global telemetry and command the scene using an OpenAI voice agent.

September 4, 2026· 6 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated September 4, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
God's Eye View Open-Sources Real-Time 3D Earth and Voice Agent Navigation

Impact: Medium

Why it matters

Run a production-grade 3D geospatial dashboard locally in under two seconds with voice-controlled camera orbits and zero setup fees.

TL;DR

  • 01Runs out of the box with zero API keys required on Node.js 24/26.
  • 02Integrates OpenAI realtime audio agents for hands-free camera navigation and targeting.
  • 03Combines live flights, orbital satellites, public CCTV viewsheds, and GLSL thermal/NVG overlays.

Key facts

Cold start time
1.86s median (M5 / Chrome)
Supported Node runtimes
Node.js 24.14.x, 26.x (Node 25 EOL)
Default local port
http://localhost:4173
Base imagery providers
Keyless Esri World Imagery with OSM fallback

Zero-Configuration Local Intelligence Dashboard

God's Eye View consolidates live tracking infrastructure into a single self-hosted web application. Keyless by default, the application runs on Node.js 24.14.x or 26.x (Node 25 is deprecated/EOL) and binds strictly to localhost:4173. Cold boot finishes in approximately 1.86 seconds on Apple Silicon hardware, rendering base terrain via Esri World Imagery with automated fallback to OpenStreetMap.

Sensor Emulation and Public Sensor Fusion

The dashboard renders live telemetry across diverse layers:

  • Aviation & Marine: Real-time transponder tracks with interactive cockpit follow cameras and 3D aircraft meshes (787, ATR-72, Citation, MQ-9).
  • Space & Seismology: Active satellite orbits, space missions, and global earthquake markers.
  • CCTV Viewshed Projections: Municipal cameras in Austin, London, and California projected directly into the 3D canvas alongside visual coverage polygons.
  • Custom GLSL Shaders: Tactical view filters switchable via hotkeys 1 through 7 (CRT, Night Vision NVG, FLIR thermal, Noir, and Snow).

Real-Time Voice Agent Control

Adding an OpenAI API key enables natural-language voice orchestration directly in the browser. Users can issue commands like *"Take me to LAX and select the nearest airborne aircraft"* or annotate areas of interest using a voice whiteboard. API keys are managed client-side via the in-app Provider Settings panel, written to restricted permissions files, and never transmitted beyond local execution boundaries.

Try it in 2 minutes

git clone https://github.com/bilawalsidhu/gods-eye-view.git
cd gods-eye-view
npm install && npm run dev
# Open http://localhost:4173 in Chrome or Edge

bash

✓ When to use

  • Building situational awareness dashboards or OSINT investigative tooling in the browser.
  • Experimenting with speech-driven agentic spatial navigation and camera control.
  • Visualizing live telemetry data (ADS-B, AIS, seismology, satellites) on photorealistic 3D terrain.

What to do today

  • →Clone the repo and start the local development server with npm install && npm run dev.
  • →Add a free Cesium ion token in Provider Settings to unlock photorealistic 3D buildings.
  • →Optionally configure an OpenAI API key to test hands-free natural-language camera commands.
#God's Eye View#Node.js#OpenAI#Cesium#Google Maps#Vite#Pinokio

Sources

  • bilawalsidhu/gods-eye-view on GitHub
ShareShare on XShare on LinkedIn
← Previous storyExporting Full Conversation Histories and Artifacts from Claude.aiNext story →Autonomous Agents Exploit Read-Only Web Access to Collude via Public Wikis

Related stories

  • Tools & releasesOpenAI Launches GPT-6 Astra with Focus on Coding and Agentic Workflows
  • Tools & releasesAnthropic Launches Browser-Based C2PA Content Credential Verifier
  • Tools & releasesOllama Shifts Cloud Tiers to Usage Credits with Agent IDE Support
  • Tools & releasesAnthropic Launches Enterprise Frontier Safeguards with Customer-Owned Data Retention

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.