不烧卡!免费Claude Code 直接核显起飞 | Zero GPU burn! Free Claude Code takes off on iGPU
Claude Code + Ollama,就像把“硅谷AI程序员”塞进你电脑:不用API账单、不怕代码外泄、断网也能加班。Mac用户爽得像开外挂,Windows用户偶尔会被WSL2教育做人。本地模型虽然偶尔像实习生发呆,但写网站、改脚本、做自动化已经很能打,钱包终于不用天天流血了。
Claude Code + Ollama feels like hiring a tiny AI engineer who lives inside your laptop: no API bills, no cloud paranoia, and it still works offline. Mac users get near-magic performance, while Windows users occasionally fight WSL2 like a boss battle. Local models may zone out sometimes, but for coding, automation, and side projects, it’s insanely practical.
都说2026年AI编程非得烧显卡?错了!今天手把手教你白嫖Claude Code + Ollama + Qwen3-Coder,连核显都能跑。Mac M2亲测,比找对象还轻松,别再说你不会。
They said AI coding in 2026 needs a 4090? Wrong! Today I'm handing you Claude Code + Ollama + Qwen3-Coder for free — runs even on integrated graphics. Tested on Mac M2, easier than finding a date. Stop saying you can't.
1. 装Ollama / Install Ollama
官网下载/Download Link:https://ollama.com
2. 装Claude Code / Install Claude Code
Mac/Linux: curl -fsSL https://claude.ai/install.sh | bash
Windows: irm https://claude.ai/install.ps1 | iex
3. 拉免费模型 / Pull Free Models
本地/Local: ollama pull qwen3-coder
云端备用/Cloud: ollama pull glm-4.7:cloud
4. 最新启动咒语 / Launch
ollama launch claude
5. 一句话生成网站 / Create Project
“你是个经验丰富的网页应用产品经理和自身主程序员。帮我创建一个响应式个人作品集网站:深色科技风、动画首页、项目展示、联系表单、自动README、自动Git初始化, 而且有主流的代码检查与格式化工具。”
“Create a modern, fully responsive personal portfolio website with a sleek dark tech / cyberpunk style, featuring an animated homepage, project showcase with filters, contact form, automatic README generation, one-click Git init, and include ESLint + Prettier setup, using Next.js 15, TypeScript, Tailwind CSS, and Framer Motion.”
6. Agent自动打工 / Let Agent Work
它会自己建目录、写HTML/CSS/JS、跑npm、修bug、git init,你只管喝奶茶。
It builds the folders, writes the code, runs npm, fixes bugs, and does git init. You just sit back and drink milk tea.
7. 开启循环监工 / Loop Agent
/loop 30m 检查网站性能并优化/Check website performance and make it blazing fast
8. 本地预览 / Preview
python3 -m http.server 8080 → (浏览器/Browser)localhost:8080
相关链接(Related links):
https://claude.ai/login
https://code.claude.com/docs/en/overview
https://ollama.com/
https://docs.ollama.com/integrations/claude-code
https://ollama.com/blog/launch
https://github.com/ollama/ollama
https://github.com/itssujeeth/claude-controller
https://docs.ollama.com/integrations/index
https://registry.ollama.com/blog/claude
Comments
Post a Comment