Skip to content

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

  1. Drag GeoChat into your Applications folder.
  2. In Applications, right-click GeoChat and choose Open — it must be Open from the context menu; a plain double-click will not work.
  3. Click Open again in the dialog that appears. From then on it launches normally.

Windows

  1. Run the installer. If a blue “Windows protected your PC” dialog appears, click More info.
  2. Click the Run anyway button that appears.
  3. Follow the installer through to the end.

Why is it not signed?

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