Skip to content

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

Terminal window
npm install -g autoprovisioner-ai

You can also install the autoprovisioner binary through the following.

Using the install script

Linux & macOS

Terminal window
curl -fsSL https://cli.autoprovisioner.ai/install | bash

Windows

Terminal window
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.