Package Details: qwen-code-bin 0.14.5-1

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)

Required by (3)

Sources (2)

Latest Comments

myuki commented on 2026-04-07 15:56 (UTC)

If you're unsure, I recommend sticking to the official qwen-code in the Extra repo. I originally created this package before the official one existed.

The main differences of this -bin package are:

  • Source: The official package builds from Git; this one repacks the pre-built npm tarball.
  • Auto-updates: Disables the built-in updater via a custom system-defaults.json.
  • Debundled ripgrep: Removes the bundled ripgrep in favor of the system-wide one, reducing package size.
  • Updates: May receive version updates slightly faster than the official package.

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