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”# macOS / Linuxcurl -fsSL https://raw.githubusercontent.com/selvakumarEsra/specship/main/install.sh | sh
# Windows (PowerShell)irm https://raw.githubusercontent.com/selvakumarEsra/specship/main/install.ps1 | iexAlready have Node? Use npm instead (works on any version)
Section titled “Already have Node? Use npm instead (works on any version)”npx @specship/specship # zero-install, or:npm i -g @specship/specshipSpecShip 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).
Initialize Projects
Section titled “Initialize Projects”cd your-projectspecship initThat’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.