Glean for Desktop
About the desktop app
Glean's desktop app brings the power of Glean to your Mac and Windows machine, whenever you need it. Invoke Glean from any application and type your query to run a search or start a chat conversation with Glean.

Setting up the app
You can download the desktop app from your Glean install settings, or use the following links. After you install the app, sign in to Glean.
For macOS:
For Windows:
In the app's settings, you can make the following adjustments to your experience:
- Quick entry shortcut controls the keyboard shortcut that opens quick entry anywhere on your machine. It is Cmd+Shift+J on macOS and Ctrl+Shift+J on Windows by default, and can be changed to any key combination.
- Hide menu bar icon hides the Glean menu bar icon on macOS when turned on.
- Hide from dock hides the Glean icon from the macOS Dock. If the app is pinned to the Dock, its icon will not be hidden, even when this setting is turned on.
- Open quick entry results in browser causes search and chat queries from quick entry to open in your default browser, rather than the Glean app window, similar to the default Spotlight behavior on macOS.
Important notes
- Glean will not search local files, such as content on your desktop.
- On macOS, the app requires macOS 12 ("Monterey") or later.
- On Windows, the app requires Windows 10 or later, on 64-bit (x64) or ARM64.
Controlling automatic updates
We provide system preferences to control automatic updates. You can disable automatic updates on a per-user basis. This may be helpful for testing new versions of the app before releasing them, or for gradually rolling out app updates. To maintain app reliability and security, we recommend updating Glean whenever a new app version is released.
To prevent Glean from automatically checking for updates, run the following terminal command as each user who will be running the Glean desktop app:
defaults write /Users/$USER/Library/Preferences/com.glean.desktop GleanNoAutoUpdates -bool YES
Use the following command to re-enable automatic updates:
defaults write /Users/$USER/Library/Preferences/com.glean.desktop GleanNoAutoUpdates -bool NO
By default, automatic updates will be enabled.