# DasherJava # A modern and extendible re-implementation of [Dasher](http://www.inference.org.uk/dasher/), an efficient predictive text entry tool. ## Installation And Running ## Requires Java 17 or newer. Simply download the latest JAR file from the [releases](https://github.com/janschu99/DasherJava/releases) and run it using `java -jar DasherJava_X.X.X.jar` (make sure to use the correct version number). Depending on your system configuration, double-clicking the file to run it may also work. There is no installation required, all resources are automatically extracted to the `.dasherJava` directory within your home directory. Interaction with the host operating system and other applications is only available on Linux for now and requires `libatspi` to be installed. Other than that, DasherJava should work on all platforms where Java desktop applications can be executed. It has been tested on Windows 11 and on Linux so far.