Skip to content

Releases: tstapler/stelekit

v0.41.1

13 Jun 04:57
20472f2

Choose a tag to compare

0.41.1 (2026-06-13)

Bug Fixes

  • git-smart-sync: address code review findings — safety, correctness, and test coverage (5086e0f)

v0.41.0

12 Jun 20:10
f08f3f1

Choose a tag to compare

0.41.0 (2026-06-12)

Features

  • editor: add camera capture button to editor toolbar (#147) (a555aaa)
  • git-smart-sync: repo auto-detection, algorithmic journal merge, CLI sync (6aef1db)
  • git: native file pickers and GitHub OAuth device flow in git setup (2b188f2)

Bug Fixes

  • android-auto: add service label and sideload discovery guidance (#146) (70d7ad8)
  • cask: use non-deprecated macos depends_on syntax (cb3ea88)
  • git-setup: triad review fixes — accessibility, tests, Android SSH key wiring (6c37055)
  • linux: use wrapper script to run AppImage without FUSE (3179edb)

v0.40.4

11 Jun 23:33
ee958ce

Choose a tag to compare

SteleKit v0.40.4

Downloads

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

Linux Installation

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

chmod +x SteleKit-v0.40.4-linux.AppImage
./SteleKit-v0.40.4-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.4 (2026-06-11)

Bug Fixes

  • android: prevent crash when value class used as LazyColumn item key (#143) (3b0caa6)

v0.40.3

11 Jun 06:29
84ab006

Choose a tag to compare

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)

v0.40.2

09 Jun 21:24
2eaadb6

Choose a tag to compare

SteleKit v0.40.2

Downloads

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

Linux Installation

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

chmod +x SteleKit-v0.40.2-linux.AppImage
./SteleKit-v0.40.2-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.2 (2026-06-09)

Bug Fixes

  • android: prevent OOM crash during large-graph warm reconciliation (3d674c6)

v0.40.1

09 Jun 20:17
82287ab

Choose a tag to compare

SteleKit v0.40.1

Downloads

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

Linux Installation

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

chmod +x SteleKit-v0.40.1-linux.AppImage
./SteleKit-v0.40.1-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.1 (2026-06-09)

Bug Fixes

  • stability: crash-prevention refactors + fatalError recovery screen (#138) (3c0efac)

v0.40.0

09 Jun 19:22
aed49b8

Choose a tag to compare

SteleKit v0.40.0

Downloads

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

Linux Installation

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

chmod +x SteleKit-v0.40.0-linux.AppImage
./SteleKit-v0.40.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.40.0 (2026-06-09)

Features

  • export: unified Share/Export dialog with native share sheet and Google Docs (#133) (b5a755a)

Bug Fixes

  • android: guard switchGraph against cancelling an in-progress init (275291b)

v0.39.0

09 Jun 14:45
362c979

Choose a tag to compare

SteleKit v0.39.0

Downloads

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

Linux Installation

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

chmod +x SteleKit-v0.39.0-linux.AppImage
./SteleKit-v0.39.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.39.0 (2026-06-09)

Features

  • android: add Android Auto audiobook notes screen (#134) (fd08824)

Bug Fixes

  • android: stop double-switchGraph race that crashes v0.38.4 on startup (fd9e073)
  • ci: fix fdroid artifact structure and restore F-Droid Pages content (4a1f1de)
  • ci: queue pages.yml runs instead of cancelling to protect build-demo (554e22b)
  • ci: raise build-demo timeout to 60 min and cache Kotlin/Native compiler (84916cf)
  • ci: remove Playwright from build-demo — E2E tests already run in ci.yml (82d8ffc)
  • fdroid: include APKs in Pages deployment so F-Droid downloads work (9786555)

v0.38.4

07 Jun 22:26
f43b8c2

Choose a tag to compare

SteleKit v0.38.4

Downloads

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

Linux Installation

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

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

Bug Fixes

  • ci: prevent Pages deploy failures from artifact size and deployment conflicts (3c23053)

v0.38.3

07 Jun 22:00
2cedd2c

Choose a tag to compare

SteleKit v0.38.3

Downloads

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

Linux Installation

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

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

Bug Fixes

  • android: complete catchDbError coverage across all repository flows + add regression test (9e09932)