SnipeOffice & Snipe Browser: The Full Story So Far

Why This Project Exists

SnipeOffice and Snipe Browser both trace back to one recurring, ordinary problem: a client kept coming back throughout 2024 because exporting Chinese-language text from their office software produced garbled, unusable output. It happened again and again. Ad-hoc conversions kept papering over it, but the underlying cause was never fixed.

Early on, the idea was to solve this by building a custom Linux distribution, effectively LibreOffice and Chromium wrapped together into a single “SnipeOS”, with in-house fixes baked in. That plan was investigated as early as March 2024 and even went out to freelance developers, but the client wasn’t ready to move to Linux at the time, so it was shelved.

By October 2024, the decision was made to stop working around the problem and fix it directly: fork LibreOffice, fix the character-encoding handling ourselves, and control the whole pipeline rather than depending on someone else’s export logic. That decision is the root of everything that followed, SnipeOffice as a product, and eventually Snipe Browser as its own separate fork.

From One Fix to a Whole Compatibility Chain

Fixing the export bug on a modern system would have been the easy path. The harder, and more useful, goal was to make the fix work on old hardware too, some of it over twenty years old. That single design goal is what pulled everything else into scope:

  • Porting to older systems meant building on those older systems, not just cross-compiling for them.
  • Older target systems don’t support modern SSL, so pulling current dependencies directly wasn’t possible. The team had to hunt down and rebuild the historic versions of LibreOffice’s own dependency tree.
  • That rebuilding needed a stable place to pull from, which is why a dedicated development domain became a requirement, not a nice-to-have.

All of that groundwork, gathering and rebuilding dependencies, took several months across late 2024 and into early 2025, well before snipeoffice.org was even registered in April 2025.

Why the Software Was Built Piece by Piece, on Its Own Platform

One thing worth explaining plainly: SnipeOffice and Snipe Browser exist as several separate build lines ( a core Linux/Windows build, a PowerPC Mac build, an Intel Mac (Lion-era) build, a modern macOS build, and the browser fork ), rather than one single project that gets converted for each platform afterwards.

There is a logic to this (or i felt there was). Writing software on Windows and then porting it across to Linux or macOS tends to create exactly the kind of problems this whole project set out to avoid: compatibility issues, line-ending mismatches, and subtle bugs that only show up once the code lands on the other system. So instead of building one version and trying to convert it, each platform’s software was written and tested on that platform itself. Windows builds used Windows tooling. The PowerPC and Intel Mac ports were built and compiled on real PowerPC and Intel Mac hardware. The one exception is Windows XP: because XP itself is awkward to develop directly on for modern tooling, the shell scripts supporting the XP build were written on Windows 7 instead, the nearest compatible environment.

It’s simply easier to trust a build that was tested on the system it’s meant to run on than to trust a single “universal” build that’s been converted after the fact. That principle shows up throughout the timeline: PowerPC-specific repository branches to isolate legacy variables, separate documentation for the Intel Mac (Lion) build, and a completely independent Windows compatibility matrix running from XP through Windows 11.

How the Browser Fork Started

Snipe Browser has a different, separate trigger: in March 2025, Google disabled Manifest V2 extensions by default across all Chrome channels. That was the point at which an independent, Chromium-based browser fork started being seriously planned, arriving properly as SnipeBrowser in mid-2026 with its own GitHub repository. Day-to-day development happened in a shared Dropbox folder rather than git; git was introduced later, purely to hold the patch and script files and to deploy builds, not to track ongoing day-to-day work. That’s why the repository’s commit history starts months after the browser’s first public builds (personal facebook posts about build tests exist prior to the git even being registered).

From there the browser matrix expanded quickly: 64-bit builds for Windows 10/11 in June 2026, then 32-bit builds, then dedicated compatibility builds for Windows 8/8.1 and Windows 7 (requiring specific legacy hotfixes), with Windows XP support following. Built-in Ruffle Flash support and low memory usage (a YouTube video playing on roughly 64MB of RAM, against Chrome idling around 2GB) were both demonstrated publicly as the browser matured.

The Domain History Behind the Business Side

