Installation
Windows
Download the latest installer from GitHub Releases:
https://github.com/FoundryMedia/foundry/releasesRun the .exe installer. It adds foundry to your PATH automatically.
Verify
foundry --helpYou should see the Foundry banner and a list of available commands.
Prerequisites
- Python 3.9+ — required if building from source
- Git — for version control and GitHub integration
- GitHub CLI (optional) — for automatic token resolution via
gh auth login
Building from Source
cd foundry/cli
pip install -e .
foundry --help