~/downloads_

> Here you'll find links to all my projects, including download links and information pages. Some projects work via the browser, some run natively on your desktop.
> All software on this page is free. Feel free to donate to the cause

v1.1.0.0

UART-CL (Windows)

Primary CLI utility for Windows. Direct UART communication with the PS5 Syscon for error retrieval.

.rar archive [ fetch ]
v1.1.0.0

UART-CL (Linux)

Native Linux x64 binary. Optimized for diagnostic benches and headless repair environments.

.rar archive [ fetch ]
GUI

PS5 NOR Modifier

Standalone Graphical Interface for simplified PS5 NOR manipulation and analysis.

.zip archive [ fetch ]
Source

NOR Modifier Source

Complete source code repository for the PS5 NOR Modifier project.

./browser_utilities

Web App

PS5 NOR Builder

Browser-based tool to dynamically rebuild, modify, and patch PS5 NOR binaries directly in your browser.

Web App

Universal Web Flasher

Interface directly with hardware programmers via your browser using WebUSB/WebSerial capabilities.

Web App

PS5 Web Terminal

Browser-based serial terminal for direct communication with PS5 Syscon and other UART interfaces.

WebFlasher Bridge

Required for advanced programmers (Flashrom) via the Universal Web Flasher. This bridge enables local hardware communication directly from your browser interface.

Windows Setup: Extract ZIP and run the WebFlasher-Bridge-win.exe. Includes flashrom.exe and dependencies. Plug & Play.
MacOS Setup: Requires Homebrew. Run brew install flashrom before launching the bridge binary.
Linux Setup: Install via apt install flashrom. You may need sudo permissions to access USB ports.