Skip to content

Colota - GPS Location Tracker

F-Droid

Open source

Self-hosted GPS tracker. Open source, geofencing, offline mode, no telemetry

Version
1.12.1
Size
44 MB
Updated
Jul 15, 2026
Get from Download APK (v1.12.1)
Signing certificate on record

About this app

Colota is an open-source GPS tracking app that sends your location to your own server over HTTP(S). It works offline, supports geofencing, and doesn't share any data except with your configured backends.

Features

• Self-Hosted - Works with Dawarich, GeoPulse, Home Assistant, OwnTracks, PhoneTrack, Reitti, Traccar or any custom backend that accepts JSON over HTTP

• Privacy First - No analytics, no telemetry, no third-party SDKs. Licensed under AGPL-3.0

• Works Offline - Fully functional without a server. Locations are queued locally and synced when connectivity returns. Export as CSV, GeoJSON, GPX or KML

• Offline Maps - Download map areas to the device for use without an internet connection

• Scheduled Export - Automatic daily, weekly or monthly exports to a local directory with file retention management

• Location History - Daily summaries, trip segmentation, calendar with activity dots and per-trip export

• Reliable Tracking - Foreground service, auto-start on boot and exponential backoff retry

• Geofencing - Pause zones that automatically stop recording locations

• Tracking Profiles - Automatically adjust GPS interval, distance filter and sync settings based on conditions like charging, car mode or speed

• Flexible Sync - Instant, batch or offline modes. Restrict sync to Wi-Fi, a specific SSID or VPN

• App Shortcuts - Long-press the app icon to start or stop tracking directly from the home screen. Compatible with automation apps like Tasker and Samsung Routines

• Quick Setup - Configure devices via colota://setup deep links or QR codes

• Authentication - Basic Auth, Bearer Token or custom headers

• Dark Mode - Full light and dark theme support

The FOSS variant uses Android's native LocationManager and has no Google Play Services dependency.

Licensed under AGPL-3.0-only, by Max Dietrich.

OfficialSignature VerifiedOpen Source

What's New in v1.12.1

Imported from the F-Droid repository index.

  • - FOSS variant: faster and more accurate fixes on Android 12+ via the platform fused location provider, with GPS fallback on older versions

Version history

v1.12.1Latest
Signature continuous

Jul 15, 2026 · 44 MB · Android API 2636 · code 42

Imported from the F-Droid repository index.

  • - FOSS variant: faster and more accurate fixes on Android 12+ via the platform fused location provider, with GPS fallback on older versions
INTERNETACCESS_FINE_LOCATIONACCESS_COARSE_LOCATIONACCESS_BACKGROUND_LOCATIONFOREGROUND_SERVICEFOREGROUND_SERVICE_LOCATIONFOREGROUND_SERVICE_DATA_SYNCPOST_NOTIFICATIONSACCESS_NETWORK_STATEACCESS_WIFI_STATEACCESS_LOCAL_NETWORKRECEIVE_BOOT_COMPLETEDREQUEST_IGNORE_BATTERY_OPTIMIZATIONSWAKE_LOCKcom.Colota.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

SHA-256 7d366370e4d29dfa8eee7c1fe361ee7c132e4822e85109d0d2b7940771560250

v1.12.0
Signature continuous

Jul 10, 2026 · 44 MB · Android API 2636 · code 41

Imported from the F-Droid repository index.

  • - Share your setup as a link: pick which settings, geofences and profiles to include from the new Share Setup screen in Settings.
  • - Fixed tracking stopping after an app update.
  • - GeoJSON export is now using MultiPoint instead of Point
  • - update com.google.android.gms:play-services-location to v21.4.0
INTERNETACCESS_FINE_LOCATIONACCESS_COARSE_LOCATIONACCESS_BACKGROUND_LOCATIONFOREGROUND_SERVICEFOREGROUND_SERVICE_LOCATIONFOREGROUND_SERVICE_DATA_SYNCPOST_NOTIFICATIONSACCESS_NETWORK_STATEACCESS_WIFI_STATEACCESS_LOCAL_NETWORKRECEIVE_BOOT_COMPLETEDREQUEST_IGNORE_BATTERY_OPTIMIZATIONSWAKE_LOCKcom.Colota.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

SHA-256 8407224ef77fcde01471c94e83fd47244ac3800d48ec027d1c4b6a75faec84a9

v1.11.0
Signature continuous

Jun 16, 2026 · 43.7 MB · Android API 2636 · code 40

Imported from the F-Droid repository index.

  • - Add notes to individual points. Tap a point on the map in Location History or a trip to annotate it.
  • - Exports now include bearing and battery status for every point, in all formats.
  • - Tracking now auto-resumes when you connect a charger after a low-battery stop.
  • - Tracking profiles support an activation delay.
