System Environment Requirements
- Node.js 20+: Must be installed in advance
- Git Client: For cloning warehouses
- Terminal Access Privileges: Execute the install command
Step-by-step installation guide
1. Cloning the code base:git clone https://github.com/cruzyjapan/Gemini-CLI-UI.git
2. Installation of dependencies:npm install
3. Configure environment variables: copy .env.example and fill in a valid API key
4. Activation of services:npm start
Key Configuration Description
The API key needs to be obtained from Google AI Studio or Vertex AI platform, which is the basis for the system to work properly. Special Note: The .env file should include .gitignore to avoid the risk of key leakage. You need to be authenticated by Google account when running for the first time, and the system will create a local SQLite database to store the authentication information.
Verify Installation
If you visit http://localhost:3000 after successful startup, you can see the login screen, which means the installation is correct. If there is a port conflict, you can change the startup port in package.json.
This answer comes from the articleGemini-CLI-UI: Intuitive Web Interface for Gemini CLIThe
































