ZeroGemini is a powerful AI assistant CLI tool that brings Google's Gemini AI to the terminal on ZeroLinux. It installs the Gemini CLI globally, creates easy shortcuts, and adds a launcher to your apps menu with a custom icon.
⚡ Created with passion by ZeroX for the ZeroLinux distribution.
This script:
- Installs Node.js and npm via Pacman.
- Globally installs the official
@google/gemini-cli
. - Creates a shortcut command:
zero-gemini
. - Lets you set your Gemini API key easily.
- Adds a custom icon and desktop launcher (for GUI access).
- Registers it in your application menu as ZeroGemini AI.
Run the script on any Arch-based system (preferably on ZeroLinux):
bash install_zero_gemini.sh
Or make it executable and run:
chmod +x install_zero_gemini.sh
./install_zero_gemini.sh
After installation:
- Run in terminal:
zero-gemini
- Or launch it from your application menu under ZeroGemini AI.
If you didn’t enter your API key during install, you can manually add it later:
echo 'export GEMINI_API_KEY="your-key-here"' >> ~/.zshrc && source ~/.zshrc
File | Description |
---|---|
install_zero_gemini.sh |
Main installer script |
/usr/local/bin/zero-gemini |
CLI shortcut to run gemini |
/usr/share/pixmaps/zero-gemini.png |
Minimal SVG icon |
/usr/share/applications/zero-gemini.desktop |
Desktop launcher |
ZeroGemini is a smart tool based on the Gemini CLI, integrated into ZeroLinux to provide an AI experience from within the terminal.
✅ It:
- Installs necessary tools such as Node.js and npm.
- Installs the official gemini-cli from Google.
- Configures the
zero-gemini
command for quick use. - Automatically saves your API key.
- Adds an icon and launcher to the GUI.
🧠 After installation:
- You can launch it by typing:
zero-gemini
in the terminal. - Or through the applications menu under the name ZeroGemini AI.
This project is open-source and licensed under the MIT License.
- Built by ZeroX
- Uses Gemini CLI