RIDE is an IDE (Integrated Development Environment) exclusive for Robot Framework tests or tasks automation framework.
Join our #ride channel in Robot Framework Slack: https://robotframework.slack.com (signup page, with insecure connection warning: https://slack.robotframework.org/)
We have a RIDE section topic in Tools>RIDE.
You can use the tag robotframework-ide to search and ask on StackOverflow.
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:
pip install -U https://github.com/robotframework/RIDE/archive/develop.zip
Linux (Fedora 42: py3.14, Ubuntu 22.04: py3.10): Unit Tests
Windows (Python 3.11): Unit Tests
Quality Gate Status: SonarCloud
-
Statistics at PyPi Stats and Libraries.io
-
Usage instructions and some tips and tricks can be found from the Wiki
-
Bug report/enhancement request? Use the issue tracker
-
Any questions? Do not hesitate to use the mailing list, or Robot Framework Forum→Tools>RIDE, or StackOverflow.
-
Development information is in BUILD file