Remix.run Logo
alexboehm a day ago

I too was frustrated with needing npm and slow startups or huge rust compile times for agents. I tried getting agents to write a tool like this with proper raw mode content pasting/ interruptions, but they just kept screwing it up without a framework like ratatui, so I wrote one in c by hand https://gist.github.com/fourlexboehm/a60e4ef9306744483731cd1... the only dependency is libcurl.

This binary is ~40kb and uses much less ram than fx.

handfuloflight 17 hours ago | parent | next [-]

"it can do everything Claude code can do" This is a tad bit hyperbolic.

alexboehm 13 hours ago | parent [-]

Fair point, but name one thing you can't do with bash.

smy20011 19 hours ago | parent | prev [-]

Very clean, thank you for posting!