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 (Apple Sillicon)

  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 following command and press Enter:
wget -O gloodata.tbz "http://downloads.gloodata.com/macos/gloodata-macos-arm64.tbz"

Windows (x64)

  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.tbz",
  "$pwd/gloodata.tbz")

Linux (x64)

  1. Open a Terminal.
  2. Copy and paste the following command and press Enter:
wget -O gloodata.tbz "http://downloads.gloodata.com/linux/gloodata-linux-x64.tbz"

2. Extract

tar -xjf gloodata.tbz

3. Run

cd gloodata
./gloodata-server

4. Open Gloodata

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

Login with the default credentials:

  • Username: gloodata
  • Password: changemeafterlogin!

5. 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 LLM Models 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.

6. Set LLM Model API Keys

On the right panel enter the API Keys for the LLM Model provider of your choice.

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 input.

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 and Other API Key (Optional)

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

6. You Are Ready to Go

Now you can start using Gloodata, check our sample extensions to get started: