Skip to content

Get Started

Get up and running with SpecShip in seconds.

No Node.js required — one command grabs the right build for your OS

Section titled “No Node.js required — one command grabs the right build for your OS”
Terminal window
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/selvakumarEsra/specship/main/install.sh | sh
# Windows (PowerShell)
irm https://raw.githubusercontent.com/selvakumarEsra/specship/main/install.ps1 | iex

Already have Node? Use npm instead (works on any version)

Section titled “Already have Node? Use npm instead (works on any version)”
Terminal window
npx @specship/specship # zero-install, or:
npm i -g @specship/specship

SpecShip bundles its own runtime — nothing to compile, no native build, works the same everywhere. SpecShip is Claude Code only; run specship install to wire it in (project-local by default).

Terminal window
cd your-project
specship init

That’s it — Claude Code will use SpecShip tools automatically when a .specship/ directory exists.

Next: build Your First Graph, or see the full Installation options.