Intro
Get started with autoprovisioner.
autoprovisioner is an AI DevOps agent built for the terminal. It features:
- A responsive, native, themeable terminal UI.
- Automatically loads the right LSPs, so the LLMs make fewer mistakes.
- Have multiple agents working in parallel on the same project.
Install
npm install -g autoprovisioner-ai
bun install -g autoprovisioner-ai
pnpm install -g autoprovisioner-ai
yarn global add autoprovisioner-ai
You can also install the autoprovisioner binary through the following.
Using the install script
Linux & macOS
curl -fsSL https://cli.autoprovisioner.ai/install | bash
Windows
powershell -c "irm https://cli.autoprovisioner.ai/install.ps1 | iex"
- Note for Windows users:
- Num Lock must be turned off for the TUI to work properly.
- Auto-updates and the
upgrade
command are currently disabled on Windows. To update, manually re-run the installation command above.