# Clone source code using git - **一些常见问题,请参见** #12 - If **your github access is not good**, please download the full existing git repo archive from - [nuclei-linux-sdk-2024.09.02.tar.xz](https://drive.weixin.qq.com/s?k=ABcAKgdSAFcgGSJQvc) - [nuclei-linux-sdk-2025.07.29.tar.xz](https://drive.weixin.qq.com/s?k=ABcAKgdSAFcNZzh6te) - [nuclei-linux-sdk-2025.11.13.tar.xz](https://drive.weixin.qq.com/s?k=ABcAKgdSAFcmdJEP8n) - [nuclei-linux-sdk-2026.06.17.tar.xz](https://drive.weixin.qq.com/s?k=ABcAKgdSAFc0S1BfwZ) > `tar -xJvf nuclei-linux-sdk-2026.06.17.tar.xz` - If you want to clone with git, follow steps here: - https://github.com/Nuclei-Software/nuclei-linux-sdk#clone-repo - https://github.com/Nuclei-Software/nuclei-linux-sdk/issues/10#issue-1511382550 - If you want to try docker/podman with source code and required tools installed, check #8 # Download without git 1. Click https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/workflows/build.yml 2. Find the latest successful github action workflow for `dev_nuclei_6.6_v3` branch, if you are using `dev_nuclei_6.6_v3` > We **recommended** to use `dev_nuclei_6.6_v3` for linux 6.6 - At the time this issue is written(2023.12.22), the latest successful workflow action for `dev_nuclei_6.6_v3` is https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/runs/18932705758 - To find the other latest build for different branch such as `dev_nuclei_6.6_v3`, please click https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/workflows/build.yml?query=branch%3Adev_nuclei_6.6_v3 , you can copy this link and change `dev_nuclei_6.6_v3` to other branch you want, and paste the changed link to your browser to find latest successful build. -  - Then select build artifacts as you like, such as the source code of this sdk, to use it see https://github.com/Nuclei-Software/nuclei-linux-sdk/issues/4#issuecomment-1253175297. - 
Clone source code using git
一些常见问题,请参见 Common Questions 常见问题 #12
If your github access is not good, please download the full existing git repo archive from
If you want to clone with git, follow steps here:
If you want to try docker/podman with source code and required tools installed, check Using prebuilt linuxsdk docker image #8
Download without git
Click https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/workflows/build.yml
Find the latest successful github action workflow for
dev_nuclei_6.6_v3branch, if you are usingdev_nuclei_6.6_v3At the time this issue is written(2023.12.22), the latest successful workflow action for
dev_nuclei_6.6_v3is https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/runs/18932705758To find the other latest build for different branch such as
dev_nuclei_6.6_v3, please click https://github.com/Nuclei-Software/nuclei-linux-sdk/actions/workflows/build.yml?query=branch%3Adev_nuclei_6.6_v3 , you can copy this link and changedev_nuclei_6.6_v3to other branch you want, and paste the changed link to your browser to find latest successful build.Then select build artifacts as you like, such as the source code of this sdk, to use it see 如何下载最新的源码(无git) How to download latest source code without git #4 (comment).