Prerequisites
Before installing GemKit, ensure you have:
- Node.js 18+ installed
- Gemini CLI installed (
npm install -g @google/gemini-cli)
Global Installation
GemKit is distributed as an npm package. Install it globally using your preferred package manager.
Using npm
bash
Using yarn
bash
Using pnpm
bash
Verify Installation
Once installed, verify that GemKit is correctly set up by running the doctor command:
bash
This command performs a comprehensive health check of your GemKit installation.
Expected Output
Auto-Fix Issues
If gk doctor reports issues, use the --fix flag to attempt automatic repairs:
bash
This will attempt to create missing directories, install missing extensions, and register spawn-agent with Gemini CLI.
Troubleshooting
If you encounter any issues during installation, please check our Troubleshooting Guide or join our Discord Community.