Skip to content

Getting Started

Welcome to Chisel! This guide will get you up and running in less than 5 minutes.

Chisel is distributed as a single binary. Install it using our shell script:

Terminal window
curl -sL https://install.chisel.build | sh

Navigate to any project (e.g., a Rust repo, a web app, or a folder of notes) and run:

Terminal window
chisel init

This command creates a .chisel/ directory with docs and specs subdirectories, and populates them with helpful onboarding documentation and an initial spec.

Terminal window
chisel docs

Use j/k to navigate and Tab to switch between categories and the preview pane.

Terminal window
chisel spec list

Create a new spec with chisel spec new or move one through its lifecycle with chisel spec status.