A simple GUI for the ping
command-line utility built using Tauri.
Requires ping
to be in the PATH and for the output of ping
to have the following format:
<BYTES> bytes from <HOST>: icmp_seq=<SEQ> ttl=<TTL> time=<TIME> ms
ping: sendto: No route to host
Request timeout for icmp_seq <SEQ>
If your version of ping
doesn't work, create an issue or open a PR.
✅ macOS (Fully compatible)
❓ Windows (Untested)
❓ Linux (Untested)
- Install Tauri
- Install JS dependencies
yarn install
- Run tests
yarn test
- Run Tauri dev
yarn tauri dev
- (Optional) Build Tauri application
yarn tauri build
The source code is released under the MIT No Attribution license. Copyright notice is intentionally omitted.