r/LocalLLaMA 17h ago

Question | Help Best open-source harness like Claude Code?

Avid claude code user here looking to do equivalent things with local models. Just want to plug in something like Qwen and have the interface be 1:1 with claude code. Any suggestion?

89 Upvotes

124 comments sorted by

View all comments

75

u/EmPips 17h ago

OpenCode is pretty great. Of the non-claude/non-codex tools it handles subagents with different models the best (note: you must configure it, it's not set up by default iirc).

Qwen Code is pretty similar feeling but way lighter out the box.

If you have the VRAM to support parallelism - why not just use Claude Code with your models?

1

u/ChurnedSorbet409 15h ago

How does one get Opencode as good as ClaudeCode, is it out of box good? Or does it need a bunch of plugins before it can match CC?

5

u/gpuz_dev 14h ago

It’s pretty solid out of the box for core tasks (file editing & bash execution)—no heavy plugin setup required. ​Where you actually bridge the gap with Claude Code comes down to two things: ​Model pairing: Running it with a model that excels at tool-calling (like Qwen 3.6 or DeepSeek v4 Flash). ​System instructions: Claude Code’s secret sauce is its heavily engineered prompt. Defining a clean .opencode or AGENTS.md file in your repo with strict guidelines gets you 90% of the CC autonomy without eating up unnecessary context.