> For the complete documentation index, see [llms.txt](https://sron.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sron.gitbook.io/docs/installation.md).

# Installation

To feel the speed and efficiency of SRON, you need to install it on your system.

> **Currently, SRON is available for both Windows and Linux but in development for MacOS.**

***

### 🔵 Follow the below steps to start installation on Windows (x64) system:

<div align="center"><img src="/files/Zbgo3kl4FJeh1a8mo58n" alt="" width="300"></div>

1. Download the package from [here](https://sronlang.github.io/download.html).
2. After downloading, unzip the package using WinRAR, or any other compression tool.
3. After that, you can find a .msi file (like this: SRON-v2.2-x64-setup.msi) in the directory you extracted the package.
4. Double click on the .msi package and Windows SmartScreen may show a warning. Click on "More info" and then click on "Run anyway". **SRON is completely safe to download and install, so you don't have to worry.**
5. ![](/files/P5plkgJSJjWzk6oC58tu)
6. After that, the installer window will open. Click on next and follow the simple steps given in the installer.
7. ![](/files/N1X1e8W1OBmSZAftSf1N)
8. After successful installation, open command prompt and type `sronc --version`.

<figure><img src="/files/50FdHe1fpoUR1YMD1zam" alt="" width="428"><figcaption></figcaption></figure>

If something like this is printed, then **congratulations** SRON is successfully installed on your computer.

7. Otherwise, search "***Edit environment variables for your account***" on start button, then click on "***environment variables***". After that double click on "***Path"*** and copy-paste the below given line in a empty box.

```js
C:\Program Files\SRON
```

8. Again, type `sronc --version` and congratulations! SRON is successfully installed on your computer.

***

### 🟡 Follow these below steps to install it on Linux (x64) systems:

<div align="center"><img src="/files/n3vQTlDjqhkY7VL4ZigV" alt="" width="300"></div>

1. Download the bash script from [here](https://sronlang.github.io/download.html).
2. A small script named `install_sron.sh` will be downloaded.
3. Now, navigate to the directory where the `install_sron.sh` is saved after download.
4. Launch the directory of that directory:
5. Execute these commands:

```shell
    chmod +x install_sron.sh
    sed -i 's/\r//' install_sron.sh
    sudo bash install_sron.sh 
```

6. After the script's execution completes, execute this command on the terminal `sronc --version`. If something like this is printed, then **Wohoo! Installation Done ✅**.

<figure><img src="/files/50FdHe1fpoUR1YMD1zam" alt="" width="428"><figcaption></figcaption></figure>

***
