Skip to content

Pingu v1.0.6

Choose a tag to compare

@github-actions github-actions released this 01 Jul 17:14
· 7 commits to master since this release
ebf791d

🚀 Pingu v1.0.6

A modern ping utility with beautiful CLI output and comprehensive network analysis.

🔄 What's Changed

  • doc(README): update badges for release workflow and remove outdated ones
  • fix(install.sh): improve non-interactive mode handling for upgrades

📦 Installation

One-line installer (recommended):

curl -fsSL https://raw.githubusercontent.com/ali-master/pingu/master/scripts/install.sh | sh

Manual Downloads:

Linux x86_64:

curl -L https://github.com/ali-master/pingu/releases/download/v1.0.6/pingu-linux-amd64 -o pingu
chmod +x pingu && sudo mv pingu /usr/local/bin/

Linux ARM64:

curl -L https://github.com/ali-master/pingu/releases/download/v1.0.6/pingu-linux-arm64 -o pingu
chmod +x pingu && sudo mv pingu /usr/local/bin/

macOS Intel (x86_64):

curl -L https://github.com/ali-master/pingu/releases/download/v1.0.6/pingu-macos-amd64 -o pingu
chmod +x pingu && sudo mv pingu /usr/local/bin/

macOS Apple Silicon (ARM64):

curl -L https://github.com/ali-master/pingu/releases/download/v1.0.6/pingu-macos-arm64 -o pingu
chmod +x pingu && sudo mv pingu /usr/local/bin/

Windows x86_64:

Invoke-WebRequest -Uri "https://github.com/ali-master/pingu/releases/download/v1.0.6/pingu-windows-amd64.exe" -OutFile "pingu.exe"

✨ Key Features

  • 🎨 Beautiful terminal UI with responsive design and gradient colors
  • 📊 Real-time network monitoring with live charts and animations
  • 🔍 Comprehensive network analysis (jitter, packet loss, quality scoring)
  • 📱 Adaptive layouts for different terminal sizes
  • 🌐 Cross-platform support (Linux, macOS, Windows)
  • 📁 Export results to JSON for further analysis
  • ⚡ Single binary with no runtime dependencies
  • 🎯 Advanced metrics and streak analysis

🐧 Quick Start

# Basic usage
pingu google.com

# Advanced options
pingu -c 20 --chart --export 8.8.8.8

# View all options
pingu --help

Full Changelog: v1.0.5...v1.0.6