Install Spork

Spork supports CPython 3.10 through 3.14

Install spork

curl -fsSL https://spork.sh/install | sh

The installer creates an isolated environment under ~/.spork and links spork into ~/.local/bin. It does not use sudo or edit shell configuration. You can read the installer source before running it.

The complete getting-started guide covers checksum verification, pipx and pip, running a first source file, the REPL, project environments, dependencies, tests, and builds.