docs/platform/installer.md
The AutoGPT Platform provides easy-to-use installers to help you quickly set up the platform on your system. This page covers how to use the installer scripts for both Linux/macOS and Windows.
The installer scripts will:
Before running the installer, make sure you have the following installed:
For convenience, you can use the following one-liner commands to install AutoGPT Platform:
curl -fsSL https://setup.agpt.co/install.sh -o install.sh && bash install.sh
powershell -c "iwr https://setup.agpt.co/install.bat -o install.bat; ./install.bat"
If you prefer, you can manually download and run the installer scripts:
setup-autogpt.shsetup-autogpt.batThese scripts are located in the autogpt_platform/installer/ directory.
Once the installation is complete:
To stop the services, press Ctrl+C in the terminal where the frontend is running, then run:
cd AutoGPT/autogpt_platform
docker compose down
If you encounter any issues during installation: