Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install bilawalsidhu/gods-eye-view. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

bilawalsidhu/gods-eye-view Installation Guide

How to install bilawalsidhu/gods-eye-view. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for bilawalsidhu/gods-eye-view. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i bilawalsidhu/gods-eye-view
or

Install via npx

npx @hexmos/ipm i bilawalsidhu/gods-eye-view

Prerequisites

Node.js

runtime

Version: 24.14.x or 26.x

npm

package manager

Google Maps API Key

api_key

Version: required for 3D planet

OpenAI API Key

api_key

Version: optional, for voice control and AI HUD

AISStream API Key

api_key

Version: optional, for live vessel data

NASA FIRMS API Key

api_key

Version: optional, for active fire data

TomTom API Key

api_key

Version: optional, for real traffic data

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install and Run (Development)

git clone https://github.com/bilawalsidhu/gods-eye-view

cd gods-eye-view

npm install

cp .env.example .env

echo "Set your GOOGLE_MAPS_API_KEY in the .env file."

npm run dev -- --host localhost --port 4173

Install and Run (macOS/Linux Shortcut)

git clone https://github.com/bilawalsidhu/gods-eye-view

cd gods-eye-view

./scripts/dev-fresh.sh

Post Installation Steps

  • Open http://localhost:4173 in your browser.
  • Follow the on-screen prompts for initial setup or explore manually.
  • Ensure your API keys are correctly configured in the .env file for full functionality.