Skip to content

v0.60.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jul 15:48
79c64b0

SteleKit v0.60.0

Downloads

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

Linux Installation

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

chmod +x SteleKit-v0.60.0-linux.AppImage
./SteleKit-v0.60.0-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.60.0 (2026-07-05)

Features

  • wasm: seed demo content on first load; add directory import logging (ee7947c)

Bug Fixes

  • db: prevent JDBC pool deadlock in OperationLogger (5c7b961)
  • observability: remove SpanLogSink from LogManager on factory close (3911134)
  • quality: reflect-and-fix enforcement for this session's bugs (84148bd)
  • update tests and call sites for type-driven design refactors (610de21)
  • wasm: fix graph switch stuck on Initializing overlay (f87254c)
  • wasm: replace all sync executeAsList/executeAsOne/executeAsOneOrNull with async equivalents (6f49ffa)
  • wasm: resolve await unresolved reference for showDirectoryPicker (0c8b194)
  • wasm: use println instead of appLogger in onAddGraph lambda (f5b237c)
  • web: restore OPFS persistence and wire up native directory picker (f456513)