https://github.com/alyetama/gemini-desktop
Unofficial Gemini desktop app built with Electron. Access Google Gemini natively on your desktop with persistent sessions and a streamlined experience.
https://github.com/alyetama/gemini-desktop
desktop-app electron gemini google-gemini macos
Last synced: 7 months ago
JSON representation
Unofficial Gemini desktop app built with Electron. Access Google Gemini natively on your desktop with persistent sessions and a streamlined experience.
- Host: GitHub
- URL: https://github.com/alyetama/gemini-desktop
- Owner: Alyetama
- License: mit
- Created: 2024-12-10T17:58:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-30T18:29:34.000Z (9 months ago)
- Last Synced: 2025-04-08T13:21:57.452Z (7 months ago)
- Topics: desktop-app, electron, gemini, google-gemini, macos
- Language: JavaScript
- Homepage:
- Size: 2.58 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gemini Desktop App 🚀
This is an unofficial Gemini desktop application built with Electron. It provides a convenient way to access and use Google Gemini on your desktop.
## Features ✨
- Access the full functionality of Google Gemini.
- Native desktop experience with window controls and menus.
- Persistent sessions (you stay logged in).
- Optimized for performance and usability.
## Screenshots 📸


## Installation 📥
1. **Download the latest release:**
- **macOS (arm64):** [Download](https://github.com/Alyetama/Gemini-Desktop/releases/download/v1.0.0/Gemini.Desktop-1.0.0-arm64.dmg)
2. **Install the app:**
- **macOS:** Open the `.dmg` file and drag the app to your Applications folder.
## Development 🛠️
1. **Clone the repository:**
```bash
git clone https://github.com/Alyetama/Gemini-Desktop.git
```
2. **Install dependencies:**
```bash
npm install
```
3. **Start the development server:**
```bash
npm start
```
## Building 🏗️
To build the app for different platforms, use the following command:
```bash
npm run dist
```
This will create an installer for macOS (`.dmg`) in the `dist` directory.
## Contributing 🤝
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
## License 📜
This project is licensed under the [MIT License](https://opensource.org/license/mit).