Open-source satellite tracker and pass predictor for Android, inspired by Gpredict
Go to file
Arty Bishop dc0640f8de Added a few minor fixes to Dialogs and RadarScreen 2025-08-12 20:20:51 +01:00
.github/workflows v3.1.4 - Fixed leap year bug, various other minor fixes 2024-03-09 15:18:50 +00:00
app Added a few minor fixes to Dialogs and RadarScreen 2025-08-12 20:20:51 +01:00
data Implemented landscape support for MapScreen 2025-08-12 19:10:18 +01:00
domain Added a few minor fixes to Dialogs and RadarScreen 2025-08-12 20:20:51 +01:00
fastlane/metadata/android/en-US Reverted using SharedElement API and removing NavBar 2025-07-20 16:40:25 +01:00
gradle Added more tweaks to screens and dependencies 2025-08-01 19:27:19 +01:00
.editorconfig Added a basic .editorconfig file to the project 2025-07-20 16:36:01 +01:00
.gitignore Updated dependencies and gradle plugin, minor fixes 2025-07-20 16:37:15 +01:00
LICENSE
README.md Added Celestrak and SatNOGS links to the README.md 2022-03-03 20:28:32 +00:00
build.gradle.kts Updated dependencies and gradle plugin, minor fixes 2025-07-20 16:37:15 +01:00
gradle.properties Added shared TimerBar composable function 2025-07-20 16:36:09 +01:00
gradlew Added more tweaks to screens and dependencies 2025-08-01 19:27:19 +01:00
gradlew.bat Added more tweaks to screens and dependencies 2025-08-01 19:27:19 +01:00
settings.gradle.kts Updated dependencies and gradle plugin, minor fixes 2025-07-20 16:37:16 +01:00

README.md

Look4Sat: Satellite tracker

Look4Sat CI

Get it on Google Play Get it on F-Droid

Radio satellite tracker and pass predictor for Android, inspired by Gpredict

Track satellite passes with ease!

Thanks to the huge database provided by Celestrak and SatNOGS you have access to more than 5000 active satellites orbiting Earth. You can search the entire DB by satellite name or by NORAD catnum.

Satellite positions and passes are calculated relative to your location. To get reliable info make sure to set the observation position using GPS or QTH Locator in the Settings menu.

The application is built using Kotlin, Coroutines, Architecture Components and Jetpack Navigation. It is now and always will be completely ad-free and open-source.

Huge thanks to DownloadAstro team for their interest to the app and the interview published.

Main features:

  • Predicting satellite positions and passes for up to a week
  • Showing the list of currently active and upcoming satellite passes
  • Showing the active pass progress, polar trajectory and transceivers info
  • Showing the satellite positional data, footprint and ground track on a map
  • Custom TLE data import is available via files with TXT or TLE extensions
  • Offline first: calculations are made offline. Weekly update of TLE data is recommended.