Install March
March publishes an npm CLI for local terminal use. Install it globally, then start it from the project directory you want March to work in.
Requirements
| Requirement | Notes |
|---|---|
| Node.js | Version 20 or newer. |
| Package manager | npm is the default path; pnpm or another Node package manager can also run the package. |
| Model provider | Configure at least one provider before regular use. |
Install
Use the latest stable package unless you are intentionally testing a local build:
bash
npm install -g march-cliThen open a project and start March:
bash
marchConfigure
March reads local configuration from your March config directory. Start with a model provider and add optional tools only when you need them.
Update
bash
npm install -g march-cli@latestAfter Installing
- Open a repository in your terminal.
- Run
march. - Ask March to inspect, explain, edit, or verify the project.
- Keep project-specific instructions in
AGENTS.mdwhen you want them loaded as context.
Next Step
Continue to Configuration.