Gemini for Desktop is a desktop client that brings the power of Google's advanced AI to your computer. It is built using Electron, allowing it to run on multiple platforms. The client provides a convenient interface for accessing the AI service and enhances accessibility features.
To run Gemini for Desktop on your system, please follow these steps:
- Clone the repository:
git clone [https://github.com/Eta06/Gemini-Desktop.git](https://github.com/Eta06/Gemini-Desktop.git)
- Install the dependencies:
cd Gemini-Desktop
yarn install
To launch Gemini for Desktop, use the following command:
yarn start
This command will start the application and display the Google AI interface.
If you want to build Gemini for Desktop as an executable for your platform, you can use the following command:
yarn build
This will create a distributable package based on your operating system.
Gemini for Desktop is licensed under the MIT License. See the LICENSE file for details.