An open API service indexing awesome lists of open source software.

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.

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 📸

![Screenshot1](assets/screenshot_1.png)
![Screenshot2](assets/screenshot_2.png)

## 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).