I'm looking for AI tools that I can use directly from the terminal, like ChatGPT, Gemini, or Claude. Instead of going to their websites, I'd love something that lets me interact with these AI engines within my terminal environment. I found several solutions that might help:
1. [charmbracelet/mods](https://github.com/charmbracelet/mods)
2. [TheR1D/shell_gpt](https://github.com/TheR1D/shell_gpt) - this one is exactly what I need.
3. [aandrew-me/tgpt](https://github.com/aandrew-me/tgpt) - another great option.
4. [OpenInterpreter/open-interpreter](https://github.com/OpenInterpreter/open-interpreter) - this one's more assistant-focused.
4 Answers
If you're looking for a shell wrapper rather than a full AI model running locally, try this command: `curl -sS https://raw.githubusercontent.com/0xacx/chatGPT-shell-cli/main/install.sh | sudo -E bash`. Just remember to add your OpenAI API key to your ~/.bash_profile first with 'OPENAI_KEY=YOUR_KEY_HERE'.
On Cursor, you can actually call Gemini directly from the command line now, which is pretty neat!
You're the tool for this! Remember, AI just became popular recently, while terminals have been around much longer!
You might want to check out Ollama; it pretty much allows AI usage directly from your terminal!
Isn't Ollama mainly for self-hosted setups, though?
There’s really no connection between them. I just want a way to use AI within the terminal environment!