One calm interface for Claude Code, Codex, Gemini and open-source models. Local-first, open-source, runs on your laptop.
Native installers for macOS, Windows and Linux. No account, no telemetry on by default.
sudo dpkg -i Gods*amd64.deb && sudo apt-get install -f.
Gods Eye ships ad-hoc signed (no Apple Developer ID yet), so macOS quarantines the app on first launch. Open Terminal and paste the command on the right — it strips the quarantine flag and the app opens straight away. Takes 1 second.
Claude Code, Codex and Gemini CLI all install via npm, so you need Node.js first. Python and Git are optional but unlock skills and workspace features.
Powers npm install -g for every agent CLI. If you skip this, the install commands below will fail with npm: command not found.
node -v && npm -vNeeded for the Office skills (PowerPoint, Excel, Word, financial models) and for running local MLX models. Skip if you only use the chat-style agents.
python3 --versionLets agents read your repo history, run diffs, generate PR descriptions and pull skills from GitHub. Most setups already have it.
git --version/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"