Skip to content

Pingu v1.0.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 17:26
2041634

🚀 Pingu v1.0.7

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

🔄 What's Changed

  • refactor(package.json): switch test commands to use bun instead of pnpm
  • refactor(app): simplify stats display layout for better readability
  • doc(README): add demo image for enhanced visual appeal
  • chore(deps): update dependencies for improved stability and performance
  • chore(deps): update dependencies for ink, chalk, and types
  • chore(package.json): add publishConfig for public access
  • chore(package.json): bump version to 1.0.6 for release

📦 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.7/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.7/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.7/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.7/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.7/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.6...v1.0.7