OpenClaude-Notes
Table of Contents
1. About
-
What is OpenClaude?
-
OpenClaude is an open-source coding-agent CLI for cloud and local model providers.
-
Use OpenAI-compatible APIs, Gemini, GitHub Models, Codex OAuth, Codex, Ollama, Atomic Chat, and other supported backends while keeping one terminal-first workflow: prompts, tools, agents, MCP, slash commands, and streaming output.
4. Configuration
4.1. Ollama Provider
-
Reference this doc.
-
Create env variables:
-
Open a CMD window
-
Create these env variables
Windowssetx CLAUDE_CODE_USE_OPENAI 1setx OPENAI_BASE_URL http://192.168.1.53:11434/v1Optionalsetx OPENAI_MODEL gpt-oss:20b -
Close the CMD window
Don’t launch openclaudein this CMD window. Open a new one! -
Open a new CMD window
-
Launch openclaude
openclaude
-