Installation guide
Get started with Devtor
Devtor is a terminal-first orchestration layer. Installation commands are coming soon — preview the setup flow below.
req
Requirements
Node.js 18+ and at least one LLM provider API key (OpenAI, Anthropic, Google AI, or Mistral) when the CLI is available.
01
Install the CLI
Install Devtor globally using your preferred package manager.
yarn (recommended)
Coming soon
npm
Coming soon
homebrew (macOS)
Coming soon
02
Set up your API keys
Devtor reads provider keys from your environment. Add the keys for the providers you want to use.
.env or shell profile
Coming soon
03
Initialize in your project
Run devtor init inside any project directory. Devtor will detect your codebase structure and generate a configuration file.
terminal
Coming soon
devtor.config.yaml (generated)
Coming soon
04
Run your first task
Pass a task in natural language. Devtor plans, routes, and executes — then shows you exactly what it did and why.
terminal
Coming soon