Google Brings a Native Gemini App to Windows, Years After ChatGPT
Software / news
Google Brings a Native Gemini App to Windows, Years After ChatGPT
The app overlays Gemini on any window with an Alt+Space shortcut, but the heavy lifting still runs in Google's cloud rather than on the PC.
Google released a native Gemini desktop app for Windows on Thursday, Sept. 10, 2026, letting Windows 10 and 11 users summon the assistant over any open window with an Alt+Space keyboard shortcut instead of switching to a browser tab.
Google announced the launch on its own blog, and Engadget and several other outlets covered it the same day. The app is a global release rather than a staged rollout, available for both x64 and ARM64 machines in every country and language where the Gemini service already runs, according to Google's post. It can be downloaded directly from gemini.google/desktop.
What Alt+Space actually opens
Pressing the shortcut overlays a Gemini window on top of whatever application is active, so a user can ask it to fact-check a paragraph in a document or draft a slide title without leaving the app they are working in, Google's post says. The shortcut can be remapped in the app's settings. From the same overlay, the app can also open a larger dedicated workspace for longer tasks, generate images through Google's Nano Banana tool, and generate video through Gemini Omni, according to Google.
The app also connects directly to Gmail and Google Drive, so it can pull a specific email or document into a task without a user copying and pasting text in first, Engadget reported. Google describes the client as "lightweight and quiet," built to avoid slowing down the rest of the system, since the model itself runs on Google's servers rather than on the PC's own hardware.
Nearly two years behind ChatGPT, using the same shortcut
OpenAI shipped a preview of a native ChatGPT app for Windows on Oct. 17, 2024, VentureBeat reported at the time, almost two years before Gemini's arrival on the platform. OpenAI's Windows app used the identical Alt+Space overlay shortcut Google adopted for Gemini, according to VentureBeat's report, down to the same key combination. Google had already released a Gemini app for Mac earlier in 2026, Engadget reported, making Thursday's release the assistant's last major desktop gap to close.
| Assistant | Windows Desktop App | Overlay Shortcut |
|---|---|---|
| ChatGPT (OpenAI) | Preview shipped Oct. 17, 2024 | Alt+Space |
| Gemini (Google) | Shipped Sept. 10, 2026 | Alt+Space |
Google's post includes a caution notice telling users to double-check any fact the app surfaces, an acknowledgment that a shortcut making the model easier to reach does not make its answers more reliable. Engadget's coverage did not test whether that caution changes how often the app is actually wrong, and neither outlet's reporting says whether a local, on-device version is planned the way OpenAI's Agents API added server-side tool use this month.
What's still cloud-only
Google has not said when, or whether, any part of Gemini's Windows client will run inference locally rather than round-tripping every request to its servers, which is the same tradeoff Anthropic's Claude Fable 5.1 and other assistants have made in their own desktop clients. For now, closing the Alt+Space overlay does not close the network connection behind it: every answer, image and video the Windows app produces still depends on Google's cloud being reachable.
Sources
More in Software
- 01ZCode Uploads Users' Full Git History, Zhipu Says It Deletes ItA developer's reverse-engineering forced a same-day apology from Zhipu over a coding assistant that never told users it was packaging their repositories for the cloud.
- 02Alibaba's Open Code Review Tool Ships an IntelliJ PluginVersion 1.12.6 extends the AI code reviewer to JetBrains IDEs the same week Alibaba's own benchmark shows it trading recall for precision against Claude Code.
- 03Flet Reaches 1.0, Ships One Python App to Six PlatformsFeodor Fitsner's framework rebuilt its bridge to Flutter for the stable release, but has not said how many people pay for anything built on top of it.
- 04Bend 2 Bets Formal Proof Can Catch AI's Coding MistakesVictor Taelin's rewritten language backs its safety pitch with a compiler its own README calls 99 percent AI-written and not yet audited.