Pick web / PWA / desktop
قراءة 2 دقيقة
30 seconds to pick the right Slima entry point.

Decision table
| Your situation | Pick |
|---|---|
| First time, want to try it | Web |
| Few times a week, no install | PWA (desktop) |
| Daily, want OS menus / shortcuts / notifications | Electron desktop 🚧 in development |
| Want it always handy on your phone | PWA (mobile) |
| Business trip / borrowed computer | Web |
Four quick questions
Q1: Will you use it daily on this machine?
- Yes → see Q2
- No → Web or PWA is enough
Q2: Want OS-native menus (File / Edit / View / Help)?
- Yes → Electron desktop
- No → see Q3
Q3: Often write offline?
- Yes → PWA or Electron (both work offline; PWA is lighter)
- No → PWA or Web both work
Q4: Linux user?
- Yes → main option is Electron (supports Linux) or PWA
- No → doesn't affect the choice
Different entries can coexist
Picking one doesn't lock you in:
- Electron on desktop + PWA on mobile — same account, live sync
- Occasional Web on a borrowed computer — totally fine
Related
Was this helpful?