RIDE is an IDE (Integrated Development Environment) exclusive for Robot Framework tests or tasks automation framework.
Robot Framework supports, since version 6.1, files with localized definitions. RIDE was updated to accept those files, and we are working on a localization project to have its GUI in the same languages supported by Robot Framework.
You can help in this localization project at Crowdin
"Support" sites
We have a RIDE section topic in Tools>RIDE.
You can use the tag robotframework-ide to search and ask on StackOverflow.
Welcome to the development version of RIDE - next major release will be version 2.3
If you are looking for the latest released version, you can get the source code from releases or from branch release/2.2.2
See the release notes for latest release version 2.2.2
Version 2.2 was the last release supporting Python 3.8
Version 2.0.8.1 was the last release supporting Python 3.6 and 3.7
Version 1.7.4.2 was the last release supporting Python 2.7
The current development version is based on 2.2.2, supports Python from 3.9 up to 3.14 (07th January 2026).
Currently, the unit tests are tested on Python 3.10, 3.11 and 3.14. We now have an experimental workflow on Fedora Linux 42, with wxPython 4.2.4 and Python 3.14. Likewise, the current version of wxPython, is 4.2.4, but RIDE is known to work with 4.0.7, 4.1.1, 4.2.2, 4.2.3 and 4.2.4 versions.
(3.9 <= python <= 3.14) Install current released version (2.2.2) with:
pip install -U robotframework-ride
(3.9 <= python <= 3.14) Install current development version (2.2.2) with: