Remix.run Logo
the_mitsuhiko 4 days ago

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

That repository does not contain the code. It's just used for the issue tracker and some example hooks.

koakuma-chan 4 days ago | parent | next [-]

https://github.com/dnakov/claude-code :trollface:

throwaway314155 4 days ago | parent [-]

That's been DMCA'd since you posted it. Happen to know where I can find a fork?

koakuma-chan 4 days ago | parent | next [-]

> That's been DMCA'd since you posted it.

I know, thus the :trollface:

> Happen to know where I can find a fork?

I don't know where you can find a fork, but even if there is a fork somewhere that's still alive, which is unlikely, it would be for a really old version of Claude Code. You would probably be better off reverse engineering the minified JavaScript or whatever that ships with the latest Claude Code.

throwaway314155 4 days ago | parent [-]

Gotcha, I misunderstood.

mlrtime 3 days ago | parent | prev [-]

Just search dnakov/claude-code mirror and there is a path to the source code, I found it in 2 minutes.

CuriouslyC 4 days ago | parent | prev [-]

It's a javascript app that gets installed on your local system...

the_mitsuhiko 4 days ago | parent [-]

I'm aware of how it works since I have been spending a lot of time over the last two months working with Claude's internals. If you have spent some time with it, you know that it is a transpiled and minified mess that is annoyingly hard to detangle. I'm very happy that claude-trace (and claude-bridge [1]) exists because it makes it much easier to work with the internals of Claude than if you have to decompile it yourself.

[1]: https://github.com/badlogic/lemmy/tree/main/apps/claude-brid...