Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99,193 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strata — The AI-native GIS

An AI-native fork of QGIS with a built-in assistant: chat with your maps, run multi-step geospatial agents, and query your entire workspace — right inside the desktop.

Use Strata with a managed Strata Cloud account, or keep your own provider credentials in BYOK mode.

Open Source and Attribution

Strata is an independent, unofficial fork based on QGIS. It is not endorsed by or affiliated with QGIS.ORG or the QGIS project.

Strata is released under the GNU General Public License v2.0 or later (COPYING). It is an unofficial fork of QGIS — upstream source code: github.com/qgis/QGIS.

🧪 QGIS tests Docker Status Build Status OpenSSF Scorecard OpenSSF Best Practices 🪟 MingW64 Windows 64bit Build DOI

QGIS is a full-featured, user-friendly, free-and-open-source (FOSS) geographical information system (GIS) that runs on Unix platforms, Windows, and MacOS.

QGIS is part of the Open-Source Geospatial Foundation (OSGeo), offering a range of complementary open-source GIS software projects.


Download

All packages are available from Releases.

Platform Download What to do next
🍎 macOS (Intel + Apple Silicon) *.dmg Signed and notarized universal build. Double-click → drag Strata to Applications.
🪟 Windows 10/11 (x64) *-win64.exe, *-win64.zip Signed NSIS installer, plus portable ZIP with signed binaries. Verify the publisher before running.
🐧 Linux (x86_64) *.AppImage chmod +x Strata-*.AppImage then double-click. No installation required.

⚠️ Linux AppImage builds are currently not signed. Windows builds are Authenticode-signed, but SmartScreen reputation may still warm up for new releases.

🐧 AppImage on Linux

chmod +x Strata-*.AppImage
./Strata-*.AppImage

Works on Ubuntu 22.04+, Fedora 38+, Debian 12+, Arch, and any distro with glibc >= 2.35 and FUSE installed.


Demo — see it in action

Full interactive demo also on the landing page.

Agent mode

Strata Agent mode — GIS map with AI panel running PyQGIS

Ask in plain language: the assistant inspects active layers and CRS, runs PyQGIS code (run_python), and updates the map — e.g. building an external mask from a municipality boundary.

Plan mode

Strata Plan mode — structured plan with Accept plan and Reject

For multi-step work, switch to Plan: Strata outlines layers, fields, and symbology to create, then waits for Accept plan or Reject / revise before changing the project.


Strata Cloud login and registration

Strata Cloud is the recommended setup when you want managed AI models, credit accounting, and account-level model preferences without handling provider API keys.

You can create and use a Strata Cloud account in two ways:

Current account policy:

  • Registration and login use email/password. Passwords must be at least 8 characters.
  • If an email is already registered, use Log in instead of creating a second account.
  • After a successful desktop login, Strata exchanges the web access token for a desktop session token and selects the managed Strata Cloud / Plan Account provider.
  • The web account area shows credit balance, usage history, and credit purchase options.
  • Signing out from Strata Desktop removes the local desktop session token.

Credential and data policy:

  • Strata Cloud desktop tokens are stored through Strata's local secret store. When the QGIS authentication vault is unlocked or configured, secrets are encrypted there; otherwise Strata warns that credentials are stored unencrypted in local settings.
  • Cloud context sync is opt-in. Strata only uploads explicitly approved safe context, and blocks geometry, coordinates, WKT, and datasource URI payloads before upload.
  • BYOK remains available for OpenAI, OpenRouter, Anthropic, Codex/ChatGPT, and Claude OAuth if you prefer to use your own provider credentials.

Configure AI on first launch

  1. Open Strata.
  2. Menu View → Panels → AI Assistant.
  3. Click the ⚙ settings icon in the top-right corner of the panel.
  4. In Account, log in or create a Strata Cloud account for managed models and credits.
  5. If you prefer BYOK, configure a provider under the provider settings instead: OpenAI/OpenRouter/Anthropic API key, Codex/ChatGPT login, or Claude OAuth.
  6. Close the dialog and try sending a message in the chat.

Provider credential options:

BYOK keys are stored locally on your machine. OAuth logins save refresh tokens locally through the same secret-store path used by Strata Cloud desktop tokens. Credentials are never sent to any server other than the provider or Strata Cloud endpoint you choose.