Separately from the software itself, there’s a business and domain history worth including for context. The original snipesearch.com domain was lost back in 2009 when an external partnership dissolved. In April 2026, that domain was successfully recovered and reintegrated, marking the company’s 21st anniversary year, with a public blog post explaining the reclaim shortly after.

From there, the Webmaster Dashboard went live on snipesearch.com in May 2026, bringing SnipeSocial single sign-on, submission tiers, invoicing, and the early infrastructure for Glass Eye, described publicly as a “Mark 5” search index, built to give Google-style results without relying on third-party plugins. Unlike services such as DuckDuckGo, which lean almost entirely on Bing for their underlying results, Glass Eye’s aim is to remove that third-party dependency for the .com site entirely, while remaining fully compatible with SnipeOffice and Snipe Browser going back to 2001-era systems.

Our Policy on Tooling vs. Authorship

One policy point is worth stating clearly, since it comes up whenever outside help is brought in: collaborators are completely free to use whatever editor or IDE they’re comfortable with. Tool choice has never been the issue. What is not acceptable is having a generative-AI agent write code in place of the person doing the work. Every line needs a human behind it, exercising real judgement.

This isn’t a hypothetical concern. It’s directly connected to a Fiverr support thread from late May 2026, where AI-generated deliverables passed off as human work were flagged as unacceptable, the position there was simple: we hire people, not generative output wearing a person’s name. That standard applies internally as well as to anyone we contract with, and it’s a standard that has ended partnerships before. Discovering it happening again ends the partnership, full stop.

Where Things Stand

As of this writing, SnipeOffice 25.8 is released and working across the full Windows range, XP through 11 (64-bit) (including windows 9), alongside working PowerPC Mac, legacy Intel Mac, and modern macOS builds. Snipe Browser is likewise released and confirmed working across the same Windows range, XP through 11; Mac and Linux browser ports are the current in-progress work.

Two Neocities-hosted fan sites, one styled as a Windows XP desktop, one as Windows 7, document the released legacy builds in a retro-computing style, separate from the main WordPress site you’re reading this on. The sections below lay out the full supporting evidence: the original social posts as they were made at the time, and the complete chronological build record.”

Only the genuinely unfinished piece (Mac/Linux browser ports) is still framed as in-progress; everything else is stated as released. Same file updated in place.

Our Main Site and the Neocities Fan Pages

It’s worth being clear about which site is which, since there are a few of them now.

The office suites main site is a simple WordPress-based site, it contains very basic information and download pages and felt like an uncomplicated solution

The two Neocities-hosted pages, SnipeOffice XP and SnipeOffice Win7 are a separate, retro side project. They’re built as fan-style tribute pages: hand-rolled CSS made to look like actual Windows XP (Luna theme) and Windows 7 (Aero theme) desktops, complete with a fixed taskbar, real VirtualBox screenshots of the builds running, and a few playable bundled games (Minesweeper, Solitaire, and FreeCell) reskinned to match.

They exist to document and showcase the legacy Windows builds specifically, in a style that fits the era they’re supporting, and we acknowledge the wallpaper, icon, and font sources used and all Windows XP/7 branding remains Microsoft’s own intellectual property. We used NEO Cities because they have a legacy access system that allows people without SSL to access our files and download.

Basically WordPress is the business’s front door and the place all current downloads and dashboard features live; Neocities is a nostalgic, standalone showcase for the legacy builds, styled to match the operating systems it’s demonstrating.

The Receipts: Original Facebook Posts

Below are the original social posts referenced above, reproduced as posted, with their attached images/videos and links to the original content. These serve as the primary supporting record for everything described above.

SnipeOffice / Snipe Browser Project Posts (chronological)

May 06, 2025 11:45:41 pm

And thats all folks. Back to bed with me.
//snipeoffice.org/download/

Links / original post:


May 08, 2025 2:45:29 pm

Am I trying to build a version of
snipeoffice.org
for Mac G3, G4 and G5 after building the windows 11 version… That would be mental… So yes

Links / original post:


May 09, 2025 10:59:22 am

