Terminal

AppWizard
April 25, 2026
Android's built-in Linux Terminal app is set to receive an upgrade with new options for adjusting image quality and performance, particularly beneficial for users in desktop mode. The latest Android 17 QPR1 beta 1 introduces a setting to adjust the Terminal's resolution, offering three choices: Full (prioritizes visual quality), Half (balances performance and visibility), and Quarter (maximizes performance at the cost of visual fidelity). Users can access these options through Settings > Advanced. The update also includes a full-screen button to hide navigation and status bars, and a redesigned toolbar in a pill-shaped floating bar at the bottom of the screen. Additionally, a feature to limit memory usage is being tested for future stable rollout in Android 17.
Winsage
April 25, 2026
Open-source developer "Hailey" has introduced the Windows 9x Subsystem for Linux (WSL9X), which allows users to run both Windows and Linux applications simultaneously on classic versions of Windows, including Windows 95, 98, and Me. WSL9X operates by running a modern Linux kernel (6.19) alongside the Windows 9x kernel, enabling features such as paging, memory protection, and pre-emptive scheduling. It is neither emulation nor virtualization and does not require hardware virtualization. WSL9X is available for download, but users must build it from the source provided by Hailey. It allows access to a genuine Linux terminal alongside classic Windows applications, enabling various tasks without compromising system stability.
AppWizard
April 23, 2026
Google has released Android 17 QPR1 Beta 1 for Pixel devices on April 22, 2026, with the build number CP31.260403.005.A1. This update indicates platform stability, focusing on refining existing features and addressing bugs, particularly in the Terminal app and wireless printing capabilities. Key issues resolved include an Application Not Responding error in the Terminal app, VoIP distortion in voice communication applications, and audio output failures on devices using AIDL audio HAL. The update is available for Pixel devices from the Pixel 6 series to the Pixel 10 lineup enrolled in the Android Beta Program. The stable version of Android 17 is expected around mid-2026, with Android 17 QPR1 likely debuting alongside the Pixel 11 in August or September.
Winsage
April 22, 2026
Hailey has developed the Windows 9x Subsystem for Linux (WSL9x), which allows the 6.19 Linux kernel to run on Windows 9x systems without a graphical user interface, relying instead on a terminal experience. WSL9x consists of three main components: a modified Linux kernel that interacts with Windows 9x APIs, a virtual device (VxD) driver that initializes WSL9x and manages userspace events, and a simple 16-bit DOS client for passing commands to the Linux kernel. The system handles syscalls through a general protection fault handler due to limitations in the Win9x architecture. However, this setup poses security risks as both the Linux kernel and Windows kernel operate with the same CPU privileges, meaning instability could occur if either crashes. Comprehensive instructions for installation are available on Hailey's Codeberg page.
Tech Optimizer
April 22, 2026
A newly identified remote access trojan, STX RAT, emerged in 2026, integrating hidden remote desktop access with credential theft features. The name "STX" comes from the Start of Text magic byte x02, which it appends to communications with its command-and-control (C2) server. Initial sightings were reported in late February 2026, when it was delivered via a browser-downloaded VBScript file to a financial organization. By early March, Malwarebytes noted a campaign distributing STX RAT through compromised FileZilla installers. Researchers from eSentire’s Threat Response Unit analyzed the malware, which includes extensive anti-analysis measures and employs techniques like AMSI-ghosting. Once operational, STX RAT connects to a C2 server at 95.216.51.236, transmitting system information securely. It targets saved credentials from applications like FileZilla and includes a Hidden Virtual Network Computing (HVNC) module, allowing attackers to control a victim's machine without detection. Security teams are advised to block the C2 IP and implement detection rules to mitigate the threat.
AppWizard
April 17, 2026
Google has introduced a suite of AI skills and development tools for Android developers to enhance productivity, allowing them to build applications three times faster using any AI agent. The documentation has been restructured into a format called Agent Skills, providing clear, actionable steps for AI to follow, which eliminates the need for manual input from developers. Google plans to expand its offerings with more official Android skills compatible with community-developed skills. Additionally, a preview of the Android CLI has been released, enabling developers to perform tasks like environment setup and project creation directly from the terminal, significantly improving efficiency. Internal tests show that using the Android CLI with the new skills can reduce AI token usage for project setup by 70% and decrease task completion time to a third of traditional methods. The Android Knowledge Base has also been introduced to keep AI agents updated with current data, enhancing their effectiveness. Developers can transition from the Android CLI to Android Studio for advanced debugging, with new AI-powered project flows integrated into the IDE.
Winsage
April 5, 2026
Windows 11 allows users to customize background images, themes, accent colors, and the Start menu and Taskbar. However, for more significant changes, Windhawk offers a modular approach to modify the operating system without risky file modifications. To install Windhawk on Windows 11, users can use the Windows Package Manager (winget) by running the command: winget install --id RamenSoftware.Windhawk. Notable mods available for Windhawk include: - Windows 11 Taskbar Styler: Provides control over the Taskbar's visual elements with three levels of customization. - Taskbar on Top for Windows 11: Allows users to reposition the Taskbar to the top of the screen. - Taskbar Height and Icon Size: Enables adjustments to the Taskbar's height and icon size without affecting DPI scaling. - Windows 11 Start Menu Styler: Offers complete customization of the Start menu's appearance using themes and custom XAML/CSS. - Windows 11 File Explorer Styler: Allows control over the File Explorer interface by injecting custom XAML styles. - Windows 11 Notification Center Styler: Modifies the layout, transparency, and aesthetics of the Notification Center and Quick Settings. Windhawk uses dynamic code injection to implement changes without altering system files, minimizing risks associated with traditional modifications.
AppWizard
April 4, 2026
Using ADB via the command line can be cumbersome, prompting the desire to create a tailored application focused on the APK installation workflow, including wireless debugging pairing, file browsing, and bundle unpacking. A recent poll indicated that 48% of respondents use ADB fairly often, while 35% have used it once or twice. The author, a moderately skilled programmer, explored AI-assisted "vibe coding" to develop an app in Go, chosen for its simplicity and cross-platform capabilities. The project began with outlining its structure and creating a basic ADB wrapper in Go, which evolved into a functional terminal application within three days of part-time effort. The app, a compact 7MB executable, manages ADB sessions, allows pairing with Android devices over USB or Wi-Fi, includes a file explorer, and supports installing and unpacking various app bundles. Despite its usefulness, the author noted a limited understanding of Go due to reliance on AI for problem-solving. The app's source code is available on the Tiny APK Installer GitHub repository.
Winsage
April 1, 2026
Microsoft is implementing significant enhancements to Windows 11, including major revisions to File Explorer and a reduction in Copilot integration. A dedicated team is being formed to transition web applications to native Windows 11 apps. Tali Roth, head of Windows Shell, has acknowledged user frustrations with Windows Search and confirmed that improvements are forthcoming to simplify the search experience and refine search rankers. These adjustments aim to prioritize relevant results, ensuring users find the correct applications, such as directing searches for "Terminal" to the Windows Terminal. The updates also include changes to the Start Menu, contributing to a more intuitive and user-friendly platform.
Search