Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
systempi — Modern real-time Raspberry Pi system monitoring dashboard with live telemetry, hardware health diagnostics, and low-flicker terminal rendering. | Kitploit
Tools/GitHubGitHub/wastelandsys/systempi
General Purpose Utilities
GitHubwastelandsys/systempi

systempi

Modern real-time Raspberry Pi system monitoring dashboard with live telemetry, hardware health diagnostics, and low-flicker terminal rendering.

View Repository
921052 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
SystempiMainBnr

systempi

Real-time Raspberry Pi system monitoring dashboard for Linux terminals with live telemetry, hardware health analysis, and low-flicker rendering.


FEATURES

  • Real-time CPU, RAM, swap, disk, and network monitoring
  • Raspberry Pi hardware telemetry through vcgencmd
  • Power, throttling, undervoltage, and frequency-capping detection
  • Dynamic system health, storage health, and stability scoring
  • Dynamic "Health Why" explainability diagnostics
  • Model-aware thermal thresholds and health scoring for multiple Raspberry Pi generations
  • Historical mini-graphs for health and temperature, with expanded CPU, RAM, and network trends in Doctor mode
  • Persistent alert event logging with watch/history support
  • Lightweight active alert detection for CPU, RAM, disk, temperature, and Pi power/throttle events
  • Raspberry Pi hardware intelligence with model/arch/RAM/top-process insight rows
  • Doctor mode package update availability monitoring with non-blocking background checks
  • Optional Raspberry Pi AI Hat+ / AI Hat+2 Hailo telemetry monitoring with NPU load, temperature, memory, and utilization metrics
  • 15 built-in themes including matrix, wasteland, ocean, raspberrypi, mono, amber, crt, vaulttec, synthwave, ice, biohazard, and more
  • 4 dashboard variations: Balanced, Compact, Minimal, and Doctor
  • Responsive low-flicker partial terminal redraw renderer with dynamic terminal resizing
  • Keyboard shortcuts including q for instant dashboard exit
  • Adaptive dashboard scaling based on terminal width
  • Live per-core CPU visualization, disk I/O rates, network throughput, load average, and uptime

  • DASHBOARD MODES

    ModePurpose
    BalancedFull monitoring dashboard
    CompactSmaller terminal optimized
    MinimalEssential-only clean mode
    DoctorDiagnostic, alert, and update-monitoring mode

    Each variation is designed for a different monitoring workflow — from lightweight minimal monitoring to deep diagnostic analysis.


    SCREENSHOTS / THEMES

    Balanced Mode — Main Dashboard

    root@kitploit:~
    systempi --variation balanced --theme wasteland
    
    Note: --variant and --var may also be used as aliases for --variation.

    SystempiBalancedWasteland


    Doctor Mode — Diagnostic, Alert & System Insight

    root@kitploit:~
    systempi --variation doctor --theme vaulttec
    

    SystempiDoctorVaulttec


    Compact Mode — Smaller Terminal Optimized

    root@kitploit:~
    systempi --variation compact --theme crt
    

    SystempiCompactCrt


    Minimal Mode — Essential Clean Monitoring

    root@kitploit:~
    systempi --variation minimal --theme ice
    

    SystempiMinimalICE


    Raspberrypi Theme

    root@kitploit:~
    systempi --theme raspberrypi
    

    SystempiBalancedRaspberrypi


    Biohazard Theme

    root@kitploit:~
    systempi --variation doctor --theme biohazard
    

    SystempiDoctorBiohazard


    Ocean Theme

    root@kitploit:~
    systempi --theme ocean
    

    SystempiBalancedOcean


    Synthwave Theme

    root@kitploit:~
    systempi --theme synthwave
    

    SystempiBalancedSynthwave


    INSTALLATION

    root@kitploit:~
    git clone https://github.com/WastelandSYS/systempi.git
    cd systempi
    chmod +x install.sh uninstall.sh
    sudo ./install.sh
    

    Launch with:

    root@kitploit:~
    systempi
    

    UNINSTALLATION

    root@kitploit:~
    cd systempi
    sudo ./uninstall.sh
    

    Optional dependency cleanup:

    root@kitploit:~
    sudo ./uninstall.sh --remove-deps
    

    The uninstaller removes the global systempi shortcut from /usr/local/bin. It does not delete your cloned repository folder.


    USAGE / Variations

    Default launch:

    root@kitploit:~
    systempi
    

    Press q at any time to exit the live dashboard.

    One-shot snapshot mode (render once and exit):

    root@kitploit:~
    systempi --once
    

    Compact mode:

    root@kitploit:~
    systempi --variation compact
    

    Minimal mode:

    root@kitploit:~
    systempi --variation minimal
    

    Balanced mode:

    root@kitploit:~
    systempi --variation balanced
    

    Doctor mode (diagnostic-focused):

    root@kitploit:~
    systempi --variation doctor
    

    Once + export snapshot:

    root@kitploit:~
    systempi --once --export text --output report.txt
    systempi --once --export json --output report.json
    

    Live alert event logging with watch/history support:

    root@kitploit:~
    systempi --watch
    systempi --history
    

    --watch records newly active alert events, and --history prints recent events from:

    ~/.local/state/systempi/events.log

    Theme selection examples:

    root@kitploit:~
    systempi --theme ocean
    systempi --theme matrix
    systempi --theme wasteland
    

    Refresh interval examples:

    root@kitploit:~
    systempi --refresh 0.5
    systempi --refresh 2
    

    Pin network metrics to a specific interface:

    root@kitploit:~
    systempi --interface eth0
    systempi --interface wlan0
    

    Disable ANSI colors:

    root@kitploit:~
    systempi --no-color
    

    Combine options:

    root@kitploit:~
    systempi --variation compact --theme mono --refresh 2 --interface wlan0 --no-color
    

    Help menu:

    root@kitploit:~
    systempi -h
    

    Version information:

    root@kitploit:~
    systempi --version
    

    Terminal glyph selection:

    root@kitploit:~
    systempi --glyphs auto
    systempi --glyphs unicode
    systempi --glyphs ascii
    

    auto automatically selects the most compatible glyph set for the active terminal. unicode forces full Unicode rendering, while ascii uses a plain ASCII fallback for maximum compatibility.

    AVAILABLE THEMES

    • default
    • matrix
    • ocean
    • wasteland
    • lava
    • mono
    • girly
    • amber
    • crt
    • vaulttec
    • bubblegum
    • synthwave
    • ice
    • biohazard
    • raspberrypi

    COMPATIBILITY

    Designed primarily for Linux systems.

    Tested on:

    • Raspberry Pi OS
    • Raspberry Pi 5
    • Raspberry Pi 4B
    • Raspberry Pi Zero 2w
    • Kali Linux ARM

    Notes:

    • Raspberry Pi hardware metrics require vcgencmd.
    • General system metrics require psutil, which is installed by install.sh.
    • Raspberry Pi AI Hat+ / AI Hat+2 telemetry is automatically detected when the Hailo software stack and hailortcli are available.
    • Non-Raspberry Pi systems can still provide standard CPU, memory, disk, and network metrics, but Pi-specific temperature, frequency, and throttling telemetry may show as unavailable.

    WHY SYSTEMPI?

    systempi was built to make Raspberry Pi monitoring feel modern, responsive, and visually enjoyable instead of cluttered or outdated.

    The dashboard focuses on:

    • fast live telemetry
    • clean terminal aesthetics
    • low-flicker rendering
    • meaningful hardware insight
    • responsive layouts across terminal sizes

    LICENSE

    Systempi is released under the GNU General Public License v3.0. See LICENSE for the full license text.


    AUTHOR

    WastelandSYS

    Download Tool