Skip to main content
Specific is a single CLI that runs your local development environment, handles deployments to Specific Cloud, validates your configuration, and serves documentation to your coding agent.

Install the CLI

Specific supports macOS, Linux, and Windows (via WSL).
curl -fsSL https://specific.dev/install.sh | sh
This detects your platform, downloads the latest binary, and adds it to your PATH.
Verify the installation:
specific --version
The CLI keeps itself up to date automatically; run specific update to update on demand.

Set up your project

Inside your project folder, run:
specific init
This adds Specific instructions to your coding agent’s configuration (CLAUDE.md, AGENTS.md, or Cursor rules, auto-detected) and gitignores Specific’s local files. See Coding agents for details.

Next steps

Quickstart

Clone an example and go from dev to deployed in five minutes.

How Specific works

The mental model behind specific.hcl.