Environment tested: Windows 11 Go version: 1.24 File size: 9.55mb Suggestion: Use flags to significantly reduce binary size Only <code>go build -o filename</code> <br /> <img width="410" height="574" alt="Image" src="https://github.com/user-attachments/assets/93699771-aaf2-42a6-a824-0a12c1ebef51" /> <br /> Using <code>go build -trimpath -ldflags="-s -w" -o jsson.exe</code> <img width="413" height="571" alt="Image" src="https://github.com/user-attachments/assets/954fcfd4-cac3-435d-b8e7-ec7d7593d3b4" />