Download PingRoute

Free and open source under the LGPL-2.1 license. Available for macOS, Windows, Linux, iOS, and Android.

Microsoft Store

The easiest way to install PingRoute on Windows. Automatic updates included.

Get it on Microsoft Store

Build from source

PingRoute is a Flutter application. Requires the Flutter SDK (3.8.0 or newer) and a native build toolchain for your target OS.

Clone & install dependencies
git clone https://github.com/HarmanPreet-Singh-XYT/PingRoute.git
cd PingRoute
flutter pub get

macOS

flutter run -d macos

Xcode & Command Line Tools (xcode-select --install)

Windows

flutter run -d windows

Visual Studio 2022 with Desktop development with C++

Linux

flutter run -d linux

clang, cmake, ninja-build, libgtk-3-dev

Mobile (iOS & Android)
iOS

Run via flutter run -d ios with Xcode installed.

Android

Run via flutter run -d android with an emulator or device attached.

Run flutter test to execute the test suite after installing dependencies.