mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
# GitPitch Desktop Download
|
|
|
|
!> [Docker Desktop](https://www.docker.com/products/docker-desktop) must already be installed locally in order to download GitPitch Desktop.
|
|
|
|
### Trial Edition
|
|
|
|
The trial edition of the [Desktop app](/desktop/README.md) is delivered as a Docker image and available for use on MacOS, Linux, and Windows 10.
|
|
|
|
The trial image is maintained within a *public* repository on Docker Hub. No prior authorization is required to access this public image. To dowload simply run the following command in a local shell:
|
|
|
|
```shell
|
|
docker pull gitpitch:trial
|
|
```
|
|
|
|
Once your download completes see the [Desktop Launch Guide](/desktop/launch.md).
|
|
|
|
|
|
### Paid Edition
|
|
|
|
|
|
The paid edition of the [Desktop app](/desktop/README.md) is also delivered as a Docker image and available for use on MacOS, Linux, and Windows 10.
|
|
|
|
The paid image is maintained within a *private* repository on Docker Hub. Access to this image requires explicit authorization. Authorization is granted as part of [paid service activation](https://gitpitch.com/pricing).
|
|
|
|
Following successful service activation download instructions for the paid edition of the desktop app will be displayed on your GitPitch account dashboard.
|
|
|