GToolkitLauncher lets you keep several versions of Glamorous Toolkit around, and run each of them with ease. A bit like pyenv for python, or rustup for Rust.
For Linux, MacOS (install-gtoolkit.sh) and Windows (install-gtoolkit.ps1) there are install scripts that download the latest version of Glamorous Toolkit and install GToolkitLauncher in it. There is a detailed description of what the scripts do in INSTALL-EXPLAINED.MD. On Windows, by default you are not allowed to run the script, that needs you to first run
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserInstall Glamorous Toolkit. On the 'start page', in Local Knowledge Base choose 'Add new page'. Call it something like Environment Setup. Add a Pharo block, and copy this in:
Metacello new
repository: 'github://StephanEggermont/GToolkitLauncher:main/src';
baseline: 'GToolkitLauncher';
loadThen add another Pharo block. Copy the line below, to load the rest of the installation instructions inside the Glamorous toolkit environment:
BaselineOfGToolkitLauncher loadLepiterAt the bottom of your Environment Setup page, you will now see Documents/lepiter/default. Lepiter is the name of the documentation software. Click on there, to select

After clicking on this, the documentation will show up in the 'Pages' view on the left, as part of the history of contents.
Open the GToolkitLauncher page to continue your Glamorous Toolkit journey.