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 query —
Win32_ComputerSystemwas 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
echoper line instead of multiplecall/findstrcycles - 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
VERSIONvariable 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.batUpdate (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.