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.
Glamorous Toolkit ...
Published ...
Instructions on using GlamorousToolkit with Nix are available in the GlamorousToolkit book.
Find more releases on GitHub.
Alternative: clone and install the latest code
Choose this path if you want the newest code from GitHub or if you plan to work on Glamorous Toolkit itself. The setup script installs the VM, clones the repository, and builds a local image. The first run usually takes about 10 minutes. If you only want to try Glamorous Toolkit, the ready-made downloads above are the faster option.
Mac
curl https://dl.feenk.com/scripts/mac.sh | bash
Linux
curl https://dl.feenk.com/scripts/linux.sh | bash
Windows
wget https://dl.feenk.com/scripts/windows.ps1 -OutFile windows.ps1; ./windows.ps1