The README says: "Single portable binary: One static binary includes the runtime, GPU engine, and plotting" but it looks like its dynamically linked to dll files, not statically linked as claimed:
> 7z l runmat-v0.4.4-windows-x86_64.zip
7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29
Scanning the drive for archives:
1 file, 27630732 bytes (27 MiB)
Listing archive: runmat-v0.4.4-windows-x86_64.zip
--
Path = runmat-v0.4.4-windows-x86_64.zip
Type = zip
Physical Size = 27630732
Date Time Attr Size Compressed Name
------------------- ----- ------------ ------------ ------------------------
2025-08-09 03:54:11 ....A 150196 64251 libgcc_s_seh-1.dll
2025-08-09 03:54:11 ....A 3769079 1192660 libgfortran-5.dll
2026-04-24 17:39:24 ....A 8447407 3369678 liblapack.dll
2025-08-09 03:54:11 ....A 398767 181691 libquadmath-0.dll
2025-12-26 07:03:40 ....A 65018 27788 libwinpthread-1.dll
2026-04-24 17:37:58 ....A 1780736 479673 openblas.dll
2026-04-24 17:50:52 ....A 69166080 22313973 runmat.exe
------------------- ----- ------------ ------------ ------------------------
2026-04-24 17:50:52 83777283 27629714 7 files
The README says: "Single portable binary: One static binary includes the runtime, GPU engine, and plotting" but it looks like its dynamically linked to dll files, not statically linked as claimed: