📝 Linux

How to Use Claude Code with Qwen models for Free (Linux)

BLOG ARTICLE Published on January 3, 2026

Written by Mohsin Sheikhani

Source: DEV Community - Linux 1 min read intermediate

Summary

Prerequisites Qwen CLI installed and authenticated Node.js v18+ installed Step 1: Install Claude, Claude Code Router and Qwen Code npm install -g @qwen-code/qwen-code@latest npm install -g @anthropic-ai/claude-code @musistudio/claude-code-router Step 2: Extract Your Access Token Replace LINUX_USER with your Linux username. Open /home/LINUX_USER/.qwen/oauth_creds.json It should look something like this: { "access_token": "YOUR_QWEN_ACCESS_TOK...

#linux #llm #node #tutorial
0 views
0 likes
0 comments