Skip to content

Releases: zien95/NetScope

NetScope 1.0.1

Choose a tag to compare

@zien95 zien95 released this 25 Aug 18:20

NetScope 1.0.1 — Mobile native-network hotfix

This release fixes Android and iOS builds incorrectly falling back to browser-only diagnostics.

Android

  • Adds a native Capacitor bridge for the active interface, local IPv4 address, default gateway, DNS servers, connection type, memory, storage, OS, and CPU information.
  • Runs ping through Android's native ping command.
  • Runs traceroute when the device firmware provides the required command; otherwise NetScope reports the Android limitation explicitly.
  • Requests only INTERNET and ACCESS_NETWORK_STATE. No location or dangerous runtime permission is requested.

NetScope-android-sideload.apk is debug-signed for direct installation. NetScope-android-unsigned.apk is the unsigned release artifact for downstream signing.

iPhone and iPad

  • Adds a native Capacitor bridge for the active interface, local IPv4 address, connection type, memory, storage, OS, and CPU information.
  • Gateway discovery, ICMP ping, and traceroute are labeled as restricted by iOS instead of incorrectly blaming the browser.

NetScope-unsigned-sideloadly.ipa is an unsigned arm64 device IPA intended for signing with your own Apple ID or certificate through a compatible sideloading tool such as Sideloadly.

Verification

  • Android version: 1.0.1 (versionCode 2), package com.netscope.app
  • iOS version: 1.0.1 (build 2), bundle com.netscope.app
  • Automated test suite: 12 passed
  • Dependency audit: 0 vulnerabilities
  • SHA-256 hashes: see SHA256SUMS.txt

Desktop packages are unchanged and remain available in the NetScope 1.0.0 release.

NetScope 1.0.0

Choose a tag to compare

@zien95 zien95 released this 25 Aug 10:00

NetScope 1.0.0

NetScope is a privacy-first network diagnostics application with ping, DNS lookup, traceroute, IPv4 subnet calculation, connection diagnosis, device/network information, and download/upload speed testing in Mbps.

Downloads

  • Windows x64: installer or portable executable
  • macOS Apple Silicon: DMG or ZIP
  • Linux x64: AppImage, Debian package, or tarball
  • Android 7+: debug-signed direct-sideload APK, plus an unsigned release APK for downstream signing
  • iPhone/iPad (iOS 15+): unsigned arm64 IPA packaged for Sideloadly or another user-authorized sideloading workflow

Signing notice

The Windows and macOS packages do not have commercial code-signing identities. macOS uses only its build-time ad-hoc signature. The Android direct-sideload APK uses the standard Android debug certificate. The separate Android release APK and iOS IPA are unsigned as labeled. Operating systems may display security warnings; verify downloads using SHA256SUMS.txt.

Privacy and license

NetScope contains no analytics, behavioral tracking, usage telemetry, or automatic crash telemetry. History is off by default. Every new user must accept the bundled EULA before using the application.

NetScope is free of charge but proprietary. See the repository EULA, privacy notice, third-party notices, and security policy for details.