Download

You can obtain Glamorous Toolkit in two ways: downloading a ready made distribution, or cloning the code explicitly.

Mac M1, M2
macOS 11 or later

Unzip and run GlamorousToolkit.app

Mac Intel
macOS 10.15 or later

Unzip and run GlamorousToolkit.app

Windows Intel
Windows 10 or later

Unzip and run .\bin\GlamorousToolkit.exe

Linux ARM
Ubuntu 22.04

Unzip and run ./bin/GlamorousToolkit

Alternative: clone and install the latest code

Executing the script below installs the VM, clones all Glamorous Toolkit repositories from GitHub and builds an image. It takes about 8 minutes and it is useful for developing Glamorous Toolkit itself.

On Mac:

curl https://dl.feenk.com/scripts/mac.sh | bash

On Linux:

curl https://dl.feenk.com/scripts/linux.sh | bash

On Windows:

wget https://dl.feenk.com/scripts/windows.ps1 -OutFile windows.ps1; ./windows.ps1