No description
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-18 15:47:40 +02:00
sable@a2dc548536 update sable 2026-08-18 15:47:31 +02:00
.gitignore initial commit 2026-03-12 23:11:17 +01:00
.gitmodules initial commit 2026-03-12 23:11:17 +01:00
favicon.png update icons 2026-08-18 15:47:40 +02:00
main.js grant clipboard-sanitized-write permission 2026-07-30 21:29:31 +02:00
package.json update sable and npm dependencies 2026-07-30 21:29:08 +02:00
pnpm-lock.yaml update sable and npm dependencies 2026-07-30 21:29:08 +02:00
preload.js initial commit 2026-03-12 23:11:17 +01:00
README.md update to sable 1.21.0 2026-08-18 01:23:46 +02:00
tray-icon.png update icons 2026-08-18 15:47:40 +02:00

sable-electron

An electron wrapper for Sable based on Sable-Client-Electron that uses a local build of Sable and fixes system notifications (on my machine 😅).

building

I only tested this on Linux, Windows and Mac will need a configuration in package.json and might require more adaptations.

Build dependencies (arch packages): pnpm, fnm, libxcrypt-compat

By default, an AppImage and a .deb archive will be built:

git clone --recursive https://github.com/RasmusAntons/sable-electron.git
cd sable-electron
fnm use 26.x
pnpm i
pnpm run build