Releases: xavient/spectra
Releases · xavient/spectra
Release list
Spectra installer v1.1.0
One-file setup for the public Spectra catalog — no GitHub login or token required.
Download & run
Run it from inside your Spec Kit project (a folder containing .specify/):
# grab the latest installer (this release)
curl -LO https://github.com/xavient/spectra/releases/latest/download/spectra-setup.py
python3 spectra-setup.pyOr download spectra-setup.py from the Assets below and run python3 spectra-setup.py.
What it does
- Installs Spec Kit's
specifyCLI if it's missing (viauv, at the latest release). - Offers to run
specify initif the current folder isn't a Spec Kit project yet. - Registers the public Spectra catalog and installs the Spectra extension.
When it finishes, restart your AI agent to pick up the new speckit.spectra.* commands. You can safely delete the installer afterward.
Not into the installer? The README has a copy-paste manual path.