Download FusionAuth
and score a t-shirt
Don’t let authentication, authorization, and user management slow your development process. Try FusionAuth.
Download and install FusionAuth with no plans or credit card required. After you’re up and running, we'll send you this t-shirt.

Copy and paste the code below and we'll do the rest. (Feel free to read the install scripts first.)
Installs in your current working directory using ZIP packages Copied
sh -c "curl -fsSL https://raw.githubusercontent.com/FusionAuth/fusionauth-install/master/install.sh | sh -s - -z"
Copy and paste the code below into Terminal and we'll do the rest. (Feel free to read the install scripts first.)
Installs in your current working directory using ZIP packages Copied
sh -c "curl -fsSL https://raw.githubusercontent.com/FusionAuth/fusionauth-install/master/install.sh | sh"
Copy and paste each command below into Terminal to install using Homebrew.
Step 1: Install the FusionAuth tap, this will only need to be performed once Copied
brew tap fusionauth/homebrew-fusionauth
Step 2: Install FusionAuth Copied
brew install fusionauth-app
Step 3: Start FusionAuth Copied
brew services start fusionauth-app
Copy and paste the code below into Powershell and we'll do the rest. (Feel free to read the install scripts first.)
Installs in your current working directory using ZIP packages Copied
. { iwr -useb https://raw.githubusercontent.com/FusionAuth/fusionauth-install/master/install.ps1 } | iex; install
Use the following Docker commands to get up and running quickly. Please feel free to open an issue or submit a pull request in GitHub if you find an issue.
Use Docker Compose to build an entire FusionAuth instance Copied
curl -o docker-compose.yml https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/docker-compose.yml && curl -o .env https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/.env && docker-compose up
All images can be found on Docker Hub. For additional installation options or to install Elasticsearch in addition to FusionAuth using Docker, check out the Docker Installation Guide.
Looking for our standard packages (DEB, RPM and ZIPs)? They are stored in our direct downloads.
DIRECT DOWNLOADSFor additional packages and versions checkout the Direct Download page. For additional installation options or to install Elasticsearch in addition to FusionAuth using Fast Path, check out the Fast Path Installation Guide; or Homebrew, check out the Homebrew Installation Guide.
Questions or Issues?
If you have questions or issues, join our active Developer Community, or take a look at our Hosting and Support Plans.
Professional Services
Need something custom? Complex migration help? A unique feature no one else offers? Let's talk about it. We love a challenge.
CONTACT US