Skip to main content
Version: v0.8.0

Install Overview

DB-GPT offers three recommended installation paths. Pick the one that matches how you want to run and manage the project.

Choose an installation path​

MethodBest forScenarioWhat you get
Quick InstallFastest first run on macOS / LinuxQuick launch the latest DB-GPT from source with automated environment setup and dependency installationQuick install and start the latest source project with optional advanced config
CLI InstallUsers who prefer installing from PyPIOne-click start and try a stable DB-GPT release without worrying about project structure or config detailsOne-line installer, interactive setup wizard, profile management
Source InstallDevelopers and custom deploymentsYou need to modify source code, debug internals, or integrate DB-GPT into a custom deployment pipelineFull repo checkout, editable configs, maximum flexibility

When to choose each method​

Quick Install​

For MacOS / Linux users — choose this if you want the fewest steps to install, quickly launch the latest DB-GPT from source with automated environment setup and dependency installation.

Choose this if you want to install DB-GPT directly from PyPI and use the dbgpt command to set up profiles interactively.

Source Install​

Choose this if you want full access to the repository for development, debugging, or custom integrations.

Next steps​