Use Claude Code without an Anthropics account and route it to custom server(s)
npm install @gguf/claude-code-generator
npm install -g @anthropic-ai/claude-code
`then install generator via npm
`
npm install -g @gguf/claude-code-generator
`update generator (if installed previously)
`
npm update -g @gguf/claude-code-generator
`check current version
`
ccg version
`launch ui for settings
`
ccg ui
`start coding
`
ccg code
``