# OpenHarmony 1.0 \(2020-09-10\) - [Overview](#section249611124916) - [Source Code Acquisition](#section127301717165113) - [Acquiring Source Code from an Image Site](#section157648475298) - [Acquiring Source Code Using the repo Tool](#section49746186307) ## Overview This is the initial release for this product. ## Source Code Acquisition ### Acquiring Source Code from an Image Site **Table 1** Sites for acquiring source code

Source Code

Version Information

Site

SHA-256 Verification Code

Full code base

1.0

Site

SHA-256 verification code

Hi3861 solution (binary)

1.0

Site

SHA-256 verification code

Hi3518 solution (binary)

1.0

Site

SHA-256 verification code

Hi3516 solution (binary)

1.0

Site

SHA-256 verification code

RELEASE-NOTES

1.0

Site

N/A

### Acquiring Source Code Using the repo Tool Method 1 \(recommended\): Use the **repo** tool to download the source code. ``` repo init -u https://gitee.com/openharmony/manifest.git -b master --no-repo-verify repo sync -c ``` Method 2: Run the **git clone** command to clone a single code repository. Go to the [code repository homepage](https://gitee.com/openharmony), select the code repository to be cloned, and run the following command: ``` git clone https://gitee.com/openharmony/manifest.git -b master ```