• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OpenHarmony 1.0 \(2020-09-10)
2
3## Overview
4
5This is the initial release for this product.
6
7## Source Code Acquisition
8
9### Acquiring Source Code from Mirrors
10
11**Table  1**  Mirrors for acquiring source code
12
13| Source Code              | Version Information | Mirror                                                       | SHA-256 Checksum                                             |
14| ------------------------ | ------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
15| Full code base           | 1.0                 | [Download](https://repo.huaweicloud.com/harmonyos/os/1.0/code-1.0.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/1.0/code-1.0.tar.gz.sha256) |
16| Hi3861 solution (binary) | 1.0                 | [Download](https://repo.huaweicloud.com/harmonyos/os/1.0/wifiiot-1.0.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/1.0/wifiiot-1.0.tar.gz.sha256) |
17| Hi3518 solution (binary) | 1.0                 | [Download](https://repo.huaweicloud.com/harmonyos/os/1.0/ipcamera_hi3518ev300-1.0.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/1.0/ipcamera_hi3518ev300-1.0.tar.gz.sha256) |
18| Hi3516 solution (binary) | 1.0                 | [Download](https://repo.huaweicloud.com/harmonyos/os/1.0/ipcamera_hi3516dv300-1.0.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/1.0/ipcamera_hi3516dv300-1.0.tar.gz.sha256) |
19| Release Notes            | 1.0                 | [Download](https://repo.huaweicloud.com/harmonyos/os/1.0/RELEASE-NOTES.txt) | -                                                            |
20
21### Acquiring Source Code Using the repo Tool
22
23Method 1 \(recommended\): Use the  **repo**  tool to download the source code.
24
25```shell
26repo init -u https://gitee.com/openharmony/manifest.git -b master --no-repo-verify
27repo sync -c
28```
29
30Method 2: Run the  **git clone**  command to clone a single code repository.
31
32Go to the  [code repository homepage](https://gitee.com/openharmony), select the code repository to be cloned, and run the following command:
33
34```shell
35git clone https://gitee.com/openharmony/manifest.git -b master
36```
37
38