dependency on node-pty also means users have to run install with allowing post install scripts which is pretty gnarly.
I wonder if there are other options?
- rewrite everything in zig/rust/golang ?
- convert from node to bun, then compile into single binary (would this allow bundling node-pty)?
dependency on
node-ptyalso means users have to run install with allowing post install scripts which is pretty gnarly.I wonder if there are other options?