For desktop launches, always use one of the existing mode scripts rather than starting the binary directly:

# Starts and verifies the local strata-be service, then opens the SSD build.
./scripts/run-strata-dev.sh

# Opens the same desktop build against Cloud Run only. It never starts a local backend.
./scripts/run-strata-prod.sh

run-strata-dev.sh uses http://localhost:3001, starts ../strata-be when necessary, and waits for /health/ready. run-strata-prod.sh uses https://strata-be-372580174147.europe-west1.run.app/ai/messages. The scripts deliberately ignore an inherited STRATA_PLAN_ENDPOINT; set STRATA_BACKEND_LOCAL or STRATA_BACKEND_PROD only when deliberately targeting another environment. STRATA_PLAN_TOKEN remains available for supplying a desktop token during development.

Strata Cloud endpoint defaults

The desktop app always defaults to production Strata Cloud:

https://strata-be-372580174147.europe-west1.run.app/ai/messages

Localhost is used only when you launch via run-strata-dev.sh (which sets STRATA_PLAN_ENDPOINT). Stale localhost or example.invalid values saved in local settings are automatically reset to production on the next launch.

Troubleshooting login / signup

Symptom Likely cause Fix
Connection refused Backend endpoint points to localhost:3001 but no local strata-be is running Use run-strata-dev.sh, or set Advanced → Backend endpoint to the production URL above
Connection refused (release app) Leftover dev endpoint in local settings Restart Strata (auto-reset) or set the production URL in Advanced
Incorrect email or password Wrong credentials Use Log in if the email is already registered
HTTP 402 Out of credits Top up credits in the web account area

Roadmap

Product direction and release planning for Strata: strata_cursor_roadmap.md.

Covers phased delivery (assistant MVP → Context Engine → GIS Tab → Agent v2 → workflows → vertical packs → enterprise), backlog priorities, and metrics. Cursor agents are configured to consult this document automatically.


QGIS upstream — original documentation

QGIS upstream documentation (Features, community, docs…)

Features

1. Flexible and powerful spatial data management

  • Support for raster, vector, mesh, and point cloud data in a range of industry-standard formats
    • Raster formats include: GeoPackage, GeoTIFF, GRASS, ArcInfo binary and ASCII grids, ERDAS Imagine SDTS, WMS, WCS, PostgreSQL/PostGIS, and other GDAL supported formats.
    • Vector formats include: GeoPackage, ESRI shapefiles, GRASS, SpatiaLite, PostgreSQL/PostGIS, MSSQL, Oracle, WFS, Vector Tiles and other OGR supported formats.
    • Mesh formats include: NetCDF, GRIB, 2DM, and other MDAL supported formats.
    • Point-cloud format: LAS/LAZ and EPT datasets.
  • Data abstraction framework, with local files, spatial databases (PostGIS, SpatiaLite, SQL Server, Oracle, SAP HANA), and web services (WMS, WCS, WFS, ArcGIS REST) all accessed through a unified data model and browser interface, and as flexible layers in user-created projects
  • Spatial data creation via visual and numerical digitizing and editing, as well as georeferencing of raster and vector data
  • On-the-fly reprojection between coordinate reference systems (CRS)
  • Nominatim (OpenStreetMap) geocoder access
  • Temporal support

Example: Temporal animation

Example: Temporal animation

Example: 3D map view

Example: 3D map view

2. Beautiful cartography

  • Large variety of rendering options in 2D and 3D
  • Fine control over symbology, labeling, legends and additional graphical elements for beautifully rendered maps
  • Respect for embedded styling in many spatial data sources (e.g. KML and TAB files, Mapbox-GL styled vector tiles)
  • In particular, near-complete replication (and significant extension) of symbology options that are available in proprietary software by ESRI
  • Advanced styling using data-defined overrides, blending modes, and draw effects
  • 500+ built-in color ramps (cpt-city, ColorBrewer, etc.)
  • Create and update maps with specified scale, extent, style, and decorations via saved layouts
  • Generate multiple maps (and reports) automatically using QGIS Atlas and QGIS Reports
  • Display and export elevation profile plots with flexible symbology
  • Flexible output direct to printer, or as image (raster), PDF, or SVG for further customization
  • On-the-fly rendering enhancements using geometry generators (e.g. create and style new geometries from existing features)
  • Preview modes for inclusive map making (e.g. monochrome, color blindness)

