Skip to content

Releases: tstapler/stelekit

SteleKit v0.22.0

04 May 05:38
2a0760b

Choose a tag to compare

SteleKit v0.22.0

Downloads

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

Linux Installation

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

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


Full changelog is auto-generated below.

What's Changed

  • feat(search): two-panel layout, FTS performance, precomputed backlink counts by @tstapler in #70
  • chore(main): release 0.22.0 by @github-actions[bot] in #71

Full Changelog: v0.21.0...v0.22.0

SteleKit v0.21.0

03 May 19:35
c26216d

Choose a tag to compare

SteleKit v0.21.0

Downloads

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

Linux Installation

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

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


Full changelog is auto-generated below.

What's Changed

  • feat(git): two-way git sync with in-app conflict resolution by @tstapler in #63
  • fix: remove hardcoded local JDK path from gradle.properties by @Copilot in #69
  • chore(main): release 0.21.0 by @github-actions[bot] in #68

New Contributors

  • @Copilot made their first contribution in #69

Full Changelog: v0.20.0...v0.21.0

SteleKit v0.20.0

03 May 16:52
ce078ce

Choose a tag to compare

SteleKit v0.20.0

Downloads

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

Linux Installation

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

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


Full changelog is auto-generated below.

What's Changed

  • feat(voice): rich markdown formatting, transcript pages, current-page insertion, UX improvements by @tstapler in #66
  • chore(main): release 0.20.0 by @github-actions[bot] in #67

Full Changelog: v0.19.4...v0.20.0

v0.19.4

03 May 01:27
d75cc83

Choose a tag to compare

SteleKit v0.19.4

Downloads

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

Linux Installation

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

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

Bug Fixes

  • rethrow CancellationException in loadJournalsImmediate (#62) (222a638)
  • voice: fix on-device STT always falling back to Whisper on Android (#64) (2f778ef)

v0.19.3

01 May 16:52
b3d3b21

Choose a tag to compare

SteleKit v0.19.3

Downloads

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

Linux Installation

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

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

Bug Fixes

  • address Copilot review comments (d297890)
  • bench: move FileProvider to kmp androidMain so test APK gets correct authority (3704288)

Performance Improvements

  • android: PRAGMA tuning, MEDIUM benchmark, SAF I/O overhead test (52ee431)
  • android: SAF performance — race condition fix, DocumentFile elimination, lazy Phase 3 (574c14a)
  • android: SAF performance stories 1-3 (d2ab252)
  • android: SAF shadow copy eliminates Binder IPC for Phase 3 reads (e26fa89)

v0.19.2

30 Apr 04:30
c388896

Choose a tag to compare

SteleKit v0.19.2

Downloads

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

Linux Installation

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

chmod +x SteleKit-v0.19.2-linux.AppImage
./SteleKit-v0.19.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.19.2 (2026-04-29)

Bug Fixes

  • wasm: fix wasmJs compilation errors breaking GitHub Pages deploy (bde6814)

v0.19.1

29 Apr 00:52
bf953d5

Choose a tag to compare

SteleKit v0.19.1

Downloads

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

Linux Installation

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

chmod +x SteleKit-v0.19.1-linux.AppImage
./SteleKit-v0.19.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.19.1 (2026-04-28)

Bug Fixes

  • android: defer sanitizeDirectory off startup critical path; add native file pickers for export (453f75c)

v0.19.0

28 Apr 19:37
eb00f74

Choose a tag to compare

SteleKit v0.19.0

Downloads

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

Linux Installation

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

chmod +x SteleKit-v0.19.0-linux.AppImage
./SteleKit-v0.19.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.19.0 (2026-04-28)

Features

  • homebrew: add Casks/stelekit.rb for proper macOS GUI install (afd2613)

Bug Fixes

  • homebrew: symlink SteleKit.app to ~/Applications so it appears in Finder/Launchpad (b006a51)

v0.18.1

28 Apr 18:45
a4bfa76

Choose a tag to compare

SteleKit v0.18.1

Downloads

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

Linux Installation

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

chmod +x SteleKit-v0.18.1-linux.AppImage
./SteleKit-v0.18.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.18.1 (2026-04-28)

Bug Fixes

  • journals: fix journals showing Untitled, missing today's journal, and Claude API response deserialization (16d2fc7)

v0.18.0

28 Apr 04:29
a890b72

Choose a tag to compare

SteleKit v0.18.0

Downloads

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

Linux Installation

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

chmod +x SteleKit-v0.18.0-linux.AppImage
./SteleKit-v0.18.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.18.0 (2026-04-28)

Features

  • search: visit-recency ranking, exact-title guarantee, FTS repair, and latency benchmarks (#52) (86da88e)

Bug Fixes

  • ci: repair pages workflow so the site actually deploys (#53) (782448b)