So the alpha of snipeoffice 25.8 for power pc macs has been compiling for 2 hours. Which means in theory I have overcome the issue of coding for this architecture in 2025. This doesn’t mean the suit works and the core code isn’t even finished since I’m dragging a core engine forward 22 versions while adding BOM I expect issues. Also since I am working on a 2001 MacBook pro (to ensure compatibility) it is sloooow to build.

Links / original post:


May 12, 2025 2:29:08 pm


Document rendering on //snipeoffice.org/
vs Microsoft Office. The original document was actually made in Microsoft office. Nick Lange
I actually didnt overly enjoy the dark mode.
So I went to tools => Options=> Appearance and changed the Background to white. But each to their own. I may design other themes, but not today.

Links / original post:


Nov 13, 2025 9:06:31 pm

Back on my bulls**t trying to get snipeoffice.org a 2024/2025 office suite running on 2001 powerpc architecture

Links / original post:


Nov 18, 2025 3:14:01 pm

F***ing 17/17 we might get this to work. A fucking 2025 office suite for a 2001 PPC Mac!


Links / original post:


Nov 20, 2025 12:52:27 pm

Now this looks bad. Except I can see in the background it’s actually trying to compile the dmg making this the furthest I have ever got with a ppc build of snipeoffice 25

Links / original post:


Nov 20, 2025 3:39:08 pm

Need to edit office 365 docs on your 2001 Mac… Now you f#*ing can ! Does it work with all modern and archive formats? Yes it does! Does it preserve Chinese and Russian characters outputting to CSV? Yes it does.
Does it work on intel macs?
I do not know lol (I’ll be testing later)
Got to push to git now.

Links / original post:


Nov 22, 2025 12:56:29 am
Working on snipeoffice for early intel macs now. Definitely not hyper fixated on these builds again. At 1 am.

Links / original post:


Dec 31, 2025 9:00:33 pm

When i release this book, I should have screenshots of all my Facebook statuses, to show it was a real work of research, so they can see every time it blew my mind. In fact, yes, that’s going to be a quality chapter separator. In the world of AI and people knocking out 80 books a year, I often think… it says you wrote these. Have you even read them?
I get like 50 ads an hour on Facebook, with AI you can releases 12 books a day, here i am reading research and formatting documents in snipeoffice like a chump 😉
No who am I kidding, I’m loving how much this is blowing my mind. The research is the best bit.

Links / original post:


Feb 21, 2026 8:36:24 am

Stephen Driver added 2 new photos.
Mobile uploads
Mobile uploads
Snipeoffice for Mac osx 10.15 and up (64bit intel and M series) ready for release Nick Lange

Links / original post:


Jun 07, 2026 9:28:08 am

Stephen Driver updated his status.
Okay snipe browser beta 3 is playing a YouTube video on 64mb ram while my chrome is idling in 2gb as I brave.

Links / original post:


Jun 07, 2026 4:25:24 pm
Flash player is now working in the snipe browser it was so easy i tried several sites because i was certain they must not really be using flash lol

Links / original post:


Jun 10, 2026 6:25:23 pm

Stephen Driver shared a link.
//browser.snipeoffice.org/win10and11-64bit/index.html
Updated Jun 10, 2026 6:25:23 pm

Links / original post:


Jun 13, 2026 7:48:07 pm

Stephen Driver shared a link.
//browser.snipeoffice.org/win10and11-32bit/index.html
Updated Jun 13, 2026 7:48:07 pm

Links / original post:



Jun 14, 2026 11:06:11 pm

Stephen Driver added 7 new photos.
Ok
Windows 8, 8.1, 9, 10 and 11 working, now 7 and XP… maybe vista? Then fix the branding a little on 11 then release then ill start working on mac and linux
//browser.snipeoffice.org/

Links / original post:


Jun 20, 2026 11:43:39 pm
Mobile uploads
20+ year old CPU. DDR2 Ram. Mechanical hard drive
– Windows 9
– snipeoffice 25.8
– snipe 140
Take a look at that resource usage… Less than 20 percent of a 20+ year old CPU ! 1.5GB ram in use.

Links / original post:


Jun 21, 2026 2:03:18 pm

Snipeoffice 25.8 for windows 9 is officially available on the snipeoffice.org website for free along with the 10 and 11 builds. Windows 8 and 8.1 will be out by Tuesday and snipeoffice 25.8 for windows 7 and xp before the end of next week.

