Providers
Qwen
Configure Qwen in Happier via ACP-backed local runtime integration.
Happier supports Qwen as a local CLI-backed provider.
Requirements
- Qwen CLI installed locally.
- Binary available on
PATH(or setHAPPIER_QWEN_PATH).
Install Qwen
If you use hstack, you can install Qwen with the providers installer:
hstack providers install qwen
qwen --versionOr install manually (macOS / Linux):
curl -fsSL https://qwen-code-assets.oss-cn-hangzhou.aliyuncs.com/installation/install-qwen.sh | bash
qwen --versionWindows (Run as Administrator in CMD):
curl -fsSL -o %TEMP%\\install-qwen.bat https://qwen-code-assets.oss-cn-hangzhou.aliyuncs.com/installation/install-qwen.bat && %TEMP%\\install-qwen.bat
qwen --versionStart Qwen with Happier
happier qwenNotes
- Resume/model/mode/permission behavior is capability-driven.
- Tool calls are normalized to canonical Happier tool renderers.
Troubleshooting
If Qwen is not detected:
- Verify
qwen --versionworks. - Restart Happier.
- Set
HAPPIER_QWEN_PATHif needed.