Skip to content

n3ofetch v1.0.5

Latest

Choose a tag to compare

@techronmic techronmic released this 29 Mar 14:48
· 4 commits to main since this release
6927910

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.