EILMELDUNGEN LIVE
🔧 AI Nachrichten ChatGPT Ads Arrive in Europe, Starting With the Free Tier(02.09.2026 um 01:22 Uhr)
🔧 ProgrammierungThe Security Fix That Would Have Silently Broken My Feature(02.09.2026 um 01:24 Uhr)
🔧 ProgrammierungFacebook temp email en revisiones de riesgo(02.09.2026 um 01:24 Uhr)
🕵️ SicherheitslückenO prompt de AppSec que eu criei achou 1 gap em 174 rotas.(02.09.2026 um 01:29 Uhr)
🔧 ProgrammierungEKS vs ECS vs Fargate: Choosing AWS Container Compute(02.09.2026 um 01:53 Uhr)
🔧 AI Nachrichten ChatGPT Ads Arrive in Europe, Starting With the Free Tier(02.09.2026 um 01:22 Uhr)
🔧 ProgrammierungThe Security Fix That Would Have Silently Broken My Feature(02.09.2026 um 01:24 Uhr)
🔧 ProgrammierungFacebook temp email en revisiones de riesgo(02.09.2026 um 01:24 Uhr)
🕵️ SicherheitslückenO prompt de AppSec que eu criei achou 1 gap em 174 rotas.(02.09.2026 um 01:29 Uhr)
🔧 ProgrammierungEKS vs ECS vs Fargate: Choosing AWS Container Compute(02.09.2026 um 01:53 Uhr)

15 🕛 kürzlich 7 Min Lesezeit CVE-RADAR
0

In a rare move, Google is bringing native Windows 11 and WSL support to its new AI tools

↗ Quelle (Windows Latest)
🗣️ Stimme:
📑 Inhaltsübersicht

The Windows Subsystem for Linux keeps picking up momentum. GitHub Copilot‘s desktop app just added experimental WSL support, and while that marinates, Google quietly confirmed it is working on WSL for Antigravity, its agentic development platform, along with better native support for Windows, which is rare from a company with a spotty history of supporting Windows.


WSL lets you run a Linux distribution directly inside Windows, without dual-booting or using a full virtual machine. So much of modern software, such as build pipelines, cloud infrastructure, and AI frameworks like PyTorch and llama.cpp, is written and tested on Linux first.


Google Antigravity and GitHub Copilot are both AI based development tools with WSL support
Google Antigravity and GitHub Copilot are both AI based development tools with WSL support. Credit: Windows Latest

In case you didn’t realise it already, both Antigravity and GitHub Copilot are in the same category of AI development tools, and while WSL is now experimentally supported in the GitHub Copilot app, Google is working on WSL for Antigravity. 


WSL2 runs a Linux kernel inside a lightweight, Microsoft-managed VM, so tools like Docker, bash, and Linux-native package managers work as developers expect, all while staying on Windows. Microsoft has been working on improving WSL as a serious platform, and this week’s news from Google is the clearest sign yet that the bet paid off.


Google is finally supporting WSL and native Windows, and that’s rare


It’s an open secret that Google has rarely been generous toward Windows. Most of its developer tools either treat Windows as an afterthought or bring in RAM-heavy browser-based apps instead of native ones. But things seem to be changing, at least for Antigravity.




The setup is under Settings, Experimental, where a new “WSL hosts (Preview)” toggle lets the app “connect to and create sessions inside WSL.” Once enabled, a separate Environments page lists every WSL 2 distribution installed through wsl.exe, in this case an Ubuntu distro marked default and running. Connecting it shows a live WebSocket address, and from there, you register a project by pointing to its absolute Linux path, something like /home/pboggan/coloring-book, which the app validates before adding.


Starting a new session against that project shows a “WSL: Ubuntu” badge at the top, confirming the session runs inside the Linux distro. In the demo, Boggan typed a prompt asking the agent to add a footer reading “Made in Park City, UT”. The agent loaded a frontend-design skill, searched the Next.js project’s page.tsx, layout.tsx, and globals.css files, ran git status –short && git branch directly inside WSL to check the current state, found an existing styled footer, and edited it with a single-line change.


It then re-checked the file to confirm the new text was correct and ran git diff –check to validate the change before showing a “Create PR” button. The whole loop with reasoning, file edits, and git validation ran inside WSL, powered by a model listed as GPT-5.6 Sol.


GitHub’s internal . Separately, Microsoft shipped to see how it holds up in practice.


WSL Containers in action on Windows 11
WSL Containers in action on Windows 11. Credit: Windows Latest

Windows is quietly becoming a serious developer platform again


Despite the near-constant negative press Windows 11 gets over ads, bugs, and forced AI features, the developer side of the OS has had a strong stretch. At Build 2026, Microsoft rolled out Coreutils for Windows, bringing over 75 familiar Linux command-line utilities like ls, grep, and mv natively to Windows without needing WSL at all, built on the open-source uutils project in Rust. WinUI’s commitment as the permanent native app framework, plus its move toward full open source, shows Microsoft treating native Windows development as a priority again.


Ubuntu running via Windows Subsystem for Linux
Ubuntu running via Windows Subsystem for Linux. Source: Ubuntu

We recently covered how appeared first on Windows Latest

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf windowslatest.com.
↗ Original-Artikel auf windowslatest.com lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
84 Fachleser & IT-Security Experten haben diesen Report heute geteilt
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 47%
🟡 In Evaluierung 21%
🟢 Keine Auswirkung 13%
Spannende Innovation 19%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
1 Quelle
Stuggleing to get off the ground with LeetCode, I've learnt all the algorithms the data structures, I'm able to recognise the patterns but still stuggeling to solve problems on my own, they say practice makes perfect (and it's just day 3) so I'll keep go
1 Quelle
Building a Client-Side MTG Proxy Generator with React and TypeScript
1 Quelle
Generic methods ใน Go 1.27: ฟีเจอร์ที่เคยถูกบอกว่า "ไม่มีทาง" แต่ community ผลักดันจนสำเร็จ