Skip to content

v0.76.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Aug 15:29
83a060f

SteleKit v0.76.0

Downloads

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

Linux Installation

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

chmod +x SteleKit-v0.76.0-linux.AppImage
./SteleKit-v0.76.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.76.0 (2026-08-28)

Features

  • capture: auto-link + tag-suggest content captured via Android share sheet (#288) (4997932)

Bug Fixes

  • android: close code-review gaps in whitespace normalization (#281) (06aa0ca)
  • ci: cap Gradle/Kotlin heap for CI runners to stop intermittent OOMs (#287) (a4ea6a7)
  • ci: repair build-native-libs workflow (rules_rust platform + stale pinned Action SHAs) (#279) (e55da33)
  • ci: stop F-Droid repo fallback from reverting to stale manual builds (0e1b341)
  • git: diagnose SAF git-sync failures and add log export (d372e76)