A tool to use latest gemini-1.5-pro-latest generative model in your terminal.
Create API key
If you don't already have Gemini API key create a key from here.
Download the .deb File
- Go to the Releases section of this repository.
- Find the desired version and download the .deb file (Latest version is recommended)
- Navigate to the directory where the .deb file is located
- Run the installation command:
Then follow the instructions.
sudo dpkg -i gemini-for-terminal.deb
text-only prompts
gemini <prompt>
Prompt that includes images
gemini -i <path/to/image> <prompt>
Also you can find usage help using gemini --help
command
$ gemini --help
usage: gemini [-h] [-i IMG] [words ...]
Gemini AI for terminal
positional arguments:
words prompt
options:
-h, --help show this help message and exit
-i IMG, --img IMG Path to an image
If you'd like to contribute to the Gemini Terminal Chatbot project, feel free make your changes, and submit a pull request. Contributions are always welcome and appreciated!
Tested in Debian system