Skip to content

System requirements

System requirements

Before setting up the Shopware 6 development environment, ensure your system meets the following requirements.

Hardware

ComponentRequirement
CPUQuad-core or higher recommended
Memory (RAM)8 GB minimum, 16 GB recommended (especially for Docker)
Disk spaceApproximately 10 GB free for Shopware and supporting services
Internet connectionReliable connection required for dependency downloads

Operating system

PlatformRequirement
macOSmacOS 13 or newer
Linux64-bit distribution
WindowsWindows 10/11 Pro using WSL 2 or Docker Desktop

Only Unix-based systems are supported.

Permissions and networking

AreaRequirement
PermissionsAdministrative or root privileges (if required within the organization)
FirewallAllow internal communication between containers or local web services
Docker (Linux)Add your user to the docker group (command below)

Example command:

bash
sudo usermod -aG docker $USER

Once your environment meets these requirements, proceed to Docker setup.

INFO

For alternative installation approaches, see the documentation on legacy setups. These methods are no longer recommended for new projects.

Was this page helpful?
UnsatisfiedSatisfied
Be the first to vote!
0.0 / 5  (0 votes)