Farun gives teams two ways to build with location: GPS Navigator hardware for vehicles and field crews and APIs for routing, maps, elevation, search, and reachability inside your software.
2
Product Paths
GPS Navigator hardware for field teams and location APIs for software teams.
9
API Services
Routing, isochrones, elevation, search, vector tiles, static maps, and more.
30m
Terrain Data
Elevation and terrain context for risk models, route planning, field work, and navigation.
1
Data Platform
The same map and location foundation powers the device and API products.
Farun is built around one location-data platform. Use GPS Navigator when teams need a physical unit in the field or use APIs when the workflow lives inside your software.
Field Hardware
Dedicated navigation hardware for vehicles, vessels and field teams that need maps, route guidance, GNSS positioning and POI search on the move.
Explore product →Software APIs
Routing, isochrones, elevation, search and vector tiles for dispatch tools, dashboards, mobile apps, risk models and planning systems.
Explore APIs →Routing, search, elevation, tiles and isochrones pay-as-you-go via RapidAPI. Independent from the GPS Navigator hardware.
Directions, optimised multi-stop routes, travel time matrices, and isochrones.
Search places, resolve addresses, reverse-geocode positions and fetch place details.
Terrain altitude, slope and cumulative ascent for any coordinate or route path.
Serve vector tiles into any MapLibre, Mapbox GL, or Leaflet renderer.
// Route between two points
const route = await fetch("https://api.farun.io/v1/route", {
method: "POST",
headers: {
"X-RapidAPI-Key": process.env.FARUN_API_KEY,
"Content-Type": "application/json",
},
body: JSON.stringify({
locations: [
{ lon: 77.2090, lat: 28.6139 },
{ lon: 72.8777, lat: 19.0760 },
],
costing: "auto",
}),
}).then(r => r.json());
const leg = route.trip.legs[0].summary;
console.log({
distanceKm: (leg.length).toFixed(1),
etaMinutes: Math.round(leg.time / 60),
}); Machined for extreme environments. Runs entirely on vehicle or vessel power, with a dedicated GNSS engine and massive onboard storage for maps, routes, and terrain data.
Calculate routes, search PoIs, and render rich map tiles purely on-device. Road, terrain, or nautical - no internet required.
High-gain internal antennas secure reliable satellite locks to ensure accurate routing in challenging environments, completely independent of cell towers.
All the maps, routes, and terrain data live inside the device itself. No cloud, no server, no connection needed - it computes everything on board.
Pinpoint Location
Instant On-Screen Results
Every feature runs directly on the device. Maps, routes, terrain, and marine charts - all stored onboard, all available instantly.
High-compression, beautifully rendered offline map tiles. Seamless zooming and panning powered entirely by onboard storage.
Reliable, algorithm-driven routing that calculates the most efficient path to your destination without ever pinging a remote server.
A massive, searchable local library of Points of Interest. Find everything from remote campsites and trailheads to critical emergency services.
Highly accurate topographical mapping for planning trail gradients, line-of-sight estimates, and understanding the physical terrain ahead.
See exactly how far you can travel from your current position based on your speed and route.
Switch effortlessly to aquatic environments. Access offline marine cartography, water boundaries, and calculate safe nautical routes instantly.
Farun seamlessly transitions from overlanding to open water. The same device works on open water. Navigate offline marine charts, check water depths, and see exactly how far your vessel can travel from your current position.
Farun maintains large-scale spatial datasets for routing, terrain, navigation and environmental analysis. These datasets power our APIs and navigation products across remote, industrial and infrastructure-limited environments.
Deployment Models
Use Routing and Isochrone APIs to power dispatch, ETAs and operational planning. Deploy GPS Navigator hardware in vehicles that operate beyond reliable coverage.
Coastal mapping APIs for harbour operations and planning. GPS Navigator delivers fully offline onboard navigation for disconnected marine environments.
Use cloud-based APIs to coordinate response zones, reachability and operational routing, while field teams navigate independently with fully offline GPS hardware.
Dedicated offline navigation for remote terrain, supported by deployable map infrastructure and routing systems built for extreme operating environments.
Buy the GPS Navigator once or access location APIs pay-as-you-go. No lock-in on either side.
Hardware
A one-time purchase. Mount it on your dashboard or marine helm and navigate offline, anywhere. Single unit, fleet pack and enterprise deployment options available.
Developer APIs
Pay-as-you-go. Routing, search, elevation, tiles and isochrones starting at $0.07 per 1,000 requests. Free tier available - no credit card required.
We are currently onboarding enterprise partners, independent research circles and early developers.