install

Install november from inside Claude Code.

If you're in a Claude Code or Codex session right now, paste the prompt below. Claude will install the CLI, walk you through the browser login, and init this project — no terminal gymnastics on your side.

option a · paste into claude code or codex

prompt for claude
Fetch https://www.november.bot/install.md and carry out the steps in it. Install the november CLI, walk me through the browser login, and init this project. Explain each step as you do it.

Claude will fetch /install.md and execute the 4-step install. You'll click one browser approval during the login step.

option b · or run the commands yourself

terminal
npm install -g november-bot
november login
november init

`npm` works; `bun add -g november-bot` and `pnpm add -g november-bot` work too. Requires Node 18+.

what happens next

  • A session card for this project appears on your canvas at /canvases.
  • Run november init in another project too, then drag both cards onto the same canvas.
  • Draw an edge between them — each session reads the other's two-sentence summary before every prompt. No code or raw chat ever leaves the machine.
Built on October