Download GeoChat Desktop
Free and open source, no account required. After installing, add your own model API key in settings and you are ready to go.
Fetching the latest release…
macOS
macOS 11 Big Sur or later · Apple silicon and Intel
Windows
Windows 10 or later · requires the WebView2 runtime
Linux
Needs WebKitGTK and the other Tauri dependencies
No prebuilt installer yet — build from source.
The first launch takes one extra step
The installers are not code-signed, so your system will stop and ask. That is not a sign anything is wrong with the file — you can confirm on GitHub Actions that it was built from this repository's source.
macOS
- Drag GeoChat into your Applications folder.
- In Applications, right-click GeoChat and choose Open — it must be Open from the context menu; a plain double-click will not work.
- Click Open again in the dialog that appears. From then on it launches normally.
Windows
- Run the installer. If a blue “Windows protected your PC” dialog appears, click More info.
- Click the Run anyway button that appears.
- Follow the installer through to the end.
Build from source
You will need Bun 1.3.11, a stable Rust toolchain, and the Tauri build dependencies for your platform. This is currently the route for Linux.
Read the build instructions