x86

AppWizard
August 11, 2026
Xbox PC games face challenges on Linux due to Microsoft's proprietary Game Development Kit (GDK), affecting performance and Game Pass functionality. An open-source initiative called "Xodus," developed by the creators of Heroic Launcher, aims to reverse engineer components for Xbox PC games to run on Linux, focusing on modern titles using GDK and MSIXVC packages, but not older UWP games. Microsoft has recently brought four original Xbox titles to PC and may release Xbox 360 titles next year with an emulator, though it is unclear if they will use the GDK framework.
Winsage
August 11, 2026
A developer has adapted Microsoft Word 1.1a, originally for 16-bit x86 systems, to run natively on modern 64-bit Windows PCs through a project called “Opus.” This adaptation compiles the original source code into a genuine x64 application, avoiding the use of emulators or virtual machines. The developer translated incompatible segments of the original code, including 16-bit assembly language, into C or C++, while mapping Win16 functions to modern Win32 APIs. The project retains original resources and copyright notices, and is hosted on GitHub without a broad open-source license. Automated testing has been implemented to ensure functionality mirrors the original application. Microsoft has previously published similar historic projects, but this port is an independent effort, providing insights into early Windows software architecture.
Winsage
August 9, 2026
A developer named JMarshall23 has ported Microsoft Word for Windows 1.1a to x64 architecture, allowing it to run natively on Windows 11. This port uses the original source code and resources, with modern adaptations to address the limitations of the 16-bit assembly and segmented-memory architecture. Microsoft Word for Windows 1.1a was originally launched over 25 years ago and introduced features like WYSIWYG editing, graphics incorporation, and table insertion. Microsoft has made the source code publicly available through the Computer History Museum, which includes a 7MB bundle with C source files, x86 assembly, build tools, and documentation. Users need the Windows 11 SDK, CMake 3.25 or newer, and PowerShell to build and run this version. The code release is governed by a license that permits only non-commercial use, restricting software redistribution.
Winsage
August 4, 2026
David W. Plummer, the creator of the original Windows Task Manager, is developing a new tool called Task Manager OG (TMOG) for macOS, aimed at providing a comprehensive system console for users of graphical user interface-based operating systems. TMOG will feature detailed insights into processor frequency, thermal values, resource allocation metrics, in-depth analysis of CPU core activity, and process branching visualization. The macOS version is being developed using Swift and AppKit, while the Windows version will be a pure Win32 application optimized for x86-64 architecture. A beta version for macOS is currently available, with a Windows beta expected soon. TMOG will be free, with a potential "Pro" version planned for additional features. Plummer's previous company, SoftwareOnline, faced legal issues after he left Microsoft, resulting in a settlement that included 0,000 in civil penalties and ,000 in legal fees.
AppWizard
July 26, 2026
Microsoft has released four original Xbox titles for PC, enhancing its gaming ecosystem and aligning with its commitment to backwards compatibility. These titles are packaged as standard Games on Demand (GOD) files, which can be converted into base ISOs using GOD extractors. The company has utilized a native x86 version of its Xbox 360 emulator, Xe03, to facilitate this transition. Xe03 is integrated into Xbox One and Xbox Series consoles for backwards compatibility and allows modern consoles to run original Xbox titles. The recent PC port of Xe03, combined with components from projects like XWine1, enables the running of dumped backwards-compatible Xbox 360 and original Xbox games. Among the released titles is Fuzion Frenzy, and Microsoft plans to expand its library of backwards-compatible titles for PC. The PC version of Xe03 enhances the original 480p output of OG Xbox games to 4K and includes features like built-in V-Sync and enhanced anti-aliasing. These games are available through the Xbox PC app under the Xbox Anywhere program, allowing users with digital licenses on console to access them for free on PC. Microsoft is also set to introduce Xbox Achievements support for these titles.
Tech Optimizer
July 4, 2026
Windows includes a built-in virus checker called Microsoft Defender Antivirus, which allows users to conduct virus scans. 1. To initiate a scan, open Windows Security, navigate to Virus & threat protection, and select Quick scan for a fast check. 2. Users can check which antivirus is active by going to Who's protecting me? in Windows Security. If a non-Microsoft antivirus is installed, Microsoft Defender will disable itself. 3. Before scanning, it's important to update the security intelligence by checking for updates in Protection updates. 4. A full scan can be executed by selecting Full scan in Scan options, while a custom scan allows users to specify a location to check. 5. For stubborn malware, Microsoft Defender Offline can be used, which requires a restart of Windows. 6. Scan results and quarantined threats can be reviewed in Protection history after any scan. 7. For additional checks, users can utilize VirusTotal for individual files or links, Microsoft Safety Scanner for a one-time scan, or the Malicious Software Removal Tool for specific malware. 8. Outdated tools like the Chrome Cleanup Tool and Norton Power Eraser should be disregarded as they are no longer effective. Users can scan individual files without scanning the entire PC, and results from the Microsoft Defender Offline scan are found in Protection history. The Microsoft Safety Scanner does not replace real-time antivirus protection, and managed devices can be scanned by IT administrators.
AppWizard
June 28, 2026
Playing Windows games on Android has become feasible due to Winlator and open-source technologies like Wine, Box64, and DXVK. User-friendly applications such as GameHub and GameNative have emerged, enhancing mobile gaming experiences to rival dedicated handheld consoles. A major challenge was the reliance on the x86 Windows Steam client, which was resource-intensive on mobile devices. GameNative 1.0 introduced an experimental feature that eliminates the need for the desktop Steam client by using Valve's native Android libraries, improving the gaming experience significantly. Valve released Steamworks SDK version 1.63 in November 2025, which included native ARM64 libraries for Android, allowing for essential Steam functionalities without a translation layer. GameNative integrated these libraries, replacing the desktop client with a more efficient "bionic" Steam client that operates without a user interface, streamlining DRM and matchmaking processes. GameNative now supports Steam Guard TOTP sign-in, enabling smooth authentication and access to the user's Steam library. It downloads games natively, supports cloud saves, and is compatible with most single-player games with Steam DRM. The application boasts a high compatibility rate, with 221 out of 241 games in one user's library showing as compatible. GameNative 1.0 has improved performance with a Vulkan renderer and reworked controller stack. Despite its success, GameNative is not yet available on the Play Store, with nearly a million users sideloading the application. Developers aim to create a Play Store version that complies with Google's policies for easier installation.
Search