RaiMan / SikuliX1

SikuliX version 2.0.0+ (2019+)
https://sikulix.github.io
MIT License
2.72k stars 349 forks source link
java java-aware-languages jython-support linux macos macosm1 opencv tesseract-ocr visual-automation visual-testing windows-10 windows11

**** Paused (not available) till July 2024 ****


SikuliX


What is SikuliX
SikuliX automates anything you see on the screen of your desktop computer running Windows, Mac or some Linux/Unix. It uses image recognition powered by OpenCV to identify GUI components and can act on them with mouse and keyboard actions. This is handy in cases when there is no easy access to a GUI's internals or the source code of the application or web page you want to act on. More details

Great thanks for the new logo and all the help with the new webpage to @Waleed Sadek


2.0.6 (branch release_2.0.x) preparing for release - snapshots available

Latest Upload: April 17th, 2023

Direct IDE downloads      > for Windows <    > for macOS Intel <    > for macOS Silicon Mx <    > for Linux <

You get files like sikulixidemac-2.0.6-20210708.194940-1.jar, which you can place wherever you want and rename them to whatever you want.

JAVA: must be Java 11 or later (best places to get it: Eclipse Temurin or Azul)

OCR (macOS/Linux): now using Tess4J/Tesseract 5 - have a Tesseract 5.x ready (tesseract runs on commandline)

OpenCV Support: Windows/macOS have it bundled - for Linux you have to make it ready yourself

[more information coming sooner or later ;-)]()


2.1.0 (branch master) currently not useable - development suspended


Latest stable version is 2.0.5 (still works with Java 8, does not run on Mac mX machines)

Important: Read about changes/issues/enhancements

List of fixes

Get SikuliX ready to use

For use in Java Maven projects the dependency coordinates are:

<dependency>
  <groupId>com.sikulix</groupId>
  <artifactId>sikulixapi</artifactId>
  <version>2.0.5</version>
</dependency>

My Development environment


Contributions are welcome and appreciated