You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PrestaShop can be downloaded in two ways, depending on your needs.
8
+
9
+
## Installer package (recommended)
10
+
11
+
The easiest way to get PrestaShop is to download the installer package from [prestashop.com/versions](https://www.prestashop.com/versions).
12
+
13
+
This package is ready to install and includes the PrestaShop core along with a selection of commercial modules and themes provided by PrestaShop SA. It is the recommended option for most merchants and agencies setting up a new store.
14
+
15
+
> **Note:** The installer package integrates commercial products by PrestaShop SA. These are optional, but are bundled in the download for convenience.
16
+
17
+
## Source archive (GitHub)
18
+
19
+
If you want to build your own distribution or need full control over what is included, you can download the source archive directly from [GitHub releases](https://github.com/PrestaShop/PrestaShop/releases).
20
+
21
+
This archive contains only the open-source core of PrestaShop, without any commercial additions. It is intended for developers and integrators who want to assemble and package their own distribution.
22
+
23
+
For guidance on how to build a distribution from the sources, refer to the [distribution documentation](https://devdocs.prestashop-project.org/9/basics/deployment/distribution/).
0 commit comments