GemCLI - Unlimited AI code completions in your terminal, $0 forever
byâ˘
GemCLI is a Python CLI tool that gives you unlimited AI-powered code completions, system automation, chat, and image generation , all from your terminal.
Replies
Best
Maker
đ
Hello, PH! đ GemCLI was created by me.
I was annoyed that I had to pay for AI coding tools when Google gives all customer accounts access to Gemini for free. Why not pipe that into my terminal, I reasoned.
GemCLI began as a straightforward chat wrapper and developed into four different modes:
⢠Chat: Use your terminal to communicate with Gemini.
⢠AutoBot: Describe a task, and it will automatically scan your codebase and make changes. ⢠System Agent: manages your computer by executing shell commands.
Using text prompts, generate images.
The main takeaway is that there is no need for an API key, no billing, and no token limits when using browser authentication,the same method you use to log into Google. only your current Google account.
Just install "pip install gemcli" to get started.
Replies