On your computer

This page explains how to install the Free Edition of Superengine on your computer. See the In the cloud page to install the Cloud Edition on your computer.

Open a terminal

Open a terminal (on macOS open the “Terminal” application) and type the following command to download Superengine and make it executable:

On macOS:

sudo curl https://www.superengine.tech/downloads/macos/superengine -o /usr/local/bin/superengine && sudo chmod a+x /usr/local/bin/superengine

On Linux:

sudo curl https://www.superengine.tech/downloads/linux/superengine -o /usr/local/bin/superengine && sudo chmod a+x /usr/local/bin/superengine

Close and reopen the terminal application.

Run Superengine

To run Superengine in the terminal type the following command:

superengine

The application will be closed when you close your terminal.