You can download a ready-to-use `.zip` archive from [GitHub releases page](https://github.com/giuscris/formwork/releases) and just extract it in your webroot of your server.
### With Composer
If you prefer to install the latest stable release of Formwork with [Composer](https://getcomposer.org/) you can use this command:
```
$ composer create-project giuscris/formwork
```
Composer will create a `formwork` folder with a fresh ready-to-use Formwork installation.
### Cloning from GitHub
If you want to get the currently worked master version, you can clone the GitHub repository and then install the dependencies with Composer.