> For the complete documentation index, see [llms.txt](https://haircomb.gitbook.io/haircomb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://haircomb.gitbook.io/haircomb/compile-combdownloader-ng.md).

# Compile combdownloader-ng

TL;DR:

<pre><code><strong>git clone https://codeberg.org/watashi564/combdownloader-ng.git
</strong><strong>cd combdownloader-ng
</strong><strong>go mod init localhost/combdownloader
</strong><strong>go mod tidy
</strong><strong>go build
</strong><strong>cd ..
</strong></code></pre>

Note: **This will not recreate the reproducible binary** on the downloads page. To get exactly the same binary as the one on the downloads page, you need to use the Dockerfile found in the repoducible repo on codeberg.
