Skip to content

Releases: techronmic/n3ofetch

n3ofetch v1.0.5

29 Mar 14:48
6927910

Choose a tag to compare

n3ofetch v1.0.5 – Release Page

n3ofetch is a modern Windows alternative to the classic Linux tool neofetch, written entirely in Batch (.bat).
It displays a clean, colorful system overview directly in the Windows Command Prompt — with no dependencies.


Release Date: 2026-03-29


What's New

Performance

  • 7 PowerShell processes consolidated into 1 — All system queries now run in a single PowerShell call, significantly reducing startup time (~3-6 seconds faster)
  • Deduplicated WMI queryWin32_ComputerSystem was queried twice, now queried once and reused

Color System (since v1.0.4)

  • ANSI escape codes replace FINDSTR :CT — No more temporary file creation in the current directory
  • Single echo per line instead of multiple call/findstr cycles
  • Full compatibility with read-only and network paths

Robustness

  • Input sanitization upgraded to hex escapes (& < > | ^ % !)
  • Added missing fallback values for display resolution, refresh rate, and GPU name
  • Redundant role detection logic simplified

Maintainability

  • VERSION variable defined once, referenced globally
  • Comments streamlined: section headers kept, verbose descriptions removed
  • Colorbar uses consistent CB_ variables throughout

Installation

Download n3ofetch.bat and run it — no installation required.

n3ofetch.bat

Update (optional)

Invoke-WebRequest `
  -Uri "https://github.com/techronmic/n3ofetch/releases/latest/download/n3ofetch.bat" `

Requirements

  • Windows 10 / 11 or Windows Server 2019 - 2025
  • PowerShell 5.0+
  • ANSI-capable terminal (CMD, PowerShell, Windows Terminal)

Full Changelog

See CHANGELOG.md for all versions.

n3ofetch v1.0.3

20 Dec 18:49
757fe7c

Choose a tag to compare

n3ofetch v1.0.3 – Release Page

n3ofetch is a modern Windows alternative to the classic Linux tool neofetch, written entirely in Batch (.bat).
It displays a clean, colorful system overview directly in the Windows Command Prompt — with no dependencies.


✨ New in v1.0.3

🔧 Improved System Type Detection

  • Detects Client, Workstation, Notebook, Server
  • Adds (Virtual Machine) when virtualization indicators are present
  • More reliable classification using OS name, chassis info and system manufacturer data

🖥 Example Output

                                       XYZ@YourDevice
  ################  ################   ----------------------------
  ################  ################   OS: Microsoft Windows 11 Pro 64-Bit
  ################  ################   Build: 23H2 (22631.6199)
  ################  ################   Kernel: 10.0.22631
  ################  ################   UpTime: 0 days, 14 hours, 6 minutes
  ################  ################   System: Notebook
  ################  ################   Apps: 23
  ################  ################   Terminal: PowerShell 5.1.22621.6133
                                       Resolution: 1920 x 1080 @ 60 HZ
  ################  ################   Baseboard: HP EliteBook 650 15.6 inch G10 Notebook PC
  ################  ################   BIOS: V75 Ver. 01.10.00 (HP)
  ################  ################   CPU: 13th Gen Intel(R) Core(TM) i5-1335U Cores 10
  ################  ################   GPU: Intel(R) Iris(R) Xe Graphics
  ################  ################   Memory: 2 x Kingston 32GB DDR4-3200
  ################  ################   Memory Usage: 19632 MB / 65168 MB (30% in use)
  ################  ################   System Partition: C:\  175,62 GB / 255,23 GB (31% free)
  ################  ################   Storage Space: 287 GB / 2592 GB (11% in use)
                                       Network Adapter: Intel(R) Wi-Fi 6E AX211 160MHz

More examples available in the documentation.


⚠ Disclaimer

n3ofetch is provided as-is, without any warranty.
It is a Windows alternative to the Linux tool neofetch.

AS ALWAYS: USE THIS SCRIPT AT YOUR OWN RISK.


📥 Download

  • n3ofetch.bat

n3ofetch v1.0.1

02 Dec 22:33
3c60e40

Choose a tag to compare

n3ofetch v1.0.1 – Release Page

n3ofetch is a modern Windows alternative to the classic Linux tool neofetch, written entirely in Batch (.bat).
It displays a clean, colorful system overview directly in the Windows Command Prompt — with no dependencies.


✨ New in v1.0.1

🔧 Improved System Type Detection

  • Detects Client, Workstation, Notebook, Server
  • Adds (Virtual Machine) when virtualization indicators are present
  • More reliable classification using OS name, chassis info and system manufacturer data

🚀 Performance Enhancements

  • Optimized WMI and system queries
  • Reduced redundant variables
  • Cleaner flow control for faster execution

🛠 Bug Fixes

  • Fixed CMD quoting error involving ""
  • Fixed dash-parsing issues (-)
  • Solved edge cases in OS and build detection
  • Improved environment variable stability

🖥 Example Output

                                       XYZ@YourDevice
  ################  ################   ----------------------------
  ################  ################   OS: Microsoft Windows 11 Pro 64-Bit
  ################  ################   Build: 23H2 (22631.6199)
  ################  ################   Kernel: 10.0.22631
  ################  ################   UpTime: 0 days, 14 hours, 6 minutes
  ################  ################   System: Notebook
  ################  ################   Apps: 23
  ################  ################   Terminal: PowerShell 5.1.22621.6133
                                       Resolution: 1920 x 1080 @ 60 HZ
  ################  ################   Baseboard: HP EliteBook 650 15.6 inch G10 Notebook PC
  ################  ################   BIOS: V75 Ver. 01.10.00 (HP)
  ################  ################   CPU: 13th Gen Intel(R) Core(TM) i5-1335U Cores 10
  ################  ################   GPU: Intel(R) Iris(R) Xe Graphics
  ################  ################   Memory: Kingston 32GB DDR4-3200, Kingston 32GB DDR4-3200
  ################  ################   Memory Usage: 19632 MB / 65168 MB (30% in use)
  ################  ################   System Partition: C:\  175,62 GB / 255,23 GB (31% free)
  ################  ################   Storage Space: 287 GB / 2592 GB (11% in use)
                                       Network Adapter: Intel(R) Wi-Fi 6E AX211 160MHz

More examples available in the documentation.


📁 Repository Improvements

This release also includes a fully structured and professional GitHub repository:

  • Full documentation (User Guide, Developer Guide, Detection Logic)
  • GitHub Pages homepage
  • CONTRIBUTING.md, DISCLAIMER, LICENSE
  • Issue & Pull Request Templates
  • Automated CI workflow (Batch syntax smoke test)
  • Automated tag-based Release workflow

⚠ Disclaimer

n3ofetch is provided as-is, without any warranty.
It is a Windows alternative to the Linux tool neofetch.

AS ALWAYS: USE THIS SCRIPT AT YOUR OWN RISK.


📥 Download

  • n3ofetch.bat