5.5 KiB
title, parent, nav_order, last_updated, description, aliases
| title | parent | nav_order | last_updated | description | aliases | |||||
|---|---|---|---|---|---|---|---|---|---|---|
| Desktop App | User Guide | 14 | 2026-06-11 | Meshtastic arvuti rakendus pakub samu võrgusuhtluse funktsioone Linuxis, macOS-is ja Windowsis. |
|
Desktop App
Meshtastic arvuti rakendus jagab oma põhikoodibaasi Androidiga Kotlin Multiplatformi kaudu. Most features work identically on Linux, macOS, and Windows.
Installation
Linux
- Download the
.debor.AppImagepackage from the releases page - Or build from source using
./gradlew :desktopApp:run
macOS
- Download the
.dmgpackage from releases - Or build from source
Windows
- Download the
.msiinstaller from releases - Or build from source
Connecting Your Radio
USB port (esmane)
The most reliable connection method on Desktop:
- Ühenda oma Meshtastic raadio USB kaabliga.
- Rakendus peaks jadapordi automaatselt tuvastama.
- Kui seda ei tuvastata, vali menüüst Ühenda õige jadapordiga.
TCP/IP
For network-connected radios:
- Sisesta raadio IP-aadress ja port (vaikimisi: 4403).
- Klõpsa Ühenda.
Sinihammas (BLE)
Bluetooth Low Energy is supported on Desktop via the Kable library:
- Ensure your system has a Bluetooth adapter.
- Rakendus otsib automaatselt lähedalasuvaid Meshtastic raadioid.
- Select your device from the Connect screen.
Feature Parity
| Feature | Android | Desktop | Sõnumid |
|---|---|---|---|
| Messaging | ✓ | ✓ | Full parity |
| Node List | ✓ | ✓ | Full parity |
| Kaart | ✓ | ✓ | Full parity |
| Sätted | ✓ | ✓ | Full parity |
| Sinihammas (BLE) | ✓ | ✓ | Via Kable on desktop |
| Püsivara värskendus OTA kaudu | ✓ | ✗ | Use web flasher |
| Notifications | ✓ | ✓ | Native OS notifications |
| Widgets | ✓ | ✗ | Android-only |
| Android auto | ✓ | ✗ | Android-only — not available on Desktop or iOS |
| AI Assistant (Chirpy) | ✓* | ✗ | Google flavor Android only |
| App Functions (system AI) | ✓† | ✗ | Google flavor Android only |
*Chirpy AI requires Android 14+ on Google flavor builds with supported hardware.
†App Functions exposes app actions to the Android system AI on Google flavor builds. See App Functions.
UI Differences
The Desktop app uses the same Compose Multiplatform UI with adaptations for larger screens and desktop interaction.
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
| ⌘Q / Ctrl+Q | Quit the application |
| ⌘, / Ctrl+, | Ava sätted |
| ⌘1 / Ctrl+1 | Switch to Messages tab |
| ⌘2 / Ctrl+2 | Switch to Nodes tab |
| ⌘3 / Ctrl+3 | Switch to Map tab |
| ⌘4 / Ctrl+4 | Switch to Connect tab |
Window & System Tray
- Window resizing — responsive layout adapts to window dimensions
- System tray — minimize to system tray for background mesh operation
- Salvemenüü – paremklõpsa salveikoonil akna kuvamiseks või sulgemiseks
- Hiire interaktsioon — hõljumisseisundid ja standardne töölaua navigeerimine
Notification Preferences
The Desktop app provides in-app toggles for controlling which notifications are shown — messages, new nodes, and low battery alerts. Access these from Settings → Notifications within the app.
Built-in Documentation Browser
The Desktop app includes a built-in documentation browser for quick access to help content without leaving the application.
The browser supports full-text search across all documentation:
Individual doc pages render with full formatting:
Building from Source
git clone https://github.com/meshtastic/Meshtastic-Android.git
cd Meshtastic-Android
git submodule update --init
./gradlew :desktopApp:run
Requirements:
- JDK 21
- No Android SDK required for desktop-only builds
Known Limitations
- OTA püsivara värskendusi pole (kasuta veebivärskendajat)
- Some Android-specific features (widgets, specific notification channels) are unavailable
- Performance may vary on low-spec hardware running Compose Desktop
- Lauaarvutid ei toeta veel BLE liitmist (sidumine toimib ilma ühendamiseta)
Related Topics
- Connections — connection methods overview
- [Püsivara värskendused] (firmware) – kasutage arvuti püsivara värskenduste jaoks [Web Flasherit] (https://flasher.meshtastic.org)


