Native executables release
Changelog
- Improved startup time
- Improved performance
- Java is not needed to run CLI
- Added chunked requests
Would like to use old version like before?
Option 1: Use previous version like this
$ curl -s https://get.simplelocalize.io/deprecated | bashOption 2: Use Java version (assumes you have Java 11+ installed)
$ curl -s https://get.simplelocalize.io/run-jar | bashOption 3: Install JDK and use Java version
$ curl -s https://get.simplelocalize.io/install-jdk-run-jar | bash