Please install the following two tools before the workshop. Use the official guides linked below — they walk you through every step.
Downloads and keeps the workshop files up to date.
- Mac: git-scm.com/download/mac
- Windows: git-scm.com/download/win
Runs the Antikythera Orchestrator and its dependencies.
- Mac & Windows: docs.docker.com/desktop/install (select your OS from the left sidebar)
Once Git is installed, open Terminal (Mac) or Command Prompt (Windows) and run:
git clone https://github.com/gramaziokohler/workshop_caadria_2026.git
The example files and libraries are compatible with Rhino 8 only.
For all the example files to work properly, please first run examples/00_install.gh in Grasshopper. This will install the required libraries and dependencies.
- Make sure Docker Desktop is open and running (you should see the whale icon 🐳 in your menu/taskbar).
- In your terminal, navigate into the workshop folder:
cd workshop_caadria_2026 - Start all the containers:
docker compose -f docker/docker-compose.yml up -d - Open your browser and go to http://localhost to access Antikythera interface.
To stop the containers when you're done:
docker compose -f docker/docker-compose.yml down
If you wish to use the provided libraries outside of Rhino/Grasshopper, these can be installed with uv and the provided pyproject.toml file.
- Mac & Windows: docs.astral.sh/uv/getting-started/installation (Follow the instructions for your OS)
Then in the terminal, navigate to the workshop folder and run:
uv sync
