Qwen3.6:27b + Custom Go Agent: A Local Alternative to Claude Code

✍️ OpenClawRadar📅 Published: May 15, 2026🔗 Source
Qwen3.6:27b + Custom Go Agent: A Local Alternative to Claude Code
Ad

A developer (codehamr) who runs a local LLM integration business describes experimenting with local models as a fallback for Claude Code. They report that Qwen3.6:27b at Q8 on an RTX 6000 with 96GB and 128k context delivers a similar coding experience to Claude Code, and note that a consumer RTX 5090 with 32GB at Q4_M can achieve comparable results.

For the agent layer, they built a minimal, single Go binary named codehamr (MIT open source) — no plugins, no MCP, no themes. The agent handles search, dependencies, and file work through bash on demand. The repo is available at: https://github.com/codehamr/codehamr

Ad

Key Details

  • Model: Qwen3.6:27b at Q8 quantisation, running on RTX 6000 (96GB) with 128k context — overkill for a 30B model.
  • Consumer alternative: RTX 5090 (32GB) at Q4_M should give a similar coding experience with good prompting discipline.
  • Agent build: Custom Go binary — minimal, no plugins, no MCP. Uses bash for search, dependencies, file operations.
  • License: MIT open source, available for fork or ignore.

The developer emphasizes that every step toward local LLMs reduces dependency on cloud tools. This setup, combined with disciplined prompting, is the first local configuration where they don't miss Claude Code.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

SIDJUA v0.9.7: Open Source Multi-Agent AI with Pre-Action Governance Enforcement
Tools

SIDJUA v0.9.7: Open Source Multi-Agent AI with Pre-Action Governance Enforcement

SIDJUA v0.9.7 is a self-hosted, open source multi-agent AI framework that enforces governance rules before agents act, blocking unauthorized actions like budget overruns or scope violations. It supports multiple LLM providers, runs on 4GB RAM, and includes a desktop GUI built with Tauri v2.

OpenClawRadar
Mind Keg MCP: Persistent Memory for Claude Code and MCP-Compatible Agents
Tools

Mind Keg MCP: Persistent Memory for Claude Code and MCP-Compatible Agents

Mind Keg MCP v0.1.1 is an open-source MCP server that provides persistent memory for Claude Code and other MCP-compatible agents. It stores learnings locally via SQLite and retrieves them via semantic search, allowing AI coding assistants to remember context between sessions.

OpenClawRadar
Zikra: Self-Hosted MCP Memory Server for Claude Code, Cursor, and Codex
Tools

Zikra: Self-Hosted MCP Memory Server for Claude Code, Cursor, and Codex

Zikra is a self-hosted MCP memory server that automatically saves every decision, error, and requirement when Claude Code sessions end via a Stop hook, creating a shared memory pool accessible across tools and team members.

OpenClawRadar
MCP Server for Semantic Search in Obsidian Vaults
Tools

MCP Server for Semantic Search in Obsidian Vaults

A developer built an MCP server that indexes Obsidian vaults into Qdrant with local embeddings, enabling semantic search instead of keyword matching. It chunks markdown by headings, uses BAAI/bge-small-en-v1.5 embeddings, and works with Claude Code, Cursor, Windsurf, or any MCP client.

OpenClawRadar