Add SnipeBrowser 144.0.7559.256 for ReactOS - #409
Open
steve12345585 wants to merge 1 commit into
Open
steve12345585 wants to merge 1 commit into
steve12345585 wants to merge 1 commit into
Conversation
Adds SnipeBrowser 144.0.7559.256, a modern Chromium 144 browser built specifically for ReactOS. Notes for reviewers: * Installer: Inno Setup 5.6.1 (standard setup.exe — ReactOS 0.4+) * URLDownload: Internet Archive permanent link * SHA1 / SizeBytes verified against archive.org metadata and local file * Category 5 (Internet) * Recommended host: ReactOS 0.4.16 x86 (primary validation). 0.4.5 Briefly Tested. Earlier 0.4.x may work. This is the first Chromium-144-class browser known to reach daily-driver usability on ReactOS. Field notes and downloads: https://archive.org/details/snipe-browser-144.0.7559.256-win-x-86-reactos-rc-102-portable Recommended system: 1 to 3 GB RAM (4 GB often leaves only ~3.5 GB addressable on ReactOS and can cause allocation errors). Real hardware outperforms VMs; development was stressed heavily in VirtualBox. Kernel note: under sustained heavy CPU load from asset-heavy sites, ReactOS may hit STOP 0x1E at ntoskrnl (0x805AF770 class). SnipeBrowser includes CPU-aware throttling to mitigate this from userland and reopens cleanly after such events. Idle stability confirmed at multi-hour uptime.
whindsaks
requested review from
HBelusca,
binarymaster,
julenuri and
whindsaks
September 22, 2026 17:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds SnipeBrowser 144.0.7559.256, a modern Chromium 144 browser built specifically for ReactOS.
Notes for reviewers:
This is the first Chromium-144-class browser known to reach daily-driver usability on ReactOS. Field notes and downloads:
https://archive.org/details/snipe-browser-144.0.7559.256-win-x-86-reactos-rc-102-portable
Recommended system: 1 to 3 GB RAM (4 GB often leaves only ~3.5 GB addressable on ReactOS and can cause allocation errors). Real hardware outperforms VMs; development was stressed heavily in VirtualBox.
Kernel note: under sustained heavy CPU load from asset-heavy sites, ReactOS may hit STOP 0x1E at ntoskrnl (0x805AF770 class). SnipeBrowser includes CPU-aware throttling to mitigate this from userland and reopens cleanly after such events. Idle stability confirmed at multi-hour uptime.