Downloads¶
GeoLibre desktop installers are published from GitHub Releases.
Release assets¶
Release builds are produced for:
- Linux x64: Debian package, RPM package, and AppImage
- Windows x64: unsigned desktop binary
- macOS Apple Silicon: unsigned desktop binary
- macOS Intel: unsigned desktop binary
Unsigned builds may require platform-specific trust prompts. Check each release note for the exact assets and platform guidance.
Build from source¶
git clone https://github.com/opengeos/GeoLibre.git
cd GeoLibre
npm install
npm run tauri:build
Desktop builds require the Rust toolchain and Tauri platform prerequisites.