by ducan-ne
The Claude Code alternative
# Add to your Claude Code skills
git clone https://github.com/ducan-ne/opencoderTry it out:
npx opencoder@latest
bunx opencoder@latest
Or try the beta channel:
npx opencoder@next
https://github.com/user-attachments/assets/67c52f00-7c54-404d-b1e2-244312f0094a
OpenCoder is built on top of the Vercel AI SDK. It is fully compatible with the AI SDK model, any official or community model supported by the AI SDK will work with OpenCoder:
import { ollama } from 'ollama-ai-provider'; // read more: https://sdk.vercel.ai/providers/community-providers/ollama
import type { Config } from 'opencoder';
export default {
model: ollama('qwq'),
} satisfies Config
Integrate powerful MCP capabilities into your workflow in 1 step. OpenCoder provides ready-to-use MCP tools that can be implemented with just a few lines of code:
import { playwright } from 'opencoder/mcp';
export default {
mcp: [playwright()],
} satisfies Config
No comments yet. Be the first to share your thoughts!
More examples:
OpenCoder has a cross-platform shell that supports Windows, Linux, and MacOS. Powered by Deno shell
.vscode/mcp.json or .cursorrules/mcp.jsonimport { playwright } from "opencoder/mcp")Contributions are welcome!