Skip to content

v0.5.10

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Sep 20:31
· 152 commits to master since this release

This version fixes a bug that prevented the desktop app from opening in specific Linux environments. It also includes a plebbit-react-hooks fix for the user's wallet signature timestamps, which were invalid.

Downloads

macOS

  • Apple Silicon (arm64): Download DMG
  • Intel (x64): Download DMG
  • If macOS shows "seedit.app is damaged and can't be opened. You should move it to the Trash.", run this in Terminal to fix it: xattr -dr com.apple.quarantine "/Applications/seedit.app" then open the app again.

Windows

Linux

Android

Static HTML build

Changes

0.5.10 (2025-09-26)

Bug Fixes

  • electron: keep module-scoped Tray ref and destroy before reassign (a33d708)

Performance Improvements

  • linux: avoid GTK mixups by sanitizing env and skipping tray on Wayland (e5e6aa4)