Releases: Krilliac/Sonder-runtime
Releases · Krilliac/Sonder-runtime
Release list
Sonder Runtime — app builds (main)
Prebuilt Sonder Runtime app clients for Android, Windows, Linux, and macOS.
Built from e4dcaa7 on main. This tag is refreshed in place, so it always
points at a recent build rather than a frozen version.
What these are
The app is a client. It talks to your own sonder_serve.py over an
OpenAI-compatible HTTP API, so the model runs on your hardware and your prompts
stay on your machine. You need a Sonder server running somewhere you can reach —
see the Quickstart.
Point the app at that server's URL in Settings and use Test connection.
A common setup: run the server on a desktop with a GPU, then use the Android
build from your phone on the same network.
| file | platform |
|---|---|
sonder-runtime-android.apk |
Android |
sonder-runtime-windows-x64.zip |
Windows x64 |
sonder-runtime-linux-x64.tar.gz |
Linux x64 |
sonder-runtime-macos.zip |
macOS |
Before you install
- The Android APK is debug-signed so it side-loads without a developer
account. Android will warn you it is from an unknown developer. That warning
is accurate — verify the checksum below if you care, and note that a
debug-signed build cannot be upgraded in place by a differently-signed one. - The desktop builds are unsigned. Windows SmartScreen and macOS Gatekeeper
will both object. On macOS you may needxattr -dr com.apple.quarantineon
the extracted app. - These are hobby-project builds from CI, not commercially signed software.
If that is not acceptable for your machine, build from source instead — the
app lives inapp/.
SHA-256
af0d0267858ffc1a6b9390c8240e6d44dfb8d371135e05284a725daf7d476213 sonder-runtime-android.apk
f9407bad8b6270b27acf78f6b9e90347df9a18fea71ed9c1ed2d313cc3f06010 sonder-runtime-linux-x64.tar.gz
2b4dbb4b548d2fd1557172571d1e0402e47b1821fc141421863e3a4afa354fc5 sonder-runtime-macos.zip
8a1464e267c4b977c59e2b6d824f491af7de4319f6b8728f28626643376a3533 sonder-runtime-windows-x64.zip