Download Gloodata

Free for personal non-commercial use and evaluation purposes.

Note: If something is not clear or doesn't work for you please let us know: support@gloodata.com

1. Download

macOS

  1. Click on the Launchpad icon in your dock, or press Cmd + Space to open Spotlight.
  2. Type Terminal in the search bar.
  3. Click on the Terminal application that appears.
  4. Copy and paste the command for your architecture and press Enter:

macOS ARM64 (Apple Silicon)

wget -O gloodata.zip "http://downloads.gloodata.com/macos/gloodata-macos-arm64.zip"

macOS x86 (Intel)

wget -O gloodata.zip "http://downloads.gloodata.com/macos/gloodata-macos-x64.zip"

Windows

  1. Press Win + S to open the Search bar.
  2. Type powershell in the search box.
  3. Click on Windows PowerShell from the results.
  4. Copy and paste the following command and press Enter:
(new-object System.Net.WebClient).DownloadFile(
  "http://downloads.gloodata.com/windows/gloodata-windows-x64.zip",
  "gloodata.zip")

Linux

  1. Open a Terminal.
  2. Copy and paste the command for your architecture and press Enter:

Linux x86

wget -O gloodata.zip "http://downloads.gloodata.com/linux/gloodata-linux-x64.zip"

Linux ARM64

wget -O gloodata.zip "http://downloads.gloodata.com/linux/gloodata-linux-arm64.zip"

2. Extract and Run

macOS and Linux

unzip gloodata.zip
cd gloodata
./gloodata-server

Windows

Expand-Archive -Path "gloodata.zip" -DestinationPath "."
cd gloodata
./gloodata-server.exe

3. Open Gloodata

Open your browser and navigate to http://localhost:8080

Login with the default credentials:

4. Change the Default Password

After you login the initial screen should display two panels, one to change your password and the other to configure the OpenAI and Google Maps API Keys.

The update password panel will be added to the current session after login until you change it.

You can always bring up the update password panel by writing password in the prompt bar at the top and selecting the send button or hitting Ctrl/Cmd + Enter.

5. Set the OpenAI API Key

On the right panel enter your OpenAI API Key, you can change the model if you want.

Select Test to make sure the model and API keys are configured correctly.

The test should display a short text at the bottom.

Once it works select the Save button next to the model and API key inputs.

You can always bring up the settings panel by writing settings in the prompt bar at the top and selecting the send button or hitting Ctrl/Cmd + Enter.

Set the Google Maps API Key (Optional)

If you want to use the Google Maps components you can set the API key in the settings panel and select Save.

6. You Are Ready to Go

Now you can start using Gloodata, go to the Guides Section to find one to get started.