Search Criteria
Package Details: qwen-code-bin 0.21.2-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 originally 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: | 0.157087 |
| First Submitted: | 2026-02-01 09:41 (UTC) |
| Last Updated: | 2026-07-31 14:21 (UTC) |
Dependencies (6)
- nodejs (nodejs-gitAUR, nodejs-lts-hydrogenAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- ripgrep (ripgrep-gitAUR)
- docker (rancher-desktop-gitAUR, podman-docker-gitAUR, docker-gitAUR, docker-cli-binAUR, rancher-desktop-binAUR, rancher-desktopAUR, podman-docker) (optional) – run agent tools in a sandboxed container
- git (git-gitAUR, git-glAUR, git-wd40AUR) (optional) – version control integrations
- podman (podman-gitAUR) (optional) – run agent tools in a sandboxed container
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR, xdg-utils-gitAUR) (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-07-15 05:22 (UTC)
I have switched the source back to the official GitHub release (now supporting
x86_64andaarch64architectures).Instead of creating a symlink to the JS entrypoint directly, we are now reusing the official startup script (
bin/qwen), and patching it to use the system-wide Node.js.This ensures that our execution behavior aligns as closely as possible with the official upstream release, and prevents the package from breaking in the future if upstream decides to change their internal entry points or file structures.
myuki commented on 2026-07-09 10:20 (UTC)
@gunit cli.js lost its shebang in a recent upstream release. The package.json bin entry is cli-entry.js, which has the proper #!/usr/bin/env node shebang. Should be fixed now — the symlink now points to cli-entry.js.
gunit commented on 2026-07-09 07:39 (UTC)
I can't start qwen 0.19.8-1. My errors (only on german): /usr/bin/qwen: Zeile 1: //: Ist ein Verzeichnis /usr/bin/qwen: Zeile 2: use strict: Kommando nicht gefunden ^C/usr/bin/qwen: Zeile 4: initCpuProfiler: Kommando nicht gefunden /usr/bin/qwen: Zeile 5: Syntaxfehler beim unerwarteten Symbol »}« /usr/bin/qwen: Zeile 5: `} from "./chunks/chunk-MJKEQSZI.js";'
And my patch:
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