# Installation

{% hint style="success" %}
Prefer a video guide instead? [Watch how to install our tools on YouTube.](https://youtu.be/2oBnX5MtJIg)
{% endhint %}

## 1. Install QGIS 3.40

If you plan to use QSWAT+ to set up your watershed, please install QGIS 3 before installing SWAT+. It can be downloaded from the [QGIS download page](https://www.qgis.org/en/site/forusers/download.html), where you should select the **Long term release repository**, and the **64 bit standalone installer**. Use the default folder `C:\Program Files\QGIS 3.40.n` as the installation folder. See the [QSWAT+ manual](/docs/user/qswat+.md) for further instructions.&#x20;

* **MacOS and Linux only:** users will need to install openmpi separately.&#x20;
  * MacOS: run `brew install openmpi` from a terminal.
  * Linux Ubuntu: run `sudo apt-get install openmpi-bin` from a terminal. \
    Package name may vary with distribution.

## 2. SWAT+ 3.2 Installer

This release includes **SWAT+ rev. 61**, **QSWAT+ 3.1**, **SWAT+ Editor 3.2**, and **SWAT+ Toolbox 3.2 (Windows only)**. To install the SWAT+ model and interface components, please use an installer linked below for your operating system. The installer is for 64-bit machines. Administrator privileges are not required for personal installations (but Mac requires use of sudo).

<table><thead><tr><th width="246.30748299319728">Operating System</th><th width="192">Link</th><th width="180">Release Date</th><th>Version</th></tr></thead><tbody><tr><td>Windows 64-bit</td><td><a href="https://plus.swat.tamu.edu/downloads/3.1/swatplus-windows-installer-3.1.4.zip">Download (460MB)</a></td><td>25 Feb 2026</td><td>3.2.0</td></tr><tr><td>Linux 64-bit</td><td><a href="/pages/uG0QCMup36VyCbM3xLGD">Instructions</a></td><td></td><td></td></tr></tbody></table>

Existing SWAT+ users should be sure to read the [release notes](/docs/release-notes.md) thoroughly to see how the software updates affect your projects.

{% content-ref url="/pages/-LZpijLq66ISF5uJbCGa" %}
[Release Notes](/docs/release-notes.md)
{% endcontent-ref %}

Trouble loading the software after installation? Read through our troubleshooting guide.

{% content-ref url="/pages/-Lj2AdbFvw0yZ04BLFmb" %}
[Troubleshooting](/docs/get-help/troubleshooting.md)
{% endcontent-ref %}

## Individual Component Installation

If you need to install QSWAT+ or SWAT+ Editor individually, grab the latest release of their respective installers from their source code repository downloads page.

* [QSWAT+ Installers](https://github.com/swat-model/QSWATPlus/releases)
* [SWAT+ Editor Installers](https://github.com/swat-model/swatplus-editor/releases)
* [SWAT+ Toolbox Installers](https://celray.github.io/SWATPlusToolbox/downloads/)

### SWAT+ Model (Command Line Executable)

The model itself is packaged with SWAT+ Editor and we recommend using the editor to modify your inputs and run the model. However, if you would like to download just the command line executable file, it is available at the SWAT+ Github repository.

* [SWAT+ model releases](https://github.com/swat-model/swatplus/releases)

## SWAT+ SQLite Datasets

On Windows we recommend using the SWAT+ Tools installer above for installing the SWAT+ datasets databases to their proper locations. However, for Linux and MacOS, or if you need to access these components individually, they are linked below:

* [SWAT+ datasets](https://plus.swat.tamu.edu/downloads/3.0/3.0.0/swatplus_datasets.sqlite)
* [SWAT+ global weather generator data](https://plus.swat.tamu.edu/downloads/swatplus_wgn.zip)
* [SWAT+ US SSURGO/STATSGO soil data](https://plus.swat.tamu.edu/downloads/swatplus_soils.zip)

These files should be placed in `SWATPlus/Databases`

## Previous Versions

Previous releases may be accessed from [plus.swat.tamu.edu](https://plus.swat.tamu.edu).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://swatplus.gitbook.io/docs/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
