New Mobile Apps

June 22, 2025

We recently completed a full rewrite of our mobile applications-both Traccar Client and Traccar Manager.

The new apps are built on the Flutter cross-platform framework, allowing us to share a single codebase across iOS and Android. This was one of the main reasons for the rewrite. While functionality is currently on par with the legacy apps, sharing code will let us deliver new (and frequently requested) features much faster.

Traccar Manager

Traccar Manager is essentially a thin wrapper around the Traccar web app, but it offers capabilities that a browser alone cannot provide-for example, securely storing the access token, using biometrics for login, and supporting native push notifications.

The new version is largely identical to the old one, but there are a few notable improvements:

Traccar Client

Traccar Client received larger updates. We iterated extensively to make it highly configurable and suitable for many use cases.

For an in-depth look at the new tracking logic, see the Philosophy of Operation in the background location SDK documentation.

For configuration details, refer to the Traccar Client configuration guide.

Discuss it on the forum.