How to install opengeos/GeoLibre. 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.
opengeos/GeoLibre Installation Guide
How to install opengeos/GeoLibre. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for opengeos/GeoLibre. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i opengeos/GeoLibreor
Install via npx
npx @hexmos/ipm i opengeos/GeoLibrePrerequisites
Tauri
build toolVersion: v2
React
javascript libraryTypeScript
languageMapLibre GL JS
javascript libraryDuckDB-WASM Spatial
javascript librarydeck.gl
javascript libraryManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Windows Installer
wget -q "https://github.com/opengeos/GeoLibre/releases/download/v2.3.0/GeoLibre.Desktop_2.3.0_x64-setup.exe" -O geolibre_installer.exe
Start-Process msiexec.exe -ArgumentList "/i" , "geolibre_installer.exe" , "/quiet" -WaitWindows MSI Package
wget -q "https://github.com/opengeos/GeoLibre/releases/download/v2.3.0/GeoLibre.Desktop_2.3.0_x64_en-US.msi" -O geolibre_installer.msi
msiexec /i geolibre_installer.msi /quietmacOS DMG
wget -q "https://github.com/opengeos/GeoLibre/releases/download/v2.3.0/GeoLibre.Desktop_2.3.0_x64.dmg" -O geolibre.dmg
hdiutil attach geolibre.dmg
cp -R /Volumes/GeoLibre/GeoLibre.app /Applications/
hdiutil detach /Volumes/GeoLibremacOS App Bundle
wget -q "https://github.com/opengeos/GeoLibre/releases/download/v2.3.0/geolibre-desktop_darwin_x64" -O geolibre.tar.gz
tar -xzf geolibre.tar.gz
mv GeoLibre.app /Applications/Linux AppImage
wget -q "https://github.com/opengeos/GeoLibre/releases/download/v2.3.0/GeoLibre.Desktop_2.3.0_amd64.AppImage" -O geolibre.AppImage
chmod +x geolibre.AppImage
./geolibre.AppImageLinux DEB Package
wget -q "https://github.com/opengeos/GeoLibre/releases/download/v2.3.0/GeoLibre.Desktop_2.3.0_amd64.deb" -O geolibre.deb
sudo apt install -y ./geolibre.debLinux RPM Package
wget -q "https://github.com/opengeos/GeoLibre/releases/download/v2.3.0/GeoLibre.Desktop-2.3.0-1.x86_64.rpm" -O geolibre.rpm
sudo dnf install -y ./geolibre.rpmLinux Portable Archive
wget -q "https://github.com/opengeos/GeoLibre/releases/download/v2.3.0/geolibre-desktop_linux_x64" -O geolibre.tar.gz
tar -xzf geolibre.tar.gz
./geolibre-desktop-linux-x64Android ARM
wget -q "https://github.com/opengeos/GeoLibre/releases/download/v2.3.0/geolibre-android-arm.apk" -O geolibre.apkAndroid ARM64
wget -q "https://github.com/opengeos/GeoLibre/releases/download/v2.3.0/geolibre-android-arm64.apk" -O geolibre.apkAndroid x86
wget -q "https://github.com/opengeos/GeoLibre/releases/download/v2.3.0/geolibre-android-x86.apk" -O geolibre.apkAndroid x86_64
wget -q "https://github.com/opengeos/GeoLibre/releases/download/v2.3.0/geolibre-android-x86_64.apk" -O geolibre.apkWeb Version
echo "No installation required. Access GeoLibre Web at https://web.geolibre.app/"Source (Safe Default)
git clone https://github.com/opengeos/GeoLibre
cd GeoLibrePost Installation Steps
- Refer to https://geolibre.app/getting-started/ for detailed post-installation steps and usage instructions.
