Installation

Requirements

  • macOS, Linux, or WSL
  • curl or wget
curl -fsSL https://feynman.companion.ai/install | bash

Verify

feynman --version

Windows PowerShell

irm https://feynman.companion.ai/install.ps1 | iex

npm fallback

If you already manage Node yourself:

npm install -g @companion-ai/feynman

Local Development

For contributing or local development:

git clone https://github.com/getcompanion-ai/feynman.git
cd feynman
npm install
npm run start