> For the complete documentation index, see [llms.txt](https://ilogtail.gitbook.io/ilogtail-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ilogtail.gitbook.io/ilogtail-docs/1.4.0/installation/sources/download.md).

# 下载

## 稳定版本

生成环境，请从稳定版本源代码进行编译。稳定版本源代码的tar包或zip包下载链接地址服从如下规则：

[https://github.com/alibaba/ilogtail/archive/refs/tags/v\<release\_verison>.tar.gz](https://github.com/alibaba/ilogtail/archive/refs/tags/v1.0.34.tar.gz)

[https://github.com/alibaba/ilogtail/archive/refs/tags/v\<release\_version>.zip](https://github.com/alibaba/ilogtail/archive/refs/tags/v1.0.34.zip)

## 开发版本

对于有兴趣测试最新版本或者乐于贡献代码到开发者，获取最新开发代码GIT仓库的命令为：

```bash
git clone https://github.com/alibaba/ilogtail
```

注意，main分支是iLogtail的开发分支。因此，存在无法编译或者运行时出错的可能。

我们欢迎更多开发者参与测试或者开发，您的贡献将使iLogtail更加出色。
