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
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.
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.1, supports Python from 3.8 up to 3.12 (13th October 2024).
Currently, the unit tests are tested on Python 3.10, and 3.12 (which is the recommended version). Likewise, the current version of wxPython, is 4.2.2, but RIDE is known to work with 4.0.7 and 4.1.1 versions.
(3.6 <= python <= 3.11) Install current released version (2.1) with:
pip install -U robotframework-ride
(3.8 <= python <= 3.12) Install current development version (2.1) with:
pip install -U https://github.com/robotframework/RIDE/archive/master.zip
-
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