This is a tool for using Android with open-source mesh radios.
 
 
 
Go to file
Phil Oliver 9b6cb4ee85 Use TextFieldState 2025-12-05 18:48:50 -05:00
.github chore(deps): update actions/stale action to v10.1.1 (#3890) 2025-12-03 12:46:31 +00:00
.idea
.run feat: Add pre-commit run configuration (#3696) 2025-11-13 20:46:43 +00:00
app fix: system back button exiting from node detail page (#3870) 2025-12-01 11:54:59 +00:00
build-logic Make `:core:strings` a Compose Multiplatform library (#3617) 2025-11-11 00:58:38 +00:00
config
core chore: Scheduled updates (Firmware, Hardware, Translations) (#3892) 2025-12-03 12:50:24 +00:00
fastlane
feature Use TextFieldState 2025-12-05 18:48:50 -05:00
gradle Clean up UI state using molecule 2025-12-05 18:46:10 -05:00
mesh_service_example New Crowdin updates (#3539) 2025-10-24 22:55:29 +00:00
.gitignore fix: unread count racecondition (#3784) 2025-11-22 14:57:39 +00:00
.gitmodules
.ruby-version
AGENTS.md docs: Overhaul and rename agent guide (#3757) 2025-11-20 14:17:36 -06:00
CONTRIBUTING.md
Gemfile
Gemfile.lock chore(deps): update fastlane to v2.229.1 (#3801) 2025-11-24 20:39:42 +00:00
LICENSE
README.md Re-enable debug application IDs (#3607) 2025-11-04 02:32:17 +00:00
RELEASE_PROCESS.md
build.gradle.kts Make `:core:strings` a Compose Multiplatform library (#3617) 2025-11-11 00:58:38 +00:00
codecov.yml
compose_compiler_config.conf
config.properties chore: Update VERSION_NAME_BASE to 2.7.8 (#3779) 2025-11-21 15:08:11 +00:00
crowdin.yml chore(crowdin): Remove `preserve_hierarchy` option (#3764) 2025-11-20 18:58:24 -06:00
debugging-android.md
gradle.properties
gradlew
gradlew.bat
secrets.defaults.properties
settings.gradle.kts feat: Add firmware update module for Nordic nRF devices (#3782) 2025-11-24 19:02:53 +00:00

README.md

Meshtastic Logo

Meshtastic-Android

GitHub all releases Android CI codecov Crowdin CLA assistant Fiscal Contributors Vercel

This is a tool for using Android with open-source mesh radios. For more information see our webpage: meshtastic.org. If you are looking for the the device side code, see here.

This project is currently beta testing across various providers. If you have questions or feedback please Join our discussion forum or the Discord Group . We would love to hear from you!

Get Meshtastic

The easiest, and fastest way to get the latest beta releases is to use our github releases. It is recommend to use these with Obtainum to get the latest updates.

Alternatively, these other providers are also available, but may be slower to update.

Get it on F-Droid Get it on IzzyOnDroid Get it on GitHub Download at https://play.google.com/store/apps/details?id=com.geeksville.mesh]

The play store is the last to update of these options, but if you want to join the Play Store testing program go to this URL and opt-in to become a tester. If you encounter any problems or have questions, ask us on the discord, create an issue, or post in the forum and we'll help as we can.

Documentation

The project's documentation is generated with Dokka and hosted on GitHub Pages. It is automatically updated on every push to the main branch.

View Documentation

Generating Locally

You can generate the documentation locally to preview your changes.

  1. Run the Dokka task:
    ./gradlew :app:dokkaHtml
    
  2. View the output: The generated HTML files will be located in the app/build/dokka/html directory. You can open the index.html file in your browser to view the documentation.

Translations

You can help translate the app into your native language using Crowdin.

Building the Android App

[!WARNING] Debug and release builds can be installed concurrently. This is solely to enable smoother development, and you should avoid running both apps simultaneously. To ensure proper function, force quit the app not in use.

https://meshtastic.org/docs/development/android/

Note: when building the google flavor locally you will need to supply your own Google Maps Android SDK api key MAPS_API_KEY in local.properties in order to use Google Maps. e.g.

MAPS_API_KEY=your_google_maps_api_key_here

Contributing guidelines

For detailed instructions on how to contribute, please see our CONTRIBUTING.md file. For details on our release process, see the RELEASE_PROCESS.md file.

Repository Statistics

Alt

Copyright 2025, Meshtastic LLC. GPL-3.0 license