Skip to content

Releases: xavient/spectra

Spectra installer v1.1.0

Choose a tag to compare

@alibahaloo alibahaloo released this 13 Jul 16:22

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.py

Or download spectra-setup.py from the Assets below and run python3 spectra-setup.py.

What it does

  1. Installs Spec Kit's specify CLI if it's missing (via uv, at the latest release).
  2. Offers to run specify init if the current folder isn't a Spec Kit project yet.
  3. 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.