You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jakub edited this page Aug 11, 2025
·
21 revisions
Installation
The installation process is automated by command-line scripts. Both scripts for Windows (PowerShell) and macOS/Linux/Windows downloads a binary file with CLI, copies it to user files and makes it available to run anywhere in the system from a command-line. The CLI supports macOS (both Apple Silicon and Intel), Linux (x86 and ARM64), and Windows.
# macOS / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.10/install | bash
# Windows (PowerShell). { iwr -useb https://get.simplelocalize.io/2.10/install-windows } | iex;
To change or update the CLI version, run the installation script with the desired version number in the URL, e.g.:
https://get.simplelocalize.io/2.0.6/install installs version 2.0.6 on macOS/Linux/Windows (WSL)
https://get.simplelocalize.io/2.0.6/install-windows installs version 2.0.6 on Windows (PowerShell)
The command-line tool offers several commands to execute. All of them requires Project API Key that is unique for each project.
You can set apiKey in configuration file, pass it as parameter with --apiKey or set it by environment variable SIMPLELOCALIZE_API_KEY.