|
|
|
|
|
by fiyec30375
165 days ago
|
|
I suppose you could try typescript which can compile to a single binary using node or bun. Both bun and node do type stripping of ts types, and can compile a cli to a single file executable. This is what anthropic does for Claude code. |
|