Skip to content

v0.40.3

Choose a tag to compare

@github-actions github-actions released this 11 Jun 06:29
84ab006

SteleKit v0.40.3

Downloads

Platform File
Android APK SteleKit-v0.40.3-android.apk
Linux AppImage SteleKit-v0.40.3-linux.AppImage
Linux DEB SteleKit-v0.40.3-linux.deb
Linux RPM SteleKit-v0.40.3-linux.rpm
macOS SteleKit-v0.40.3-macos.dmg
Windows SteleKit-v0.40.3-windows.msi

Linux Installation

AppImage (recommended — works on any distro including Arch/Manjaro):

chmod +x SteleKit-v0.40.3-linux.AppImage
./SteleKit-v0.40.3-linux.AppImage

Homebrew (macOS and Linux):

brew tap tstapler/stelekit https://github.com/tstapler/stelekit
brew install tstapler/stelekit/stelekit

Debian/Ubuntu: install the .deb
Fedora/openSUSE: install the .rpm

Android Installation

Enable Install from unknown sources in Android settings before installing the APK.


0.40.3 (2026-06-11)

Bug Fixes

  • android: stop large-graph startup crash from uncaught Throwables on the ViewModel scope (#141) (dd96cd1)