How to install google-gemini/gemini-cli. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
google-gemini/gemini-cli Installation Guide
How to install google-gemini/gemini-cli. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for google-gemini/gemini-cli. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i google-gemini/gemini-clior
Install via npx
npx @hexmos/ipm i google-gemini/gemini-cliPrerequisites
Node.js
languageVersion: >=18.0.0
npm
package_managerVersion: latest
Git
system_toolFor cloning repositories.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Package Manager Installation (NPM, Homebrew)
npm install -g @google/gemini-cli
brew install gemini-cliQuick Install with Npx
npx https://github.com/google-gemini/gemini-cliLocal Installation (Source)
git clone https://github.com/google-gemini/gemini-cli.git
cd gemini-cliPost Installation Steps
- Open your terminal and run `gemini` to start the Gemini CLI.
- You can now interact with Gemini CLI by running commands like `help`, `info`, or `version`. For example, type `help` for a list of available commands.
