Bundle any Go module + dependencies for offline use
Full Go module path. Version pinning supported: github.com/gin-gonic/gin@v1.9.1, @latest
Embed Go toolchain
For hosts without Go installed — adds ~65–70 MB to the bundle
🛡Every bundle is scanned with ClamAV before download. If malware or a virus signature is detected, the bundle is blocked and never served. A scan_results.txt report is included in every zip.
go mod download
\u{1F50D}
After Downloading the Zip
1
Locate the file Open your Downloads folder and find the .zip file.
2
Extract it Double-click the zip to extract, or run: unzip <filename>.zip
3
Open a terminal in the folder Right-click the extracted folder and choose "Open Terminal here", or run: cd <extracted-folder-name>
4
Run the setup script ./setup.shWindows: setup.batThis configures your Go module cache for offline use. Then build your project normally with go build ./...