Installation
Two steps: install the browser extension from the store with one click, then the CLI with a single command. Confirm the environment is ready and you are good to go.
Install the browser extension
Curxor for Chrome
Chrome Web Store
Install the command-line tool
Install once with your package manager, and the curxor command is available everywhere:
npm install -g @curxor/cli
Then start it:
bash
curxor init
To update when a new version is out, run the same package manager command:
npm update -g @curxor/cli
Environment readiness
Once all four below are ready, you're good to go:
- curxor running: run
curxor statusand you should seeagent: running - Project in dev mode: started with
vite/next dev; production builds can't locate source - Extension connected: the badge shows
connected(green) - Project linking: auto-detected on macOS; on Windows link it manually with
curxor attach http://localhost:YOUR_PORT
System requirements
- Node.js 18+
- macOS / Linux / Windows desktop