·
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.
- Web app: https://seedit.app
- Decentralized web app via IPFS/IPNS gateways (works on any browser): seedit.eth.limo, seedit.eth.link, dweb.link/ipfs.io
- Decentralized web app via IPFS node you run: https://seedit.eth (works on Brave Browser or use IPFS Companion)
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
- Installer (x64): Download EXE
- Portable (x64): Download EXE
Linux
Android
- APK: Download
Static HTML build
- seedit-html (zip): Download
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)