Preparation for installation
- system requirements:需要Node.js v16或更高版本
- 必要账号:需提前申请Google Gemini API密钥
- network environment:需保持稳定网络连接以调用API
Detailed installation steps
- Clone the code repository:
git clone https://github.com/13point5/gemini-cursor.git
- Go to the project catalog:
cd gemini-cursor
- Install the dependencies:
npm install
- Run the application:
npm run start
Key configuration steps
- 在应用界面输入有效的Gemini API密钥
- 启用屏幕共享权限(需操作系统授权)
- 配置麦克风和摄像头访问权限
- 点击播放按钮和屏幕共享按钮激活功能
- 最小化应用窗口开始使用
caveat
首次运行时建议检查设备权限设置,确保应用能访问麦克风和屏幕内容。同时推荐在Chrome浏览器环境下使用以获得最佳兼容性。
This answer comes from the articleGemini Cursor: an AI desktop smart assistant built on Gemini that can see, hear and speakThe