# OpenHarmony 1.0(2020-09-10)
- [版本概述](#section249611124916)
- [版本源码获取](#section127301717165113)
- [通过镜像站点获取](#section157648475298)
- [通过repo命令获取](#section49746186307)
## 版本概述
首次发布OpenHarmony 1.0。
## 版本源码获取
### 通过镜像站点获取
**表 1** 源码获取路径
### 通过repo命令获取
方式一(推荐):通过repo下载
```
repo init -u https://gitee.com/openharmony/manifest.git -b master --no-repo-verify
repo sync -c
```
方式二:通过git clone单个代码仓库
进入[代码仓库主页](https://gitee.com/openharmony),选择需要克隆的代码仓库,执行命令,如:
```
git clone https://gitee.com/openharmony/manifest.git -b master
```