免账号,一键配置Claude code,畅爽使用claude编程!

585 阅读1分钟

本教程参考自开源项目:github.com/XTurnV007/c…

本文旨在帮助使用者免去claude账号,大规模减少claude code token花费!(需自备科学上网)

下文以windows为例:

1. 以管理员身份运行PowerShell;

图片.png

2. 右键粘贴以下命令行,等待运行完成粘贴密钥,回车;

Invoke-WebRequest -Uri "https://raw.githubusercontent.com/XTurnV007/cheapClaude-cc/refs/heads/main/install.ps1" -OutFile "install.ps1" -ContentType "text/plain; charset=utf-8"; Get-Content -Path "install.ps1" -Encoding UTF8 | Out-String | Invoke-Expression; Remove-Item "install.ps1"

图片.png

3. 重启powershell,在IDE或者终端输入claude,即可使用!

图片.png