Versions:
rcedit is a lightweight command-line utility maintained by the Electron Community, designed specifically to view and patch Windows executable resources without launching a graphical editor. Originally created to streamline Electron application packaging, the program enables developers to inject or modify version information, icons, manifests, string tables, and other embedded resources inside PE files directly from CI scripts or build automation. Typical use cases include stamping a new product version during nightly builds, swapping application icons for different release channels, embedding corrected file metadata after code signing, or patching manifest flags such as DPI awareness and UAC elevation level. Because it operates headlessly, rcedit integrates cleanly with continuous-deployment pipelines running on headless agents, Docker containers, or GitHub Actions runners where GUI tools are unavailable. The tool exposes a concise set of switches—set-version-string, set-file-version, set-product-version, set-icon, set-requested-execution-level, among others—letting build scripts update multiple resource entries in a single call and produce reproducible binaries. Since its first public commit, five successive releases have refined argument parsing, 64-bit file support, and Unicode path handling, culminating in the current stable version 2.0.0. While it resides in the Developer Tools category and is distributed under an open-source license, binaries are offered pre-built so users do not need to compile from source. rcedit is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version and supporting batch installation of multiple applications.
Tags: