SikuliX Downloads
[home]
[sikulix.com]
[RaiMan@GitHub]
[Nightly Builds]
[Disclaimer]
Version 2.0.5 (latest stable version)
Recommended for all ---
Be sure you had a look at this information about major changes/issues/recommendations
Things that have been fixed
in version 2.0.x+
SikuliX IDE: Edit and run Jython/Python/Ruby scripts on all systems
Download the ready to use
sikulixide-2.0.5.jar (SikuliX IDE for all systems)
This artefact runs on Windows, macOS and Linux. For systemspecific slightly smaller packs see below.
Just download, move it to a folder of your choice and doubleclick to run it.
An alternative to run it is from commandline using
java -jar path-to/sikulixide-2.0.5.jar
If you have any problems, run this from a commandline and analyse the log output
java -jar path-to/sikulixide-2.0.5.jar -v -c
Be aware: Jython support/interpreter is now included in the package - no need for an extra download/install
Needed for Ruby scripting support in the IDE and running Ruby scripts from commandline
The JRuby
interpreter 9.x for ruby scripting
Download to the same folder as you have your sikulix.jar.
It will be recognized by SikuliX at the next start and moved to the SikuliX's extension folder.
So preferably download before using the IDE the first time.
Systemspecific versions of the SikuliX IDE
Windows: Download the ready to use
sikulixide-2.0.5-win.jar (SikuliX IDE for Windows)
macOS: Download the ready to use
sikulixide-2.0.5-mac.jar (SikuliX IDE for macOS)
Linux: Download the ready to use
sikulixide-2.0.5-lux.jar (SikuliX IDE for Linux)
SikuliX API: Use the SikuliX features in Java programming or Java aware environments
Download the ready to use sikulixapi-2.0.5.jar
These artefacts are for use on a Java classpath or for Java programming in mature IDEs as library jar.
All systems: Download the ready to use
sikulixapi-2.0.5.jar (SikuliX IDE for Windows)
Windows: Download the ready to use
sikulixapi-2.0.5-win.jar (SikuliX IDE for Windows)
macOS: Download the ready to use
sikulixapi-2.0.5-mac.jar (SikuliX IDE for macOS)
Linux: Download the ready to use
sikulixapi-2.0.5-lux.jar (SikuliX IDE for Linux)
Maven coordinates for use in Maven aware contexts:
<dependency>
<groupId>com.sikulix</groupId>
<artifactId>sikulixapi</artifactId>
<version>2.0.5</version>
</dependency>
Download
sikulixapi-sources.jar
Might be useful for Java programming in mature IDEs as reference.
read the javadocs online
Be aware: might not be up-to-date.