Many CLI applications are now using Ink to write their UIs.
I suspect React will eventually standardize all UI writing approaches.
I'd rather apt-get install something.
But that seems not a possibility in the modern days of software distribution, especially with GPU-dependent stuff like LLMs.
So yeah, I get why this exists.
What is the complaint here? There are plenty of binaries you can invoke through your cli that will query a remote llm api
Using React to render a CLI tool is something. I'm not sure how I feel about that. It feels like like 90% of the code is handling issues with rendering.
I mean, it's a thin wrapper around LLM APIs, so it's not surprising that most of the code is rendering. I'm not sure what you're referring to by "handling issues with rendering", though—it looks like a pretty bog standard React app. Am I missing something?
It’s not clear from the README what providers it uses and why it needs your GitHub username.
Connects to any OpenAI-compatible API.
Using a GitHub username prevents abuse.
Is this doing local inference? If so, what inference engine is it using?
Currently using the OpenAI API to access multiple models. You can use ollama to access local inference models
this is neat.... whose anthropic credits am i using, though? sonnet-4 isn't cheap! would i hit a rate-limit if i used this for daily work?
I am the author, thank you for your support.
Welcome to help maintain it with me
hey i just tried it. it's cool! i wish it was more self aware
Thank you for your feedback; I will optimize the prompt
does this project request to llm providers?
Are you serious? Yeah, its using gemini 2.5 pro without a server, sure yeah.