GPS Software for Linux

View 20 business solutions
GPS Linux Clear Filters

Browse free open source GPS software and projects for Linux below. Use the toggles on the left to filter open source GPS software by OS, license, language, programming language, and project status.

  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    GPXSee

    GPXSee

    GPS log file viewer and analyzer

    GPS log file viewer and analyzer with support for GPX, TCX, KML, FIT, IGC, NMEA, SLF, SML, LOC, GPI, GeoJSON and OziExplorer files.
    Leader badge
    Downloads: 5,027 This Week
    Last Update:
    See Project
  • 2
    Viking GPS data editor and analyzer

    Viking GPS data editor and analyzer

    Viking is a free/open source program to manage GPS data

    Viking is a free/open source program to manage GPS data. You can import, plot and create tracks, routes and waypoints, show OSM, Bing Aerial and other maps, geotag images, create routes using OSRM, see real-time GPS position (not in Windows), make maps using Mapnik (not in Windows), control items, etc. It is written in mostly in C (with some C++) & the GTK+3 toolkit. Viking is currently dual managed - with a corresponding Github presence at: https://github.com/viking-gps/viking Where you may find it easier to view the code and raise issues there too.
    Leader badge
    Downloads: 415 This Week
    Last Update:
    See Project
  • 3
    Terra Incognita

    Terra Incognita

    GPS mapping and management software

    Program for downloading web source maps or local files maps for various programs or GPS devices. Terra Incognita™ main features: navigating through map by simple clicking generating OziExplorer, Kmz, JNX, GPSdash or TrekBuddy calibrated map file possibility to use many web map sources Google Maps™, Bing™, Open street map ... managing of waypoints or tracks saved in gpx and many other formats selected user defined map area for saving simplified and easy user interface downloading and saving maps on background automatic split of very large areas to many smaller map files
    Leader badge
    Downloads: 235 This Week
    Last Update:
    See Project
  • 4
    Seeker

    Seeker

    Accurately Locate Smartphones using Social Engineering

    Seeker is an open source project that demonstrates how to obtain precise location information from devices using social engineering and web-based techniques. The tool sets up a phishing page that asks for location permissions, allowing GPS and other device data to be shared if the user consents. It can capture latitude, longitude, accuracy, altitude, direction, and even speed, with results displayed in a terminal. The project supports both manual deployment and tunneling services like Ngrok for external access. While primarily intended as an educational resource on security awareness, it highlights the risks of exposing geolocation data online. Its simplicity and effectiveness have made it a popular project in cybersecurity learning circles.
    Downloads: 22 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Traccar

    Traccar

    Traccar GPS Tracking System

    The Traccar software offers exceptional performance and stability, whether it is installed on Windows, Linux, or any other platform. The server can be hosted on-premise or in the cloud, and we provide various hosted options with professional support. Traccar stands out among GPS tracking systems on the market by supporting a vast array of protocols and device models. Whether you prefer low-cost, no-name GPS trackers or high-end, quality brands, Traccar enables you to choose from a wide selection of vendors. Traccar offers a modern and comprehensive web interface that is optimized for both desktop and mobile devices. Additionally, we offer native mobile applications for both Android and iOS platforms. Moreover, we provide a suite of applications that can transform mobile devices into GPS trackers.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 6
    GPS Datalogger Device Control
    i-Blue 747 / i-Blue 757 / Qstarz BT-Q1000 / i.Trek Z1 / Konet BGL-32 / Holux M-241 / ... control SW (for Java Phones, PalmOS, WinCe (PPC), Java platforms, Windows, Linux, and MacOS). Compatible with most MTK GPS Chipset based loggers.
    Downloads: 53 This Week
    Last Update:
    See Project
  • 7

    JGPSTrackEdit

    GPS track editor for editing tracks and planning (multiple) day tours

    JGPSTrackEdit is a tool for editing gps tracks and planning (multiple days) tours (GPS track editor). An abritary number of tracks may be opened or created, tracks may be merged. A track may be splitted, reversed or edited (e.g. compressed and corrected). Points may be inserted or appended to a track (routing supported) or may be moved or deleted from a track. Maps of several providers are available, the default map is OpenStreetMap. Currently supported track formats: Garmin gpx route, Garmin gpx track, Garmin tcx, kml and plain txt. JGPSTrackEdit my also be used to download tile images for later offline use by smartphone apps. JGPSTrackEdit is written in the java language. To run the software, a java runtime installation is required (may be obtained from https://www.java.com/de/download/ or https://openjdk.java.net/projects/jdk8/ or https://adoptopenjdk.net/) More information, including the user manual, may be found on the wiki pages (https://sourceforge.net/p/jgpst
    Leader badge
    Downloads: 46 This Week
    Last Update:
    See Project
  • 8
    UniversalIndentGUI
    A cross platform GUI for several code formatter, beautifier and indenter like AStyle, GNU Indent, GreatCode, HTML Tidy, Uncrustify and many more. Main feature is a live preview to directly see how the selected formatting option affects the source code.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 9
    EvilTransform

    EvilTransform

    Transport coordinate between earth(WGS-84) and mars in china(GCJ-02)

    eviltransform is a compact library for converting geographic coordinates between the global WGS-84 system (used by GPS) and the Chinese GCJ-02 system (used by many Chinese map services such as Google Maps China and AutoNavi). The project implements forward and inverse transformations (WGS→GCJ and GCJ→WGS) as well as a higher-precision inverse method (GCJ→WGS exact) that trades speed for sub-meter accuracy, and it includes a utility for computing geodesic distance in meters. It’s implemented (or ported) across many languages and platforms — you’ll find reference implementations in Go, C/C++/Obj-C, Java, JavaScript, Python, PHP, C#, Haskell, Rust, Swift, MATLAB and more — which makes it easy to drop into server, client, or mobile codebases. The README documents the API signatures and describes expected numeric accuracy (e.g., ~1–2 m for the standard inverse, <0.5 m for the exact inverse) and when to use each routine.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    opencpnplugins

    opencpnplugins

    Plugins for OpenCPN

    This project hosts various plugins for the OpenCPN chart plotter, which are not bundled with the core package. OpenCPN is a free software (GPLv2) project to create a concise chart plotter and navigation software, for use underway or as a planning tool. OpenCPN is developed by a team of active sailors using real world conditions for program testing and refinement.
    Downloads: 35 This Week
    Last Update:
    See Project
  • 11
    Orbit Determination Toolbox (ODTBX)

    Orbit Determination Toolbox (ODTBX)

    Advanced mission simulation and analysis tool

    The Orbit Determination Toolbox (ODTBX) is developed by the Navigation & Mission Design branch at NASA Goddard Space Flight Center as an advanced mission simulation and analysis tool used for concept exploration, proposal, early design phase, and/or rapid design center environments. ODTBX functions and utilities are combined in a flexible architecture that allows for modular development of navigation algorithms and simulations. The core ODTBX functionality is realized through a set of estimation commands that incorporate Monte Carlo data simulation, linear covariance analysis, and measurement processing at a generic level.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 12
    OpenGTS (Open Source GPS Tracking System) is a full featured web-based GPS tracking system for your fleet of vehicles. It supports OpenLayers and other map providers, detail/summary Reporting, and various GPS tracking devices.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13

    GPSBabel

    GPSBabel converts and transfers data like waypoints, tracks & routes.

    ** This site is of historical interest only. The project is active on www.gpsbabel.org and github. Some of the county/state files remain active, but no version of GPSBabel should be downloaded from this site. ** GPSBabel reads, writes, and manipulates GPS waypoints in a variety of formats. Over 100 supported formats include GPX, GeoJSON and Garmin serial and USB protocols, Geocaching Pocket Queries and *.loc and more! For Windows, Linux, Mac.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 14
    XCSoar

    XCSoar

    ... the open-source glide computer

    XCSoar is a tactical glide computer for Android, Linux, macOS, and Windows.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    Traccar (GPS tracking system)

    Traccar (GPS tracking system)

    Open source system for GPS tracking devices

    Open source server for GPS trackers. It includes support for popular devices: TK101, TK102, TK103, TK201, TK202, TK203, TK206, GPS-103, GL100, GL200, AVL-05, AVL-08, Mini MT, GT30i, GT60, VT300, VT310, VT400, PST-AVL01, PT60, PT300X, PT30, MVT340, MVT380, MVT600, GT30, GT30X, MT80, GT200, GT300, GT500, Datamax, ST210, ST900, ST910 and many others. Application includes embedded web server to track devices on map. Official web page: https://www.traccar.org/ Demo: https://www.traccar.org/demo-server/ Source code repository: https://github.com/tananaev/traccar Issues tracker: https://github.com/tananaev/traccar/issues
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16

    GPSInfo

    Apl. móvil de Información georeferenciada + visor 3D escritorio

    Plataforma de creación de información georeferenciada desde dispositivo móvil. Aplicación de escritorio 3D para explotación de la información. NEW: actualizada apk para soporte hasta Android 4.4 KitKat
    Downloads: 19 This Week
    Last Update:
    See Project
  • 17
    OpenGPSX Lazarus Component
    OpenGPSX Lazarus Component for GPS Interface programming. Decode NMEA messages, Display GPS skyplot view, Display GPS signal strength, Display target navigation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    A Tcl Package to read and write Shapefiles
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    GPS GPX Merge Program. Merge Routes for GPX exchange
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Fidelity Satellite Emulator Description It’s a GPS / GLONASS / GALILEO / BAIDU satellite signal simulator. * Up to 128 satellites simulation; * Selection coordinates on map; * NMEA 0183 output format; * Simulation packets GGA, GSA, GSV, RMC, VTG, ZDA, GLL, HDT; * 2 methods packet generation; * Output to serial; * Output to file; COM port emulator This application tested on com0com emulator. Can be downloaded hear http://sourceforge.net/projects/com0com Libraries If you have problems with running application, try installing Microsoft redistributables. Can be downloaded http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    Open Source GPS Tracking System. It allows to use mobile phones with J2ME support as mobile trackers and see its tracks on Google Maps online. There is a web RESTful API for GPS data input. See details on http://redmine.wannatrak.com
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    eGPXviewer

    eGPXviewer

    eGPXviewer is a 3D GPX track viewer

    eGPXviewer is a GPS track viewer capable of summarizing key data of input track GPS series, displaying the track's altitude & speed profile and provide interactive 3D perspective views of it. The GPS track data should be input from a GPX exchange formatted file which is typically obtained by downloading a GPX file from a GPS receiver/tracker (e.g. Garmin™) or an iOS™/Android™ tracker app. The GPX exchange format is a standard output file format available in most GPS tracker devices/applications. It is human readable text file written in XML. Read more about the GPX exchange file format here https://en.wikipedia.org/wiki/GPS_Exchange_Format. eGPXviewer is currently available for Win10 and Linux (Ubuntu/Mint, CentOS, OpenSUSE, Raspbian) operating systems. ™ Registered trademarks for the respective owners.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    openBmap

    openBmap

    a free and open map of wireless communicating objects

    openBmap collects data and provides open maps and statistics of all communicating objects: cellular antennas, wifi hotspots. All softwares from back-end to client are open-source under AGPL v3 license.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Karto

    Karto

    Tool to work on map data, to check the data and generate your own maps

    Karto allows to calibrate a scanned map (or aerial photos) with some known geo-points (Lambert, UTM, ...). After that, you can add any points (GPS points) in the map to build your own map. You can also add a transparent GIF image in the map after calibration (cave, mines, roads, ...). You can realize your own cartes with the data you add inside adding/showing/hiding layers of data. You can import/export your data files (after checking and correcting them) in differents formats.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    GPS and GSM Tracking (GG-Tracker)

    GPS and GSM Tracking (GG-Tracker)

    Track your mobile device or cellphone via internet using OpenGTS/GPRMC

    GG-Tracker tracks the location of your mobile device. It displays your position on the internet using Google Maps / Earth and uses live updates via ajax technology. GG-Tracker can run standalone or integrated on an existing webpage. The application is built using the template framework Bootstrap which makes it fully responsive (fits on any screen). Also the supporting files for Google Maps, Streetview and Earth are 100% responsive. GG-Tracker can potentially hook up to many different apps (iOS and Android) as long as they follow the OpenGTS or Garmin $GPRMC standards. The application itself runs on a standard Apache and MySQL setup.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB