Skip to content

Installation

Palace (via Apptainer)

Palace is distributed as an Apptainer container:

apptainer pull palace.sif oras://ghcr.io/awslabs/palace:latest-ubuntu22.04
export PALACE_SIF=$PWD/palace.sif

PalaceToolkit (Python package)

python3 -m venv .venv && source .venv/bin/activate
pip install -e ".[docs]"

Verify your setup

python -c "from palacetoolkit.mesh import Entity; print('Ready!')"