🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

knowme-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knowme-cli

Fast, offline system information tool with ASCII art

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

KnowMe

A fast, offline command-line tool that displays detailed system information with a classic, neofetch-style ASCII logo.

Features

  • 🚀 Fast & Offline: No internet connection required
  • 🎨 Beautiful ASCII Art: OS-specific logos and colorful output
  • 📊 Comprehensive Info: CPU, Memory, Storage, Network, and more
  • đź”§ Cross-Platform: Works on Linux, macOS, and Windows
  • đź’» Lightweight: Minimal dependencies and resource usage

Installation

pip install knowme

From Source

git clone https://github.com/mehtahrishi/knowme.git
cd knowme
pip install .

Development Installation

git clone https://github.com/mehtahrishi/knowme.git
cd knowme
pip install -e .

Usage

Simply run the command:

knowme

This will display your system information in a beautiful two-column layout with an ASCII logo.

System Information Displayed

  • Operating System: Name, version, and architecture
  • Kernel: Kernel version and release info
  • CPU: Model, cores, threads, and current frequency
  • Memory: Total, used, and available RAM
  • Storage: Disk usage for all mounted drives
  • Network: Active interfaces and IP addresses
  • GPU: Graphics card information (if available)
  • Display: Screen resolution and refresh rate
  • Uptime: System uptime
  • Shell: Current shell and version
  • Terminal: Terminal emulator information

Requirements

  • Python 3.7 or higher
  • Works on Linux, macOS, and Windows

Dependencies

  • psutil - System and process utilities
  • distro - Linux distribution information
  • py-cpuinfo - CPU information
  • requests - HTTP library
  • gputil - GPU utilities
  • screeninfo - Display information
  • ifaddr - Network interface addresses

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Inspired by neofetch and other system information tools.

Keywords

system

FAQs

Package last updated on 11 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts