Search Criteria
Package Details: qwen-code-bin 0.14.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/qwen-code-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | qwen-code-bin |
| Description: | Open-source AI agent based on Gemini CLI by QwenLM |
| Upstream URL: | https://github.com/QwenLM/qwen-code |
| Licenses: | Apache-2.0 |
| Conflicts: | qwen, qwen-code |
| Provides: | qwen, qwen-code |
| Submitter: | myuki |
| Maintainer: | myuki |
| Last Packager: | myuki |
| Votes: | 3 |
| Popularity: | 1.53 |
| First Submitted: | 2026-02-01 09:41 (UTC) |
| Last Updated: | 2026-04-16 03:26 (UTC) |
Dependencies (3)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- ripgrep (ripgrep-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR) (optional) – open links and launch browser integration
Required by (3)
- emdash-git (optional)
- roo-code-gemini-cli (requires qwen-code) (optional)
- specify-cli (requires qwen-code) (optional)
Latest Comments
myuki commented on 2026-04-07 15:56 (UTC)
If you're unsure, I recommend sticking to the official
qwen-codein the Extra repo. I originally created this package before the official one existed.The main differences of this
-binpackage are:system-defaults.json.ripgrepin favor of the system-wide one, reducing package size.ismet commented on 2026-04-07 13:35 (UTC)
What is the benefit of using this AUR package over the "qwen-code" package in the Extra repository?
myuki commented on 2026-03-30 05:12 (UTC)
@guglovich Fixed. The problem was that the CLI was previously installed as a single file, but it expects bundled assets such as vendor/tree-sitter/*.wasm next to it. The package now uses the npm tarball and installs the full runtime layout, which should resolve the wasm path issue.
guglovich commented on 2026-03-29 17:45 (UTC)
failed to asynchronously prepare wasm: Error: ENOENT: no such file or directory, open '/usr/bin/vendor/tree-sitter/tree-sitter.wasm' Aborted(Error: ENOENT: no such file or directory, open '/usr/bin/vendor/tree-sitter/tree-sitter.wasm')
the package with the official repo contains the same error. only the installation via npm helped