Gemini Mode
Goal
Run Gemini through Keypress and keep remote control available.
Prerequisites
keypressinstalled- Node.js 20+
- Google account
Install Gemini CLI
npm install -g @google/gemini-cli
Sign Up and Authenticate
- Sign in with your Google account.
- Connect Gemini to Keypress:
keypress connect gemini
- If you use Google Workspace, set a project:
keypress gemini project set <project-id>
Start Gemini Mode
keypress gemini
Optional model commands:
keypress gemini model set gemini-2.5-pro
keypress gemini model get
Verify Setup
gemini --version
keypress connect status
keypress gemini model get
Official Links
- Gemini CLI docs: https://github.com/google-gemini/gemini-cli
- Gemini auth guide: https://goo.gle/gemini-cli-auth-docs#workspace-gca
- Google Cloud Console: https://console.cloud.google.com/
Expected Result
Gemini sessions run with Keypress sync, and model/project settings are verified.
Next Step
See Troubleshooting if auth or project setup fails.