Getting Started
Install the CLI
Section titled “Install the CLI”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:
uv tool install spore-langspore --versionYou can also use pipx:
pipx install spore-langBuild from source
Section titled “Build from source”Use the source checkout when you need unreleased main-branch changes:
git clone https://github.com/spore-lang/spore.gitcd sporecargo buildcargo run --bin spore -- --helpCurrent entry points
Section titled “Current entry points”- The public homepage lives at spore-lang.dev.
- The language implementation lives in spore-lang/spore.
- Proposals, roadmap work, and process documents live in spore-lang/spore-evolution.
- This docs site will grow into the public learning surface that complements both.
What comes next
Section titled “What comes next”- 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.