Skip to content

Quasar v1.0.0.7

Choose a tag to compare

@github-actions github-actions released this 22 Jun 17:52
25943e9

Install Quasar

Download the single archive for your operating system:

Operating system Download
Linux (x64) quasar-installer-linux.tar.gz
Windows (x64) quasar-installer-windows.zip

Download the archive with installer in its name. It contains one top-level folder with the Quasar Bootstrap launcher, the install/uninstall scripts, and a default appsettings.json. Follow the Linux or Windows deployment guide to install it. The web UI is available on http://127.0.0.1:8080 by default (the web server listens on all interfaces at 0.0.0.0:8080).

The other two archives (quasar-web-linux-x64.tar.gz and quasar-web-win-x64.zip) are updates that Quasar downloads and applies automatically — you never download them by hand.

Why are there two archives per operating system?

Quasar deploys as two layers — a small, stable Bootstrap launcher (the installer) and a larger, frequently-updated web UI worker — shipped separately so the launcher can update the web UI, and itself, in place with no manual reinstall.