Example: Map of Bogota, Colombia in the style of Starry Starry Night, by Andrés Felipe Lancheros Sánchez

Map of Bogota, Colombia in the style of Starry Starry Night

For more maps created with QGIS, visit the following pages:

Amazing maps created using QGIS

Map Gallery on QGIS Hub

QGIS Map Showcase

3. Advanced and robust geospatial analysis

  • Powerful processing framework with 200+ native processing algorithms
  • Access to 1000+ processing algorithms via providers such as GDAL, SAGA, GRASS, OrfeoToolbox, as well as custom models and processing scripts
  • Geospatial database engine (filters, joins, relations, forms, etc.), as close to datasource- and format-independent as possible
  • Immediate visualization of geospatial query and geoprocessing results
  • Model designer and batch processing

Example: Travel isochrones

Example: Travel isochrones

Example: Model designer

Example: model designer

4. Powerful customization and extensibility

  • Fully customizable user experience, including user interface and application settings that cater to power-users and beginners alike
  • Rich expression engine for maximum flexibility in visualization and processing
  • Broad and varied plugin ecosystem that includes data connectors, digitizing aids, advanced analysis and charting tools, in-the-field data capture, conversion of ESRI style files, etc.
  • Style manager for creating, storing, and managing styles
  • QGIS style hub for easy sharing of styles
  • Python and C++ API for standalone (headless) applications as well as in-application comprehensive scripting (PyQGIS)

Example: Style manager

Example: Style manager

Example: Plugins

Example: Plugins

5. QGIS Server

Headless map server -- running on Linux, macOS, Windows, or in a docker container -- that shares the same code base as QGIS.

  • Industry-standard protocols (WMS, WFS, WFS3/OGC API for Features and WCS) allow plug-n-play with any software stack
  • Works with any web server (Apache, nginx, etc) or standalone
  • All beautiful QGIS cartography is supported with best-in-class support for printing
  • Fully customizable with Python scripting support

Example: QGIS server WMS response

Example: QGIS Server response to a WMS request

Example: QGIS server WFS response

Example: QGIS Server response to a WFS Feature request

Under the hood

QGIS is developed using the Qt toolkit and C++, since 2002, and has a pleasing, easy to use graphical user interface with multilingual support. It is maintained by an active developer team and supported by vibrant community of GIS professionals and enthusiasts as well as geospatial data publishers and end-users.

Versions and release cycle

QGIS development and releases follow a time based schedule/roadmap. There are three main branches of QGIS that users can install. These are the Long Term Release (LTR) branch, the Latest Release (LR) branch, and the Development (Nightly) branch.

Every month, there is a Point Release that provides bug-fixes to the LTR and LR.

Free and Open Source

QGIS is released under the GNU Public License (GPL) Version 2 or any later version. Developing QGIS under this license means that you can (if you want to) inspect and modify the source code and guarantees that you, our happy user will always have access to a GIS program that is free of cost and can be freely modified.

QGIS is part of the Open-Source Geospatial Foundation (OSGeo), offering a range of complementary open-source GIS software projects.

Installing and using QGIS

Precompiled binaries for QGIS are available at the QGIS.org download page. Please follow the installation instructions carefully.

The building guide can be used to get started with building QGIS from source.

For installation of QGIS Server, see its getting started documentation.

Documentation

A range of documentation is available. This includes:

Help and support channels

There are several channels where you can find help and support for QGIS:

  • Using the QGIS community site
  • Joining the qgis-users mailing list
  • Chatting with other users real-time. Please wait around for a response to your question as many folks on the channel are doing other things and it may take a while for them to notice your question. The following paths all take you to the same chat room:
    • Using an IRC client and joining the #qgis channel on irc.libera.chat.
    • Using a Matrix client and joining the #qgis:osgeo.org room.
  • At the GIS stackexchange or r/QGIS reddit, which are not maintained by the QGIS team, but where the QGIS and broader GIS community provides lots of advice
  • Other support channels

Get involved with the community

Contribution guidelines for this project

About

An AI-native fork of QGIS. Chat with your maps, run multi-step geospatial agents, and query your entire workspace — right inside the desktop.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages