Apps y sincronización

Install desktop app

Lectura de 4 min

Slima Desktop is an Electron app — compared to PWA, it integrates more deeply with the OS — native menus, native notifications, auto-update.

🚧 Desktop app is in development — this article is a preview; steps may be tweaked and the download link will be enabled when it ships.

Slima home page (Desktop in development — slima.ai will provide the download once shipped)

Download (once Desktop ships)

When the desktop app launches, slima.ai will host the download — expected to auto-detect your OS and offer the right installer. Planned filenames:

OS File
Windows slima-setup-x64.exe
macOS (Intel) slima-x64.dmg
macOS (Apple Silicon) slima-arm64.dmg
Linux (Debian / Ubuntu) slima.deb
Linux (other) slima.AppImage

Install steps

Windows

  1. Download slima-setup-x64.exe
  2. Double-click, follow the installer wizard
  3. Defaults to Program Files
  4. Slima appears in the start menu

macOS

  1. Download the .dmg
  2. Open it, drag Slima.app to Applications
  3. Launch from Launchpad

First launch on macOS may show "Cannot verify developer" — that's Gatekeeper's prompt for non-notarized apps. Handle it via: System Settings → Privacy & Security → "Open Anyway".

Linux (Debian / Ubuntu)

sudo dpkg -i slima.deb

Linux (AppImage, other distros)

chmod +x slima.AppImage
./slima.AppImage

First launch

  1. Start the desktop app
  2. A "Sign in" button appears
  3. Click it → your default browser opens an OAuth flow
  4. Sign in via the browser → control returns to the desktop app, already signed in

See: Desktop OAuth sign-in

Desktop vs PWA

Short version:

  • Want OS-native menus (File / Edit / View / Help) → Desktop
  • Don't want to download a 100 MB installer → PWA
  • Frequently offline → both work

Full comparison: PWA install

Related

Was this helpful?