Installation
Install TurboDev on your system.
npm
bash
npm install -g @rosariomoscato/turbodevUsing npx (no install)
bash
npx @rosariomoscato/turbodevFrom Source
bash
git clone https://github.com/rosariomoscato/TurboDev.git
cd TurboDev
npm install
npm run build
npm linkAfter installing, run turbodev from any project directory.
You can also specify a working directory:
bash
turbodev --cwd /path/to/projectOr set the environment variable:
bash
TURBODEV_CWD=/path/to/project turbodevVerify Installation
bash
turbodev --versionFirst Launch
On first launch, TurboDev will run the setup wizard which asks for:
- API Key — Your OpenRouter API key
- Model — Your preferred LLM model
You can re-run the setup at any time with the /setup command.