Desktop Flutter app
Windows, macOS, and Linux builds of the Sensobit Flutter client.
The desktop app is the same Flutter project as mobile, compiled for Windows, macOS, and Linux. Use it as a dedicated NOC or on-call workstation client.
Platforms
| OS | Package |
|---|---|
| Windows | Sensobit Setup.exe or MSIX |
| macOS | Sensobit.dmg (Apple silicon and Intel) |
| Linux | .deb / .AppImage |
Download builds from console.sensobit.com under Settings → Desktop app, or from the account email after you join a paid plan.
Sign in
- Launch Sensobit.
- Sign in with your console email and password.
- Optionally enable OS biometrics (Windows Hello, Touch ID, or desktop keyring).
- The app loads the default namespace and keeps a secure refresh token on disk.
Deep links such as https://console.sensobit.com/dashboard/alerts open the matching desktop route when the app is installed.
What matches mobile
Dashboard, alerts (including history actions), infrastructure, incidents, security, and AI insights. Desktop adds:
- Multi-window host and trace views
- Keyboard shortcuts for acknowledge / silence
- System tray unread-alert badge
- Always-on-top incident pin
Push is optional on desktop; most teams keep Slack or email as the pager and use the desktop app for investigation.
Build from source (maintainers)
flutter pub get
flutter run -d windows
flutter run -d macos
flutter run -d linuxPoint a local build at production with:
flutter run -d linux \
--dart-define=API_URL=https://api.sensobit.com \
--dart-define=CONSOLE_URL=https://console.sensobit.com