# Installation

### Stable Release

#### Composer

```bash
composer require svrunit/svrunit
```

#### PHAR File

Download the stable release of the PHAR file directly by running these commands:

```bash
curl -O https://www.svrunit.com/downloads/svrunit.zip
unzip -o svrunit.zip
rm -f svrunit.zip
```

### Nightly Build

If you are adventurous you can try the nightly builds of SVRUnit.\
These will be released every night from the current main branch of Github...but maybe also sometimes during the day ;)

```
curl -L https://www.svrunit.com/downloads/svrunit-nightly.zip --output svrunit.zip
unzip -o svrunit.zip
rm -f svrunit.zip
```

{% hint style="success" %}
That's it, SVRUnit is now ready for you!\
Let's find out how to [run](https://docs.svrunit.com/installation/first-run) and [configure](https://docs.svrunit.com/configuration/configuration) your tests.
{% endhint %}

�
