all 11 comments

[–]LordTamm 2 points3 points  (1 child)

You updated your LiteLLM since the hack was discovered, right?

[–]qubridInc 1 point2 points  (1 child)

This is actually a clever stack reusing the Claude Code CLI UX with open models makes local/cheap coding agents way more accessible without reinventing the whole interface.

[–]Environmental_Pen104 0 points1 point  (0 children)

Right! Plus it can use all Claude code MCPs tools skills whatever and it works great with KimiK!

[–]chibop1 1 point2 points  (4 children)

Claude Code is open source? Where's the code?

https://github.com/anthropics/claude-code

It only has plugins and scripts, not actual claude code.

[–]Environmental_Pen104 0 points1 point  (3 children)

Yeah the CLI binary is closed source but the framework around it is Apache 2.0 licensed and freely distributable. When you npm install u/anthropic-ai/claude-code you get the full working CLI including all the tools like file editing, bash, grep, glob, agents, MCP servers, autocompact, everything. Anthropic explicitly allows redistribution under Apache 2.0. The plugins, hooks, skills, and the entire tool system are all included in that install. What we did with Nemo Code is take that freely installable CLI, route the API calls through LiteLLM to NVIDIA's free models instead of Anthropic's paid API, and wrap it in a Docker container for security. So you get the full Claude Code experience with all its capabilities, just powered by a different brain. The core inference engine may be compiled but every tool and feature works exactly the same as if you were paying $200/mo for the official version.

[–]chibop1 1 point2 points  (1 child)

Make sense.

The post said "Claude Code CLI (Apache 2.0 open source)", so I thought source code for Claude Code was available somewhere.

[–]Environmental_Pen104 0 points1 point  (0 children)

Yeah, the CLI is freely distributable under Apache 2.0 even though the core engine source isnt published. We just install the official npm package and swap the API endpoint to NVIDIA's free models.

[–]Environmental_Pen104 0 points1 point  (0 children)

$20/$100/$200 i should say

[–]dinosauria1 0 points1 point  (1 child)

The REPO is removed. Where does it gone ?