Offline MGRS navigation and proximity team coordination for small teams (2-8 people). No cell service needed.
Built on the MGRS engine from Red Grid MGRS. Field Link adds zero-config proximity sync over Bluetooth and WiFi Direct -- your team appears on the map the moment they're in range.
Available now on iOS. Android version coming soon.
| Map & Team | Grid View | Field Link | Ghost Markers |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
| AAR Export | Tactical Themes | Tools | Onboarding |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Live Military Grid Reference System coordinates with 1-meter precision. GPS Kalman filter for smooth, accurate position tracking. MGRS grid overlay on offline maps from GZD down to 100m resolution. Bearing, distance, dead reckoning, resection, pace count (with accelerometer step detection), declination, and coordinate conversion tools. NATO phonetic voice readout for hands-free grid calls.
Zero-config proximity sync over BLE + WiFi Direct (Android) / AWDL (iOS). Devices within range automatically discover each other and share encrypted position and marker data. No internet required. No pairing codes. No servers.
- 2-8 devices per session
- AES-256-GCM encryption with ECDH P-256 ephemeral session keys
- Tiered session security: Open, PIN, or QR code authentication
- Delta payloads under 200 bytes per position update
- Ghost markers with time-decay visualization when teammates disconnect
- Velocity vectors project last-known movement direction
- Expedition Mode: <3% battery/hr (BLE-only, 30s updates)
- Ultra Expedition Mode: <2% battery/hr (BLE-only, 60s updates)
- Auto-reconnect with exponential backoff on disconnect
Download map packs from USGS Topo (public domain) and OpenTopoMap for full offline operation. Maps are cached locally as MBTiles with MGRS grid lines rendered as a dynamic overlay.
One engine, four presentation layers. Terminology, icons, and quick actions adapt to your mission:
- Search & Rescue -- sector assignments, clue markers, search patterns
- Backcountry -- camp, waypoint, and trail navigation
- Hunting -- stand locations, game sightings, property boundaries
- Training -- exercise objectives, rally points, phase lines
Dead Reckoning, Resection, Pace Count, Bearing/Back Azimuth, Coordinate Converter (MGRS/Lat-Lon/DMS/UTM), Range Estimation, Slope Calculator, ETA/Speed Calculator, Magnetic Declination, Celestial Navigation, MGRS Precision Reference.
One-tap PDF export: map snapshot, mission timeline, track data, timestamps, team roster, markers, and session log. Share via AirDrop, file share, or any local transfer.
Red Light (night vision, free), NVG Green (Pro), Day White (Pro), Blue Force (Pro).
Open Red Grid Link and your MGRS position appears on the offline map. Navigate using bearing, distance, and dead reckoning tools -- identical to Red Grid MGRS but with a full map view and 11 tactical tools.
- Start a session -- tap one button to begin broadcasting over BLE
- Set security -- choose Open, PIN, or QR code authentication
- Teammates appear -- any device running Red Grid Link within range (~50-100m open, 20-60m woods) is automatically discovered
- Positions sync -- AES-256-GCM encrypted delta updates flow between all devices at configurable intervals
- Ghosting -- if a teammate moves out of range, their last-known position remains on your map with time-decay opacity (100% to outline over 30 minutes)
- Reconnect -- when a ghost comes back in range, their marker snaps to live position
No accounts. No servers. No cell service. No configuration. It just works.
| Feature | Free | Pro | Pro+Link | Team |
|---|---|---|---|---|
| MGRS Navigation | Yes | Yes | Yes | Yes |
| All Operational Modes | Yes | Yes | Yes | Yes |
| 11 Tactical Tools | Yes | Yes | Yes | Yes |
| Field Link (2 devices) | Yes | Yes | Yes | Yes |
| All Themes | -- | Yes | Yes | Yes |
| Unlimited Map Downloads | -- | Yes | Yes | Yes |
| AAR Export | -- | Yes | Yes | Yes |
| Full Field Link (8 devices) | -- | -- | Yes | Yes |
| Team Management | -- | -- | -- | Yes |
Pricing:
- Free -- All modes, 2-device Field Link, 1 map region, Red Light theme
- Pro -- $3.99/mo or $29.99/yr
- Pro+Link -- $5.99/mo or $44.99/yr (Pro + full 8-device Field Link)
- Team -- $199.99/yr (8 seats, includes Pro+Link for all members)
- Lifetime -- $99.99 one-time (Pro+Link forever)
| Data | Collected | Stored | Transmitted |
|---|---|---|---|
| GPS location | In use only | Local session DB | Field Link peers only (encrypted) |
| Field Link positions | Active session | Ephemeral | AES-256-GCM encrypted, device-to-device |
| Map tiles | Downloaded | Local MBTiles | Standard HTTPS to tile servers |
| Waypoints & markers | User-created | Local only | Field Link peers only (encrypted) |
| After-Action Reports | User-generated | Local only | Never |
| Device identifiers | Never | Never | Never |
No accounts. No analytics. No ad networks. No third-party data SDKs. Privacy-safe crash reporting (Sentry, release mode only — no location data transmitted). In-app purchases processed by Apple/Google -- Red Grid Link never sees your payment details. Full details in PRIVACY.md.
git clone https://github.com/RedGridTactical/RedGridLink.git
cd RedGridLink
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
flutter runRequires Flutter SDK. Currently targeting iOS -- Android support is planned. All free features work from source. Pro features require a valid purchase through Apple. Field Link requires Bluetooth and location permissions on physical devices.
Full roadmap with feature checklists: ROADMAP.md
| Version | Target | Theme | Highlights |
|---|---|---|---|
| V1.0 | Complete | Foundation | MGRS nav, Field Link (BLE+WiFi Direct), 11 tools, AAR PDF, offline maps, 4 themes, IAP |
| V1.1 | Complete | Field Hardening | Kalman filter, step detector, Peer HUD, Ultra Expedition, auto-reconnect, map downloads, Sentry, l10n, Help/About |
| V1.2.1 | Complete | Reliability | Field Link session fix, waypoint persistence, relative bearing arrow, demo mode |
| V1.3 | Q3 2026 | Team Features | Team roles, waypoint sharing, route planning, boundary alerts, shared annotations |
| V2.0 | Q4 2026 | Intelligence | Elevation profiles, line-of-sight, weather overlay, terrain analysis, contour lines |
| V2.1 | Q1 2027 | Advanced Nav | Track recording, GPX import/export, navigate-to-waypoint, coordinate formats |
| V3.0 | Q2 2027 | Connected Ops | Cloud relay, web dashboard, mesh networking, session scheduling, API |
| V3.1 | Q3 2027 | Sensors | Garmin inReach, ATAK interop, external GPS, drone overlay |
| V4.0 | Q4 2027 | Training | Scenario builder, instructor mode, scoring, AR compass, certification tracking |
- Security audits and cryptographic library updates
- Battery performance optimization
- Map tile source expansion
- Test coverage expansion (target 90%+)
- Store listing optimization and A/B testing
Red Grid Link is built in the open. We welcome bug reports, feature requests, and pull requests.
- Report a bug: Open an issue
- Request a feature: Start a discussion
- Submit a PR: Fork, branch, and open a pull request
See the Roadmap for planned features and where help is needed.
- Red Grid MGRS -- solo MGRS navigator (React Native / Expo)
MIT + Commons Clause -- free for personal non-commercial use. Commercial and organizational deployment requires written permission.
Contact: [email protected]
Your team. Your grid. No cell towers required.
If Red Grid Link helps you stay coordinated in the field, give it a star and share it with your team.







