Download
Here we provide the offical releases of Fusio. You can also checkout the GitHub repository.
Releases
Version | Download | Size | Date |
---|---|---|---|
v3.2.0 | fusio_3.2.0.zip | 7.28 MiB | 2022-08-07 |
Composer
It is also possible to quickly setup a Fusio project through composer:
composer create-project fusio/fusio
Docker
We provide also a docker container for Fusio. To setup the container you have to checkout the repository and run the following command:
docker-compose up -d
You can also checkout the plain fusio/fusio image.
Electron
We provide the backend app as electron app so you dont have to host the javascript files on a server. Instead you can connect from you local computer to the Fusio instance. Please checkout the repository for installation instructions.