Skip to content

netinfo is a fast, minimal, and reliable command-line utility to display your network and system information. Designed for troubleshooting, auditing, scripting, or simply checking your connection status, netinfo only shows verifiable and essential data.

License

Notifications You must be signed in to change notification settings

Bangkah/netinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netinfo

AUR version MIT License

netinfo is a fast, minimal, and reliable command-line utility to display your network and system information. Designed for troubleshooting, auditing, scripting, or simply checking your connection status, netinfo only shows verifiable and essential data.


Features

  • Show public and local IP addresses
  • Detect ASN and organization/ISP
  • Reverse DNS lookup
  • Estimate network type (Mobile/Fiber/DSL/Wireless/ISP)
  • Display system info: OS, kernel, architecture, hostname, terminal, shell
  • Detect VPN/proxy status (if available)

Installation

From AUR (Arch User Repository)

yay -S netinfo

Manual (local build)

git clone https://github.com/Bangkah/netinfo.git
cd netinfo
makepkg -si

Usage

netinfo

No options are required. The tool always outputs a full, structured report.

Example Output

User Network Info
-----------------
Public IP    : 114.122.19.115
Local IP     : 192.168.8.191
IP Version   : IPv4
ASN          : AS23693
Organization : PT. Telekomunikasi Selular
Reverse DNS  : -
Network Type : ISP (estimated from ASN)

System Info
-----------
OS           : Linux
Kernel       : 6.18.6-zen1-1-zen
Architecture : x86_64
Hostname     : atha-ANV16-71-79NR
Terminal     : xterm-256color
Shell        : /usr/bin/zsh

Privacy
-------
VPN / Proxy  : No / Unknown

Contributing

Pull requests, issues, and suggestions are welcome! Please ensure your changes are clear and well-tested. See PKGBUILD and LICENSE for details.

License

MIT. See LICENSE file for details.


Maintainer:


Links: AUR netinfo | GitHub

About

netinfo is a fast, minimal, and reliable command-line utility to display your network and system information. Designed for troubleshooting, auditing, scripting, or simply checking your connection status, netinfo only shows verifiable and essential data.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published