Snipeoffice only works on 64-bit systems.

But this means snipe browser and office will work on things well over 20 years old. In the pc space and over 30 years old in the max space.

Glasseye should be integrated in our .com site in the next 45 days.
Snipeoffice 25.8 for windows 9 is officially available on the
snipeoffice.org
website for free along with the 10 and 11 builds. Windows 8 and 8.1 will be out by Tuesday and snipeoffice 25.8 for windows 7 and xp before the end of next week.
Snipeoffice only works on 64-bit systems.
But this means snipe browser and office will work on things well over 20 years old. In the pc space and over 30 years old in the max space.
Glasseye should be integrated in our .com site in the next 45 days.

Links / original post:


Jun 22, 2026 12:13:35 pm

If you ever consider not being Ridiculous be more Ridiculous snipeoffice.org 25.8 (based on libreoffice) running on a g3 ppc from 2001

Links / original post:


Jun 22, 2026 4:00:08 pm
Okay windows 7 – 11 Snipe office and Snipe Browser working

//snipeoffice.org/snipeoffice-for-windows/
//browser.snipeoffice.org/
Okay windows 7 – 11 Snipe office and Snipe Browser working
//snipeoffice.org/snipeoffice-for-windows/
//browser.snipeoffice.org/

Links / original post:


Full Integrated Timeline: Plan vs. Execution

The complete, sourced, chronological record behind this article. Columns: Date, Event, Product, Category.

