sys-peek
v1.0.0
Published
Interactive CLI tool for system information using Ink and React
Maintainers
Readme
🖥 System Info CLI
A modern, interactive terminal interface for monitoring system telemetry. Built with the same high-performance stack as Claude Code: TypeScript, Node.js, and Ink.
✨ Features
- Intuitive Navigation: Use Arrow Keys to browse and Enter to select categories.
- Real-time Data: Live CPU load and process monitoring.
- Rich Aesthetics: Color-coded sections, sleek borders, and loading spinners.
- Comprehensive Coverage: CPU, RAM, OS, Disk, Network, and Battery details.
🚀 Quick Start
Prerequisites
- Node.js (v18 or newer recommended)
Installation & Run
- Clone the repository or navigate to the folder.
- Install dependencies:
npm install - Launch the CLI:
npm start
🎮 Controls
- ↑ / ↓: Navigate the menu
- Enter: View category details
- Backspace / Esc / ←: Return to menu
- q: Quit the application
📚 Documentation
For a deep dive into the architecture, tech stack, and components, check out the Detailed Documentation.
🛠 Built With
- Ink - React for interactive command-line apps.
- systeminformation - System Information library for Node.js.
- tsx - TypeScript execution engine.
