Skip to content

Releases: tstapler/stelekit

v0.48.2

18 Jun 00:55
4aef2d7

Choose a tag to compare

SteleKit v0.48.2

Downloads

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

Linux Installation

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

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

Bug Fixes

  • git: wire JvmGitRepository on desktop and keep OAuth code visible during polling (#166) (00df575)
  • watcher: journals page live refresh + Android detection reliability (#165) (27bf06d)

v0.48.1

17 Jun 06:33
9b40f0b

Choose a tag to compare

0.48.1 (2026-06-17)

Performance Improvements

  • db: batch actor writes, add telemetry spans, and enforce with lint (637dd41)

v0.48.0

17 Jun 03:28
b7a3f95

Choose a tag to compare

SteleKit v0.48.0

Downloads

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

Linux Installation

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

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

Features

  • ci: serve fdroid APKs via GitHub Releases redirect on Cloudflare Pages (11da29b)
  • perf: show triggering SQL in Query Plans tab; persist samples across drain cycles (82771b7)

Bug Fixes

  • ci: fix release workflow — build demo on release, reduce APK set, drop deprecations (2f7dfbb)
  • db: add SchemaRunner start/complete log lines to db.MigrationRunner (5918da3)

Performance Improvements

  • db: run ANALYZE blocks/pages unconditionally on every startup (a81c0c1)

SteleKit v0.47.2

16 Jun 23:37
4db5761

Choose a tag to compare

SteleKit v0.47.2

Downloads

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

Linux Installation

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

chmod +x SteleKit-v0.47.2-linux.AppImage
./SteleKit-v0.47.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.


Full changelog is auto-generated below.

What's Changed

  • chore(main): release 0.47.2 by @github-actions[bot] in #162

Full Changelog: v0.47.1...v0.47.2

v0.47.1

16 Jun 07:23
727a22b

Choose a tag to compare

SteleKit v0.47.1

Downloads

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

Linux Installation

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

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

Performance Improvements

  • db: eliminate O(N²) backlink recompute, add indexes, enforce query plan coverage (81c0ef7)

v0.47.0

16 Jun 03:54
f1e817e

Choose a tag to compare

SteleKit v0.47.0

Downloads

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

Linux Installation

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

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

Features

  • all-pages: amber warning icon on conflicted pages in AllPages screen (921611c)
  • perf: export available on all tabs, logs export, fix picker latency, rename Traces→Events tab (4f9b2c9)

v0.46.0

16 Jun 02:01
0c97a07

Choose a tag to compare

SteleKit v0.46.0

Downloads

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

Linux Installation

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

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

Features

  • journals: amber warning icon on journal entries with pending disk conflicts (930143e)

Bug Fixes

  • background disk conflicts, FTS merge perf, trace export on Android (a17122b)

v0.45.0

15 Jun 23:15
c40abcf

Choose a tag to compare

SteleKit v0.45.0

Downloads

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

Linux Installation

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

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

Features

  • perf: gzip export, queryStats/queryPlan in report, perf indexes (1812d96)
  • perf: track DB read queue wait and queue depth (19493e9)

v0.44.0

14 Jun 23:15
39e5af6

Choose a tag to compare

0.44.0 (2026-06-14)

Features

  • perf: FTS5 automerge control, diff-aware saves, batch N+1 fix, WAL checkpoint (#156) (7bd8ebe)

v0.43.0

14 Jun 18:08
699f54b

Choose a tag to compare

SteleKit v0.43.0

Downloads

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

Linux Installation

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

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

Features

  • assets: asset browser, typed subfolder routing, and ML pipeline (#153) (206fce7)
  • tags: two-tier auto-tag suggestion engine for blocks (#154) (94c7af1)

Bug Fixes

  • android: detect external file changes when sync tool preserves older timestamps (65a3a14)