Table of Contents

Install Stride

Beginner

Introduction

If you want to create games using Stride, this guide provides the installation steps you'll need to follow. You'll need to install the Stride installer and launcher. The Stride installer is approximately 55 MB and is downloaded directly from our main GitHub repository.

The installer will automatically download and install the prerequisites if they are not detected, including the Stride Launcher, which is essential for downloading and installing the latest version of Stride for game development.

If you're interested in building the Stride engine from source or contributing to its development, please visit the Stride GitHub repository for instructions on how to build from source and contribute to the project.

Prerequisites (automatically installed if not present):

  • Latest .NET SDK supported by Stride
  • Microsoft Visual C++ Redistributable

The Stride Launcher will download and install the latest version of Stride.

Installation Steps

  1. Download the Stride installer (StrideSetup.exe) from the Stride website.

  2. Run the installer by double-clicking the StrideSetup.exe file.

  3. The Stride Setup Wizard opens.

    Stride Setup Wizard

    Click Next.

  4. The Stride installation type window opens.

    Stride installation type window

    Select an installation type and click Next.

  5. The Select installation folder window opens.

    Select installation folder window

    Choose a folder where you want to install Stride, then click Next.

  6. The Create application shortcuts window opens.

    Create application shortcuts window

    Choose which shortcuts you want Stride to create, then click Next.

  7. The Ready to Install window opens.

    Ready to install window

    Click Install to begin the installation.

  8. Installation begins.

    Installation status

    The installer will proceed with the installation. After it completes, Stride creates shortcuts in the locations you selected, and the Stride Launcher starts automatically.

  9. The first time you run the Stride Launcher, you will be asked to accept the privacy policy.

    Stride privacy policy

    Check I agree to the Privacy Policy, then click I Accept.

  10. The Stride Launcher window opens.

    Stride Launcher

    The Stride Launcher prompts you to install the latest version of Stride.

    No version installed

    Click Yes to install the latest version.

  11. Installation of the latest version of Stride begins.

    Installation of Stride

    While the installation is in progress, the release notes are displayed.

  12. During the installation, you might be asked to install the .NET SDK if it's not already on your machine.

    Installation of .NET SDK

    Click Install.

  13. The Stride Launcher asks if you want to install the Visual Studio integration. This allows you to edit shaders directly from Visual Studio, providing syntax highlighting, live code analysis with validation, error-checking, and navigation. Installing the integration isn't mandatory, but we recommend it.

    Install Visual Studio integration

    Click Yes to install the integration, or No to skip.

  14. Stride is now installed and ready to use.

    Stride ready to use

Note

Stride Launcher: If you click Start and see an error message such as Could not find a compatible version of MSBuild. or Path to dotnet executable is not set., close the Stride Launcher and restart it. This issue is caused by the Stride Launcher not detecting the .NET SDK installation. Restarting the Stride Launcher should resolve the issue. Alternatively, restart your computer.

Note

If you don't install the prerequisites, Stride won't run. In this case, you can download and install the prerequisites separately. For instructions, see Troubleshooting — Stride doesn't run.

Alternatively, uninstall Stride, restart the Stride installer, and install the prerequisites when prompted.

What's next?