
Mac OS X
Pre-requisites:
JDK version 11 and above
For latest stable release , run these commands in your terminal
1. Download the latest stable releasecurl -L https://get.hyscale.io/mac -o hyscale
2. Make the hyscale binary executable.chmod +x ./hyscale
3. Move the binary into your PATH.sudo mv ./hyscale /usr/local/bin/hyscale
4. Test to ensure hyscale is installed.hyscale – -version
Windows
Pre-requisites:
3. Verify the installation by running the below command in the powershell window.
JDK version 11 and above
1. Download the latest stable release from this link Or run the below command in powershell.Invoke-WebRequest -Uri https://get.hyscale.io/win -OutFile hyscale.ps1
2. Add the downloaded hyscale.ps1 to your PATH.3. Verify the installation by running the below command in the powershell window.
hyscale.ps1 – -version
Note: The first time run would take time as the script downloads the required binary file. If you get execution error, please set the execution policy for current user, for more info refer hereLinux
For latest stable release, run these commands in your terminal
curl -sSL https://get.hyscale.io | bash