Download
Glamorous Toolkit is free and open-source. You can obtain it in two ways: downloading a ready made distribution, or cloning the code explicitly.
Unzip and run GlamorousToolkit.app
Unzip and run GlamorousToolkit.app
Unzip and run .\bin\GlamorousToolkit.exe
Unzip and run .\bin\GlamorousToolkit.exe
Unzip and run ./bin/GlamorousToolkit
Unzip and run ./bin/GlamorousToolkit
Instructions on using GlamorousToolkit with Nix are available in the GlamorousToolkit book.
Alternative: clone and install the latest code
Executing the script below installs the VM, clones Glamorous Toolkit from GitHub and builds an image. It can takes ~10 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