Skip to content

Native executables release

Choose a tag to compare

@jpomykala jpomykala released this 05 Aug 20:17
· 485 commits to master since this release
6123b35

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 | bash

Option 2: Use Java version (assumes you have Java 11+ installed)

$ curl -s https://get.simplelocalize.io/run-jar | bash

Option 3: Install JDK and use Java version

$ curl -s https://get.simplelocalize.io/install-jdk-run-jar | bash