Scroll
GPS hardware · Location APIs · Map data

Location infrastructure for the real world.

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.

PLATFORM ACTIVE - HARDWARE + API READY
Farun map software and GPS navigation interface
Overland Mode
Precision GNSS Live
Maritime Mode
Standby

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 Platform

Choose hardware, APIs or both.

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.

For Developers

Location APIs for software teams.

Routing, search, elevation, tiles and isochrones pay-as-you-go via RapidAPI. Independent from the GPS Navigator hardware.

route.js
// 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),
});
Console output 200 OK
distanceKm:'1432.1'
etaMinutes:939
Via RapidAPI · Pay-as-you-go Try live demo →

GPS Navigator

Built for land, sea and everything between.

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.

Farun Front Interface

Offline Navigation Engine

Calculate routes, search PoIs, and render rich map tiles purely on-device. Road, terrain, or nautical - no internet required.

Farun Antenna System

Dedicated GNSS Engine

High-gain internal antennas secure reliable satellite locks to ensure accurate routing in challenging environments, completely independent of cell towers.

Power Source
5V Continuous
Positioning
Precision GNSS
Mounting
Dash / Marine
Maps
3D Visualization

How It Works

The entire map lives on board.

All the maps, routes, and terrain data live inside the device itself. No cloud, no server, no connection needed - it computes everything on board.

Precision GNSS

Pinpoint Location

Farun Core
  • Storage High Endurance Storage
  • Compute Offline Routing
  • Power 5V Continuous

Navigation Display

Instant On-Screen Results

Core Capabilities

Everything built into the device.

Every feature runs directly on the device. Maps, routes, terrain, and marine charts - all stored onboard, all available instantly.

Vector Cartography

High-compression, beautifully rendered offline map tiles. Seamless zooming and panning powered entirely by onboard storage.

Turn-by-Turn Routing

Reliable, algorithm-driven routing that calculates the most efficient path to your destination without ever pinging a remote server.

Rich POI Database

A massive, searchable local library of Points of Interest. Find everything from remote campsites and trailheads to critical emergency services.

30m Elevation Topo

Highly accurate topographical mapping for planning trail gradients, line-of-sight estimates, and understanding the physical terrain ahead.

Range Visualizer

See exactly how far you can travel from your current position based on your speed and route.

Marine Mode

Switch effortlessly to aquatic environments. Access offline marine cartography, water boundaries, and calculate safe nautical routes instantly.

Maritime Engine

Beyond the shoreline.

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.

  • Live Range Map Based on Speed & Heading
  • Offline Marine Charts & Water Depths
  • Nautical Points of Interest
100 NM
50 NM
25 NM
70.0 NM Reach
Speed: 35 knots
2-Hour Projection
70.0 NM
Isochrone Radius

Spatial Data Infrastructure

Global spatial data for routing, terrain, and navigation.

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.

Routing & Navigation

  • Global Transport Routing
  • Vector Tile Data
  • Turn-by-Turn Nav Data
  • Global PoI Database

Topography & Urban

  • 30m Elevation Data
  • 30m Land Use Divides
  • 3D Building Geometries
  • Population Density Available at 30m, 100m & 1km

Hydrology & Environment

  • Global Water Bodies Data
  • Coastal & Waterway Boundaries
  • Seasonal Water Change 40-year historical dataset
  • Land Admin Boundaries

Deployment Models

Integrate it your way.

Remote Fleet

Fleet Management

Use Routing and Isochrone APIs to power dispatch, ETAs and operational planning. Deploy GPS Navigator hardware in vehicles that operate beyond reliable coverage.

Maritime Ops

Marine & Coastguard

Coastal mapping APIs for harbour operations and planning. GPS Navigator delivers fully offline onboard navigation for disconnected marine environments.

Emergency Ops

Disaster Response

Use cloud-based APIs to coordinate response zones, reachability and operational routing, while field teams navigate independently with fully offline GPS hardware.

Exploration

Expedition Navigation

Dedicated offline navigation for remote terrain, supported by deployable map infrastructure and routing systems built for extreme operating environments.

Pricing

Two products. Simple pricing.

Buy the GPS Navigator once or access location APIs pay-as-you-go. No lock-in on either side.

Farun in the wild

Ready to get started?

We are currently onboarding enterprise partners, independent research circles and early developers.