stemd 0.1.0
Three platforms. No weights in any of them: the first run downloads what the
chosen preset needs, 168 MB to 942 MB, from the
models-v2 release.
macOS
stemd-0.1.0-macos-arm64.dmg — Apple silicon, 13 MB. Drag stemd to Applications.
Signed with a Developer ID, notarized, and stapled twice over: the ticket is on
the app as well as on the image, so it opens without argument and a first launch
with no network does not have to ask Apple.
sha256 cf5298814f4c73cde2602b7577ac791dae2e6f8562e412870bfa630e4f842cdf
Windows
stemd-0.1.0-setup.exe — x64, 200 MB. Installs for you alone by default and
asks for no administrator; the first page offers all users instead.
stemd-0.1.0-windows-x64.zip, 236 MB, is the same files for anyone who would
rather not run an installer.
No CUDA is in the package, and none is needed to start: the binary delay-loads
it and settles for the CPU when it is absent. On a machine with an NVIDIA card,
tick the box at the end of the installer or run install-cuda.cmd once. That is
about 1.2 GB of NVIDIA's own redistributables, pinned by digest, and no toolkit
or repository is involved.
sha256 aa5cbb945d4512574d24243ac573095272f5a6e1813cc88f5966d0371748b174 setup.exe
sha256 6aa58921dc5461d7d6abfd1a1653ad0d36e7eb8f2ad912980fcff472596a711c windows-x64.zip
Linux
stemd_0.1.0_amd64.deb — x86-64, 199 MB, built on Debian 13 against CUDA 13.3.
| GPU code | sm_80, 86, 89, 90, 120: Ampere through Blackwell |
| driver | 580 or later |
| needs | CUDA 13 runtime and cuDNN 9.5 or later, from NVIDIA's repositories |
| floor | glibc 2.39 and libstdc++ 14, which Debian 13 and Ubuntu 24.04 have and Debian 12 and Ubuntu 22.04 do not |
sha256 58e53c89a10dff5b1f0b129552b1d1fa0963216380a194a13bc2a5ea2575fb46
On Debian 13 the cuDNN dependency cannot resolve from any repository, because
NVIDIA publish no package for it yet. The
README has the two extra lines that
fix it.