DateEventProductCategory
2009 (exact date unrecorded)snipesearch.com domain lost to a third-party developer when an external partnership dissolved; domain subsequently held by resellers/squatters ($26,900–$50,000+ asking prices) for ~15 years.Domain/BusinessRoot Cause
Throughout 2024A client repeatedly requests document conversion help after finding that exporting Chinese-language text themselves produced garbled output. Recurring pain point identified as the root problem to solve.Office (Core)Plan Trigger
c. March 2024 (approximate)Pre-requisite investigation begins into building SnipeOS for Linux, originally envisioned as LibreOffice and Chromium wrapped together with in-house fixes into one custom OS. Hiring a freelancer for a one-shot build was considered, but the client wasn’t yet willing to move to Linux, so the idea was shelved for the time being.Office (Core)Plan Trigger
c. 2024 (“about 2 years ago,” exact date not shown)Freelancer.com job “Linux Developer for Custom OS” posted (Project ID 38001268, $30–250 USD budget, 41 bids, $128 USD average) seeking a custom SnipeOS Linux build: XFCE desktop styled after a published “make Linux look like Windows” guide, Snipe-branded splash screen and start-menu logo, snipesearch.net set as default browser home/search, and a curated software bundle. Closed/expired with no freelancer hired — one of several freelancer searches that didn’t convert into a build, consistent with preferring a vetted human hire over building in-house with Gen AI.Office (Core)Execution
October 2024Decision made to build an in-house office suite (forking LibreOffice) to resolve the Chinese-text export/garbling issue directly, rather than continuing ad-hoc conversions.Office (Core)Plan Trigger
Late 2024Post-fork-decision planning identifies a need for a dependency tree: improving subtitle compatibility and porting to older systems, which in turn means building on those older systems themselves.Office (Core)Plan Trigger
Late 2024Because older target systems lack modern SSL, fetching current dependencies directly is impractical; team begins hunting for and rebuilding historic LibreOffice dependencies instead.Office (Core)Plan Trigger
Late 2024Need identified for a development URL to pull the rebuilt dependency tree from, establishing the requirement for a dedicated domain.Office (Core)Plan Trigger
Late 2024 – early 2025 (“took months”)Base dependencies gathered and rebuilt over several months, laying the groundwork later formalized by the snipeoffice.org registration.Office (Core)Execution
March 2025Google disables Manifest V2 extensions by default across all Chrome channels (dev/enterprise policy flags remain as a loophole). Flagged as the trigger for planning an independent browser fork.BrowserPlan Trigger
Apr 20, 2025Foundational web presence established: snipeoffice.org registered.Office (Core)Execution
Apr 27, 2025Userspace infrastructure initialized on GitHub under steve12345585.Office (Core)Execution
Apr 27, 2025Codebase base-fork registers historic Git hooks spanning 3+ years.Office (Core)Execution
Apr 27, 2025Baseline repository branches 13 commits ahead of LibreOffice/core:master.Office (Core)Execution
Apr 27, 2025Initial standard Linux compilation (beta build) formally staged.Office (Core)Execution
Apr 27, 2025Structural optimizations, interface asset changes, and bug fixes packaged under the beta label. [Flagged: GitHub evidence on the main SnipeOffice fork shows a matching branding/header pass actually dated Jan 2026 — see corrected entries below. This Apr 27, 2025 date may be a placeholder rather than accurate.]Office (Core)Execution
Apr 27, 2025Official RC1 – LINUX target deployment generated.Office (Core)Execution
Apr 27, 2025Core Debian packages (snipeoffice-1.0.0.deb) posted to the open asset index.Office (Core)Execution
Apr 27, 2025RC2 system patch delivered to modify document parsing logic.Office (Core)Execution
Apr 27, 2025Custom Byte Order Mark (BOM) handling written in to stabilize clean CSV tables. [Flagged: GitHub evidence on the main SnipeOffice fork shows matching UTF-8 BOM import/export option commits actually dated Jan 07, 2026 — see corrected entries below. This Apr 27, 2025 date may be a placeholder rather than accurate.]Office (Core)Execution
Apr 27, 2025Milestone RC3 validation build locks down cross-platform suite engine stability.Office (Core)Execution
May 6, 2025Windows 64-Bit Portable container released.Office (Core)Execution
May 7, 2025Automated installer SnipeOfficeSetupw11-2.exe rolls out for Windows 11.Office (Core)Execution
May 7, 2025Decision made to host the PPC Mac port on GitHub (steve12345585/SnipeOfficePPC) when moving development from Linux to PPC Mac targets, given the project’s growing complexity; repo initialized with initial commit plus copyright/branding pass on ChangeLog files.Office (PPC)Plan Trigger
May 8, 2025PPC edition build fixes: dependencies folder added, checksum bypass added for legacy tarballs, local source mirror added (download script modified to prefer local files), src directory structure added, API endpoints updated.Office (PPC)Execution
May 9, 2025UTF-8 with BOM support added for CSV exports; further dependency, branding, and API endpoint updates; branding assets and images updated.Office (PPC)Execution
May 12, 2025Document rendering comparison posted (snipeoffice.org vs Microsoft Office, using a document originally authored in MS Office); dark-mode default swapped to a white background via Tools > Options > Appearance after review.Office (Core)Execution
May 13, 2025Major update pass: files added, removed, and updated across the PPC repo following broader changes.Office (PPC)Execution
May 16–18, 2025Branding cleanup passes for cleaner code identification and improved code-search results; dependency links and dictionaries updated; README updated with PPC dependency instructions and platform support clarified.Office (PPC)Execution
July 9, 2025Upstream milestone: The Document Foundation coordinates the stable release of LibreOffice 25.8.Office (Core)External Milestone
Aug 27, 2025Upstream milestone: Google stabilizes Chrome 140 (new ToggleEvent parsing, security fixes).BrowserExternal Milestone
Nov 15, 2025Filter suite and asset inventories expanded, with documentation of the expanded filter coverage.Office (PPC)Execution
Nov 18, 2025PPC build progress update: “17/17” build steps reportedly passing on the 2001 PPC Mac target.Office (PPC)Execution
Nov 20, 2025Standalone tag release: SnipeOffice v25.8 for MacOS PPC.Office (PPC)Execution
Nov 20, 2025Isolated repo (SnipeOfficePPC-core) created for legacy PowerPC variables.Office (PPC)Execution
Nov 20, 2025Automated prerequisites installation script and comprehensive build-commands guide added for Mac OS X 10.7.5; BUILD_INTEL_MAC.md updated; PPC build artifacts clarified as incompatible with Intel Mac; release notes and Intel Mac build documentation added.Office (Intel)Execution
Nov 20, 2025Confirms the original Chinese/Russian character CSV export problem (the client complaint that triggered the whole project) is resolved on the in-progress build: editing Office 365-format docs on a 2001 Mac works across modern and archive formats, with Chinese and Russian characters preserved on CSV export.Office (Core)Execution
Nov 21, 2025Prerequisite scripts updated to download from the dev-www.snipeoffice.org server — the development domain identified as a need back in late 2024 is now the live source for dependency fetching. Xcode 4.6.3/detection fixes and gettext/msgfmt fixes made for OS X 10.7.5 (Intel-only release); troubleshooting guide and build docs updated.Office (Intel)Execution
Nov 22, 2025Intel Mac prerequisite scripts updated to use Intel_Dependencies and gettext-0.18.3.2.Office (Intel)Execution
Jan 07, 2026Round 1 — branding/header text changed from LibreOffice to SnipeOffice across config and build files (“Update branding configuration and build files,” “Remove build section from about dialog”). This pass was done via manual search-and-replace (no AI assistance), and “libreoffice” appearing inside code comments caused false-positive matches, surfacing far more documents than actually needed changing. Bundled into the same day: BOM import/export option defaults set to true for UTF-8 encoding, plus BOM handling fixes in import options and the legacy API.Office (Core)Execution
Jan 12, 2026Follow-up fix: retroactively applied branding tags that the initial find-and-replace pass missed on template names and files, a direct consequence of the comment false-positive problem from Jan 07.Office (Core)Execution
Jan 15, 2026Round 2 — header graphic/image elements swapped to Snipe-branded assets, bundled with further header text and identifier updates across multiple components (two commits this day).Office (Core)Execution
Jan 20, 2026Round 2 continued: header text and branding updated across multiple components.Office (Core)Execution
Jan 22, 2026Round 3 — final header text pass; this round also covered dependency URL updates, though the commit message itself only reads “Updated header text” so the URL-update detail is unconfirmed at the commit level.Office (Core)Execution
Feb 21, 2026Main branch synced to v25.8; companion .deb updates + baseline SnipeOfficeCC Alpha shipped.Office (Core)Execution
Feb 21, 2026Full timing compliance completed for multi-language subtitle outputs (.srt/.stl).Office (Core)Execution
Feb 21, 2026SnipeOffice build for modern macOS (10.15 Catalina and up, 64-bit Intel and Apple Silicon/M-series) announced ready for release.Office (Modern Mac)Execution
Apr 5, 2026Press release (Borehamwood, UK): SnipeSearch Group announces successful recovery and reintegration of the original snipesearch.com domain, 21st anniversary year.Domain/BusinessExecution
Apr 7, 2026, 17:53Blog post published on snipesearch.org: “SnipeSearch Group Reclaims Legacy SnipeSearch.com Domain After 15-Year Separation.”Domain/BusinessPublication
c. Apr 12, 2026Snipe Browser default search switched from snipesearch.co.uk to snipesearch.com. BrowserInternal Records
May 19, 2026Webmaster Dashboard blog post published: SnipeSocial SSO, submission tiers, invoicing, and Glass Eye infrastructure go live on snipesearch.com.Domain/BusinessPublication
May 28–30, 2026Extended Fiverr support thread. Two separate complaints: (1) phone/SMS verification kept failing despite using a landline-free desktop/laptop setup and a working phone, blocking account use for days across multiple support replies; (2) no way to filter AI-generated deliverables out of search results, stating plainly that AI-passed-off-as-human work isn’t wanted, hiring people, not generating AI content. Fiverr’s position: AI-assisted work is permitted if the final result reflects meaningful human input, creativity, and professional judgment; no content filter exists for this today.Domain/Business/BrowserExecution
June 2026Legacy wrapper engines deployed for Windows XP x64 (One-Core API), Windows 8/8.1, and the Windows 9 “Safe Bundle.”Office (Core)Execution
Jun 7, 2026Snipe Browser Beta 3 milestone: plays a YouTube video using roughly 64MB RAM, contrasted against Chrome idling at around 2GB.BrowserExecution
Jun 7, 2026Built-in Ruffle Flash support confirmed working in Snipe Browser, tested successfully across several sites.BrowserExecution
Jun 9, 2026Initial commit (verified) to steve12345585/snipe-x64-base, establishing the SnipeBrowser source repo on GitHub.BrowserExecution
Jun 10, 2026Snipe Browser v140.0.7339.127 released for 64-bit systems (min. Windows 10 1903+ / Windows 11, 2GB RAM); download link shared same day, confirming the date previously logged as approximate.BrowserExecution
Jun 12, 2026“Add SnipeBrowser source: patches, scripts, resources, and build tooling.” Day-to-day editing happened in a shared Dropbox folder; git was introduced solely to hold the patch and script files and to deploy the downloads, not for ongoing development, plus a one-line browser ID fix.BrowserExecution
Jun 13, 2026Medium article published: “SnipeOffice 25, the British office suite that actually solves a problem nobody else bothered to [fix],” shared to social.Domain/BusinessPublication
Jun 13, 202632-bit browser matrix expands: v140.0.7339.127 for 32-bit Windows 10 / Windows 11; download link shared twice same day, confirming the date previously logged as approximate.BrowserExecution
Jun 13, 2026Glass Eye explainer video posted: describes Glass Eye as the Mark 5 index, built to give Google-style results without extra API plugins; clarifies that current .com results come from a private meta-system blending in-house and third-party sourcesDomain/BusinessPublication
June 2026 Targeted compatibility build: v140.0.7339.127 for Windows 8 / 8.1 (32-bit), 1GB RAM minimum.BrowserExecution
Jun 14, 2026Status update: Windows 8, 8.1, 9, 10, and 11 builds all working; 7 and XP up next; plan set to fix Windows 11 branding, release, then begin Mac and Linux ports.BrowserExecution
June 2026Win7 VM screenshots captured (VirtualBox) for the SnipeOffice Win7 Neocities site.Office (Core)Execution
Jun 20, 2026Performance demo on a 20+ year old CPU with DDR2 RAM and a mechanical hard drive: Windows 9 running SnipeOffice 25.8 and Snipe Browser 140 at under 20% CPU and roughly 1.5GB RAM.Office (Core)Execution
June 2026Backward compatibility build: v140.0.7339.127 for Windows 7 SP1 (32/64-bit), requiring hotfixes KB3080149 and KB4019990.BrowserExecution
Jun 21, 2026SnipeOffice 25.8 officially released for Windows 9, with Windows 8/8.1 due by Tuesday and Windows 7/XP builds due before the end of next week; 64-bit only. Glass Eye integration flagged as the next priority.Office (Core)Execution
Jun 21, 2026Email confirmation received for the snipeoffice-xp.neocities.org sign-up, marking the launch of the Neocities-hosted landing page for the Windows XP legacy build.Office (Core)Execution
Jun 22, 2026Video posted: SnipeOffice 25.8 (LibreOffice-based) running on a G3 PPC Mac from 2001.Office (PPC)Execution
Jun 22, 2026Confirms Snipe Office and Snipe Browser both working across Windows 7 through 11, linking to the live product pages.Office (Core)Execution
c. late June 2026 (“posted 6 days ago,” exact date not shown)Freelancer.com job “Snipe Browser Software Distribution” posted, seeking publication of Snipe Browser across 50–100 download directories across all 6 Windows editions (XP through 11); awarded to @dinobartolome for $130 USD in 7 days.BrowserExecution
Jun 27, 2026Email confirmation received for the snipeoffice7.neocities.org sign-up, marking the launch of another Neocities-hosted landing page, mirroring the XP page from Jun 21.Office (Core)Execution
Jul 4, 2026“Merge remote main with local SnipeBrowser source tree” — local Dropbox-based work merged into the git history, 3 commits total on the repo to date.BrowserExecution
July 2026 (exact day not given)“Assets, inspirations & thanks” documentation finalized, cataloguing wallpaper/icon/font sourcing and credits for both Neocities fan sites (SnipeOffice XP and SnipeOffice Win7).Office (Core)Publication

Please consider disabling your ad blocker on the SnipeOffice Support site — ads and donations are our only sources of revenue, helping us keep SnipeOffice free, open, and continuously improved for everyone. Your support makes a real difference.