Skip to content

zerolinux-os/zero-gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 ZeroGemini CLI Installer for ZeroLinux

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.


🔧 What It Does

This script:

  1. Installs Node.js and npm via Pacman.
  2. Globally installs the official @google/gemini-cli.
  3. Creates a shortcut command: zero-gemini.
  4. Lets you set your Gemini API key easily.
  5. Adds a custom icon and desktop launcher (for GUI access).
  6. Registers it in your application menu as ZeroGemini AI.

🚀 Installation

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

🧠 How to Use

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 Structure

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

🗣️ Description |

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.

📜 License

This project is open-source and licensed under the MIT License.


❤️ Credits


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages