Terminal

Winsage
July 10, 2026
Microsoft has confirmed that WSL Containers, which allows users to create and manage Linux containers directly from Windows, is now available on Windows 10. Users must have Windows 10 version 2004 (Build 19041) or later to utilize WSL Containers. The installation process involves checking the Windows build, installing WSL, updating to the container build, confirming the version, and running a test command. WSL Containers support GPU passthrough, enabling CUDA capabilities directly from Windows 10. A text-based UI dashboard for managing WSL Containers, named lazywslc, has also been introduced.
AppWizard
July 7, 2026
Android 17 is progressing towards enabling a fully functional Linux desktop environment, allowing for the potential to run Linux GUI applications. The Android kernel is based on Linux, and Google has integrated Linux terminal support. Users face challenges with the implementation of the Weston app, which is intended to provide a graphical environment for Linux GUI applications. The process to enable Linux GUI apps involves several steps, including enabling Linux terminal support, installing Flatpak, and accessing the Wayland terminal. However, users encounter technical hurdles, such as insufficient memory allocation and issues with the D-bus portal, leading to a frustrating experience. Despite some successful attempts to run the Weston command, persistent errors hinder functionality, and the feature is not yet ready for widespread use.
AppWizard
July 5, 2026
A fully playable browser version of Half-Life 2 has been released, created by developers Slqnt and 98006 in three months. This version includes the entire main campaign and two episodic DLCs, operating natively on devices without cloud streaming. It utilizes WebGL 2 and WebAssembly to run graphics-intensive tasks and translate C++ code into JavaScript. The port features a Source console for accessing developer commands, though it does not support Steam achievements. Testing on various devices showed the best performance on a Windows PC, achieving over 100 FPS. The future of the port depends on Valve's response, and while copyright issues pose challenges, many classic games are available for free online.
AppWizard
July 2, 2026
The Android 17 QPR1 beta has introduced a new feature called "Keyboard shortcuts" in the Linux Terminal app, allowing users to customize key combinations for various Terminal functions. This feature can be found under Settings > Keyboard shortcuts, enabling users to toggle shortcuts on or off and assign their preferred key combinations. It is particularly beneficial for Pixel devices in Desktop mode and tablet users with keyboard accessories, enhancing productivity for power users. The utility of this feature is limited on smartphones but is advantageous for those using physical keyboards.
AppWizard
July 2, 2026
The Android 17 QPR1 Beta 6 has introduced enhancements to the Linux Terminal app, including the ability to import custom fonts from phone storage and multi-window support. Users can now select their preferred font as the default and open new terminal windows via the three-dot overflow menu, with each window appearing in Android’s recents screen. The Linux Terminal app debuted on Pixel devices during the March 2025 Pixel Drop and has seen several improvements since its launch.
Winsage
June 28, 2026
Microsoft has clarified that there is no WSL 3 in development, as stated by Craig Loewen, the Product Manager for the Windows Subsystem for Linux (WSL). The confusion arose from articles discussing a new feature called WSL Containers, which will be launched soon. WSL allows users to run Linux environments on Windows without dual-booting, while WSL Containers enable the creation and management of Linux containers directly within Windows, eliminating the need for third-party tools like Docker Desktop. WSL 1, introduced in 2016, served as a translation layer for Linux system calls, and WSL 2, launched in 2019, included a full Linux kernel in a lightweight virtual machine. WSL Containers is an enhancement to WSL, allowing developers to build, run, and deploy containers directly from Windows using the wslc.exe command. This feature is part of Microsoft's strategy to make Windows a more accessible platform for running Linux workloads, helping to retain developers who might consider switching to other operating systems.
Winsage
June 25, 2026
Setting up a PC with the base Dev Config has been streamlined for developers, utilizing the Winget configuration service to install applications, execute updates, and apply developer settings on Windows. Users can access setup scripts by cloning a GitHub repository or downloading a zip archive, with clear instructions provided by Microsoft. The installation may require a reboot during the Windows Subsystem for Linux (WSL) installation, but the script resumes automatically afterward. The process installs applications such as PowerShell, Git, GitHub command-line interfaces, Windows App SDK, Visual Studio Code, and language support for Node.js, Python, and .NET. It also includes developer-friendly fonts and a theme engine for Windows Terminal, along with options for customizing File Explorer and the Windows Task Bar. After WSL installation, developers can use WSL Comfort scripts to install additional tools and personalize their Windows Terminal experience. This utility has two phases: the Windows component configures WSL and Ubuntu, while the Linux component fine-tunes the WSL environment, allowing for zsh and starship terminal display tools. It also integrates popular command-line interfaces and supports the Homebrew package installer, targeting existing Ubuntu instances without needing a new Linux distribution installation.
AppWizard
June 22, 2026
Android 17 has been released for Pixel devices, introducing several new features: 1. Desktop Mode allows users to connect their phones to an external monitor for a desktop-like experience with a Bluetooth mouse and keyboard. 2. App Bubbles enable seamless multitasking by allowing users to bubble apps for quick access from the home screen. 3. The selfie camera can be enabled during screen recordings, allowing users to narrate actions while appearing on screen. 4. The recent apps page now displays full app names and includes a drop-down menu for options like pinning, splitting the screen, taking screenshots, or clearing recent apps. 5. Early support for running GUI Linux applications is introduced, paving the way for future advancements in Linux environments on devices. 6. Enhanced HDR brightness allows users to customize the display of HDR content for a more dynamic viewing experience. The update process for Pixel 9 Pro took approximately 30 minutes, and the rollout for other Pixel devices is expected soon. Other Android users will need to wait for their respective device updates.
Winsage
June 22, 2026
The Windows desktop experience has a streamlined interface, but its command line interface (CLI) offerings, particularly the cmd.exe shell, have been criticized for lacking the features found in UNIX/BSD/Linux environments. Microsoft’s transition to PowerShell has disappointed users who prefer a more traditional CLI experience. Despite Windows NT operating systems being POSIX compliant, they have historically lacked a suitable shell. MSYS2 provides a solution by offering a Linux-like experience with a Bash shell and the pacman package manager, allowing users to run shell scripts and access various tools. However, binaries compiled in MSYS2 may depend on shared libraries not included in the Windows system path. Upon installation, users can choose from different terminal options, with the UCRT terminal recommended for its usability. MSYS2 facilitates a streamlined development workflow, enabling the use of familiar tools across multiple platforms, but it does not achieve perfect integration within Windows and has some limitations, such as issues with stdout output in Bash.
Search