Skip to main content

Install Plandex

Quick Install

curl -sL https://plandex.ai/install.sh | bash

Manual install

Grab the appropriate binary for your platform from the latest release and put it somewhere in your PATH.

Build from source

git clone https://github.com/plandex-ai/plandex.git
git clone https://github.com/plandex-ai/survey.git
cd plandex/app/cli
go build -ldflags "-X plandex/version.Version=$(cat version.txt)"
mv plandex /usr/local/bin # adapt as needed for your system

Windows

Windows is supported via WSL.

Plandex only works correctly in the WSL shell. It doesn't work in the Windows CMD prompt or PowerShell.