Skip to content

Getting Started

The current published alpha CLI package is spore-lang on PyPI. The repository already contains a tag-driven publish workflow for PyPI and GitHub Releases, but the next public release has not been cut yet, so GitHub Releases may lag behind PyPI.

Install the current alpha package with:

Terminal window
uv tool install spore-lang
spore --version

You can also use pipx:

Terminal window
pipx install spore-lang

Use the source checkout when you need unreleased main-branch changes:

Terminal window
git clone https://github.com/spore-lang/spore.git
cd spore
cargo build
cargo run --bin spore -- --help
  • A richer product and brand narrative at spore-lang.dev.
  • Interactive lessons and a playground.
  • Site-local docs that complement the implementation and proposal repositories.