feat: add macOS Desktop App installation script and documentation#3564
Closed
huangrichao2020 wants to merge 6 commits into
Closed
feat: add macOS Desktop App installation script and documentation#3564huangrichao2020 wants to merge 6 commits into
huangrichao2020 wants to merge 6 commits into
Conversation
- Add install-qwen-macos-app.sh script for one-click macOS app installation - Add comprehensive documentation for macOS Desktop App feature - Update README.md with macOS Desktop App installation option - Users can now launch Qwen Code via Spotlight, Launchpad, or Applications folder Fixes user request for easier macOS desktop access to Qwen Code CLI Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
- Add qwen-icon.png (from vscode-ide-companion assets) to scripts/installation/ - Update install script to read icon from local SCRIPT_DIR - Fallback to default icon if qwen-icon.png not found - Update README and docs to use raw.githubusercontent.com URL This ensures the installer works immediately without waiting for CDN upload. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
wenshao
requested changes
Apr 24, 2026
Closed
6 tasks
Author
|
Updated per review. Addressed the installer issues by:
|
wenshao
requested changes
Apr 24, 2026
Co-authored-by: Shaojin Wen <shaojin.wensj@alibaba-inc.com>
huangrichao2020
commented
Apr 24, 2026
huangrichao2020
left a comment
Author
There was a problem hiding this comment.
feat: add macOS Desktop App installation script and documentation
Author
|
Superseded by #3627. I recreated the fork/head branch, rebased on current |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds the ability to install Qwen Code as a native macOS desktop application, allowing users to launch Qwen Code via Spotlight, Launchpad, or the Applications folder with a single click.
Changes
1. Installation Script
scripts/installation/install-qwen-macos-app.sh.appbundle in/Applications--autoflag for CI/non-interactive use2. Documentation
docs/users/installation/macos-desktop-app.md3. README Update
User Experience
After installation, users can:
Cmd + Space→ type "Qwen Code" → Enter/ApplicationsThe app opens Terminal and automatically runs
qwen.Why This Matters
Many macOS users prefer launching tools from Spotlight/Launchpad rather than opening Terminal first. This lowers the barrier to entry for daily use, similar to how other popular dev tools provide desktop app entry points.
Checklist
docs/users/)