Skip to content
← All Projects
Mustr

Mustr

Previous engagement

Mustr is a defense-focused mobile application by Adyton that streamlines organization-wide communication to quickly and securely mobilize and account for personnel. Deployed across all Special Forces Groups, Mustr enables real-time personnel accountability and status tracking, works offline and in restricted connectivity environments, and generates structured operational data for enterprise AI decision-making. IL5-compliant with zero-trust architecture.

Key Features

  • Real-time personnel accountability and status tracking
  • Secure mobile-first communication with zero-trust architecture
  • Works offline and in restricted connectivity (D3) environments
  • Operates on personal or government-issued devices
  • IL5-compliant with flexible SSO and granular data protection
  • Deployed across all Special Forces Groups managing $5B+ in equipment

The challenge

Personnel accountability in military operations is mission-critical and, until recently, manual. The status and location of every team member lived in trackers, phone trees, and spreadsheets, and during a crisis staff officers spent hours maintaining them, hours taken directly from the operation itself. The operating environment is what makes this harder than it sounds. The tooling has to work with no connectivity, intermittent connectivity, or deliberately restricted communications, the D3 conditions where a system that assumes a network is a system that fails exactly when it matters. It has to run on whatever device a person actually carries, personal or government-issued. And it has to meet Impact Level 5 requirements, which is not a certification applied at the end but a constraint shaping every data model and endpoint from the first decision onward.

The approach

Mustr is offline-first by architecture rather than by fallback. All critical data lives on-device in a local-first model with conflict resolution, a sync engine reconciles bidirectionally whenever connectivity returns, actions taken offline are queued and executed on reconnect, and the app communicates sync status plainly without disrupting the user's workflow. IL5 and zero-trust shaped the rest: every request authenticated and authorized regardless of network location, encryption at rest, in transit, and in processing, access control granular down to the atomic data element, flexible SSO against military identity providers, and audit logging of every action. Flutter and Dart give one codebase across a heterogeneous device fleet, which also means one security surface to audit and maintain rather than several. AWS microservices back the platform; the accountability engine runs in six steps: a commander broadcasts a check, notifications push while clients also poll for pending checks, personnel respond with status, the dashboard aggregates in real time, unreported personnel escalate with increasing urgency, and a timestamped report closes it out.

The outcome

Mustr is deployed across all Special Forces Groups in the U.S. military as part of Adyton's Operations Kit, the broader platform managing $5B+ in equipment. The accountability process that previously took hours of phone calls and spreadsheet updates now completes in minutes, and every check, status change, and communication it records becomes structured operational data feeding enterprise AI decision-making above the level of the individual unit. Four lessons came out of the build. Security is architecture rather than a layer: a consumer app cannot have security added to it afterwards, so every data model, endpoint, and interaction was designed against IL5 from the first day. Offline-first is genuinely hard computer science, with conflict resolution, sync ordering, and data integrity guarantees sitting under what the user experiences as a sync indicator. Military UX is consumer UX under pressure, which meant large touch targets, minimal navigation depth, clear status indicators, and zero ambiguity for operators working against the clock. And trust is earned through reliability, one deployment and one training session at a time, because defense organizations do not adopt new tools easily and are right not to.

Tech Stack

FlutterDartAWSMicroservices