{"id":19204850,"url":"https://github.com/meshtastic/meshtastic-apple","last_synced_at":"2026-04-16T07:01:19.291Z","repository":{"id":64925382,"uuid":"398315429","full_name":"meshtastic/Meshtastic-Apple","owner":"meshtastic","description":"Apple iOS, iPadOS \u0026 macOS Clients For Meshtastic","archived":false,"fork":false,"pushed_at":"2026-04-16T03:51:32.000Z","size":53085,"stargazers_count":723,"open_issues_count":33,"forks_count":234,"subscribers_count":22,"default_branch":"main","last_synced_at":"2026-04-16T04:33:59.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://meshtastic.org","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meshtastic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["garthvh"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-08-20T15:09:19.000Z","updated_at":"2026-04-16T00:35:42.000Z","dependencies_parsed_at":"2026-02-27T20:03:21.648Z","dependency_job_id":null,"html_url":"https://github.com/meshtastic/Meshtastic-Apple","commit_stats":{"total_commits":2356,"total_committers":39,"mean_commits":60.41025641025641,"dds":0.09932088285229201,"last_synced_commit":"10cf4b76010e54a766398e5753993ddad46d1a76"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/meshtastic/Meshtastic-Apple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2FMeshtastic-Apple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2FMeshtastic-Apple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2FMeshtastic-Apple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2FMeshtastic-Apple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meshtastic","download_url":"https://codeload.github.com/meshtastic/Meshtastic-Apple/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2FMeshtastic-Apple/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31875183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T13:09:56.037Z","updated_at":"2026-04-16T07:01:19.276Z","avatar_url":"https://github.com/meshtastic.png","language":"Swift","funding_links":["https://github.com/sponsors/garthvh"],"categories":[],"sub_categories":[],"readme":"# Meshtastic Apple Clients\n\n## Overview\n\nSwiftUI client applications for iOS, iPadOS and macOS.\n\n## Getting Started\n\nThis project always uses the latest release version of XCode.\n\n1. Clone the repo.\n    ```sh\n    git clone git@github.com:meshtastic/Meshtastic-Apple.git\n    ```\n2. Open the local directory.\n    ```sh\n    cd Meshtastic-Apple\n    ```\n3. Set up git hooks to automatically lint the project when you commit changes.\n    ```sh\n    ./scripts/setup-hooks.sh\n    ```\n4. Open `Meshtastic.xcworkspace`\n    ```sh\n    open Meshtastic.xcworkspace\n    ```\n5. Build and run the `Meshtastic` target.\n\n## Technical Standards\n\n### Supported Operating Systems\n\nThe last two major operating system versions are supported on iOS, iPadOS and macOS.\n\n### Code Standards\n\n- Use SwiftUI\n- Use SFSymbols for icons\n- Use Core Data for persistence\n\n## Updating Protobufs:\n\n1. run\n```bash\n./scripts/gen_protos.sh\n```\n2. Build, test, and commit the changes.\n\n## Deep Links\n\nThe app supports deep links using the `meshtastic:///` URL scheme, for use with shortcuts, intents, and web pages.\n\n### Messages\n\n| URL | Description |\n|-----|-------------|\n| `meshtastic:///messages` | Messages tab |\n| `meshtastic:///messages?channelId={channelId}\u0026messageId={messageId}` | Channel messages (`messageId` is optional) |\n| `meshtastic:///messages?userNum={userNum}\u0026messageId={messageId}` | Direct messages (`messageId` is optional) |\n\n### Connect\n\n| URL | Description |\n|-----|-------------|\n| `meshtastic:///connect` | Connect tab |\n\n### Nodes\n\n| URL | Description |\n|-----|-------------|\n| `meshtastic:///nodes` | Nodes tab |\n| `meshtastic:///nodes?nodenum={nodenum}` | Selected node |\n\n### Mesh Map\n\n| URL | Description |\n|-----|-------------|\n| `meshtastic:///map` | Map tab |\n| `meshtastic:///map?nodenum={nodenum}` | Node on map |\n| `meshtastic:///map?waypointId={waypointId}` | Waypoint on map |\n\n### Settings\n\nEach settings item has an associated deep link. No parameters are supported for settings URLs.\n\n| URL | Description |\n|-----|-------------|\n| `meshtastic:///settings/about` | About Meshtastic |\n| `meshtastic:///settings/appSettings` | App Settings |\n| `meshtastic:///settings/routes` | Routes |\n| `meshtastic:///settings/routeRecorder` | Route Recorder |\n| **Radio Config** | |\n| `meshtastic:///settings/lora` | LoRa Config |\n| `meshtastic:///settings/channels` | Channels |\n| `meshtastic:///settings/security` | Security Config |\n| `meshtastic:///settings/shareQRCode` | Share QR Code |\n| **Device Config** | |\n| `meshtastic:///settings/user` | User Config |\n| `meshtastic:///settings/bluetooth` | Bluetooth Config |\n| `meshtastic:///settings/device` | Device Config |\n| `meshtastic:///settings/display` | Display Config |\n| `meshtastic:///settings/network` | Network Config |\n| `meshtastic:///settings/position` | Position Config |\n| `meshtastic:///settings/power` | Power Config |\n| **Module Config** | |\n| `meshtastic:///settings/ambientLighting` | Ambient Lighting |\n| `meshtastic:///settings/cannedMessages` | Canned Messages |\n| `meshtastic:///settings/detectionSensor` | Detection Sensor |\n| `meshtastic:///settings/externalNotification` | External Notification |\n| `meshtastic:///settings/mqtt` | MQTT |\n| `meshtastic:///settings/paxCounter` | Pax Counter |\n| `meshtastic:///settings/rangeTest` | Range Test |\n| `meshtastic:///settings/ringtone` | Ringtone |\n| `meshtastic:///settings/serial` | Serial |\n| `meshtastic:///settings/storeAndForward` | Store \u0026 Forward |\n| `meshtastic:///settings/telemetry` | Telemetry |\n| **TAK** | |\n| `meshtastic:///settings/tak` | TAK Config |\n| **Logging** | |\n| `meshtastic:///settings/debugLogs` | Debug Logs |\n| **Developers** | |\n| `meshtastic:///settings/appFiles` | App Files |\n| `meshtastic:///settings/firmwareUpdates` | Firmware Updates |\n\n## Release Process\n\nFor more information on how a new release of Meshtastic is managed, please refer to [RELEASING.md](./RELEASING.md)\n\n## License\n\nThis project is licensed under the GPL v3. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeshtastic%2Fmeshtastic-apple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeshtastic%2Fmeshtastic-apple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeshtastic%2Fmeshtastic-apple/lists"}