Downloading Whonix source

Is there a way to download full source code of Whonix in a single file?

https://github.com/Whonix/Whonix/archive/master.zip

That doesn’t include other components of Whonix

Then just clone all the code (11.29mb) like said in wiki and compress as tar or zip

anonymous1:

Is there a way to download full source code of Whonix in a single file?

No.

The git clone recursive command in the wiki however fetches everything
in one run.

Btw once you clone github.com/Whonix/Whonix (with --recursive), and cd
Whonix, you can use make dist. That would use genmkfile to create a
tarball.

Would you consider adding full source files under https://github.com/Whonix/Whonix/releases? that would be more convenient

and/or https://download.whonix.org/linux/13.0.0.1.4/Whonix-13.0.0.1.4.tar.gz

It’s not possible. github decides on what goes there. Based on the git tag.

If I hear a compelling use case, maybe. Otherwise it’s extra burden in the release process.