INTERNETACCESS_FINE_LOCATIONACCESS_COARSE_LOCATIONACCESS_BACKGROUND_LOCATIONFOREGROUND_SERVICEFOREGROUND_SERVICE_LOCATIONFOREGROUND_SERVICE_DATA_SYNCPOST_NOTIFICATIONSACCESS_NETWORK_STATEACCESS_WIFI_STATEACCESS_LOCAL_NETWORKRECEIVE_BOOT_COMPLETEDREQUEST_IGNORE_BATTERY_OPTIMIZATIONSWAKE_LOCKcom.Colota.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

SHA-256 386d9c42c23d7d87e9ef6665a7a76b3fe9c2903977b95590b45bd79af635fb6d

Will it run on your device?

CompatibilityVery likely to run

92%

  • Runs on a broad range of modern Android versions.
  • Multiple CPU architectures are covered.
  • Aligned with the latest Android target SDK expectations.
What changed in this release
Size delta
0 MB
Added permissions
None
Removed permissions
None

Installation Guide

1

Open Settings on your Android device

2

Go to Security → Unknown sources (or Install unknown apps)

3

Enable "Allow from this source" for your browser or file manager

4

Open the downloaded APK file from your Downloads folder

5

Tap "Install" and wait for installation to complete

6

Launch the app from your home screen

Make sure to re-enable Unknown Sources restrictions after installation for security.

How to install this safely

How to verify the file you downloaded

Before you install anything, confirm the file is the one described here. On a computer, run shasum -a 256 your-download.apk (macOS or Linux) or certutil -hashfile your-download.apk SHA256 (Windows), then compare the output character-for-character with the SHA-256 on this page. If a single character differs, the file is not the build we recorded — delete it.

What the signing certificate proves

Every Android app is signed with a private key that only its developer holds. The fingerprint on this page is a hash of the matching public certificate, and it proves continuity rather than identity: it tells you a build came from whoever signed the earlier ones. Android enforces this at install time — if a package claiming to be com.Colota is signed with a different key, the system will refuse to install it over your existing copy. A fingerprint that changes between releases is worth pausing on, because a repackaged app that has been modified by someone else cannot keep the original signature.

How to roll back to an earlier version

If the current release misbehaves, 1.12.0 is the last build before it. Android will not install an older version code over a newer one, so you must uninstall Colota - GPS Location Tracker first — which clears its local data unless you have a backup. Reinstall the older APK only if its signing fingerprint matches the build you already trust, and check the API range: an older release may target an Android version your device has moved past.

Why we list sources instead of hosting everything

The official store channel is almost always the right choice: it updates automatically and carries the publisher's own distribution guarantees. A direct APK is useful when a device has no store access, when a rollout has not reached your region, or when you need a specific version — and only when the publisher has authorized that copy. APKBrowse does not list pirated, cracked, or unauthorized rebuilds of Colota - GPS Location Tracker, and a listing is removed when the evidence for it stops holding up.

Get Colota - GPS Location Tracker

Every source we list for com.Colota is legality-reviewed. Pirated or cracked builds are never offered.

Other sources

F-Droid listing

official

F-Droid builds this app from source and signs it. This is its official listing, with older builds and full release notes.

Source code

verified publisher

The upstream repository this build is compiled from.

We check legality and signature continuity, but device behaviour still varies. Install at your own discretion.

App Information

Developer
F-Droid
Category
Travel Navigation
Android
8.0+
Architectures
arm64-v8a, armeabi-v7a, x86, x86_64
Version
1.12.1 (code 42)
Size
44 MB
Updated
Jul 15, 2026
Package name
com.Colota

Security Verification

File integrity
SHA-256 recorded
Signing certificate
Fingerprint on record
Official source
Download APK (v1.12.1)

We record provenance; we do not run malware scans. Verify the hash yourself before installing.

SHA-256 Hash

7d366370e4d29dfa8eee7c1fe361ee7c132e4822e85109d0d2b7940771560250

Signing certificate

4f6fefa8f6c4b0a968e03cd253c5e0aa1e5bf01c567975c6694f6c1f4a5d89c9

Permissions Required

INTERNET
ACCESS_FINE_LOCATION
ACCESS_COARSE_LOCATION
ACCESS_BACKGROUND_LOCATION
FOREGROUND_SERVICE
FOREGROUND_SERVICE_LOCATION
FOREGROUND_SERVICE_DATA_SYNC
POST_NOTIFICATIONS
ACCESS_NETWORK_STATE
ACCESS_WIFI_STATE
ACCESS_LOCAL_NETWORK
RECEIVE_BOOT_COMPLETED
REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
WAKE_LOCK
com.Colota.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

Previous Versions

Signature verified

The signing certificate fingerprint for this release is on record, so a build that does not match it did not come from this publisher.

Report a problem with this listing

A listing is only as good as its corrections. If a source is broken, a signature looks wrong, or this app should not be here, tell the moderation team.

Report a problem