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

https://github.com/huff-dev/gemini-desktop-minimal

A clean minimal unofficial desktop client for Google Gemini
https://github.com/huff-dev/gemini-desktop-minimal

electron gemini gemini-desktop google-gemini minimal

Last synced: 16 days ago
JSON representation

A clean minimal unofficial desktop client for Google Gemini

Awesome Lists containing this project

README

          


Gemini Logo

Gemini Desktop Minimal


A lightweight, clean & minimal desktop application for Google Gemini built with Electron.

---

## Features

- **Minimal UI**: A clean, distraction-free interface focusing entirely on the Gemini experience.
- **Adaptive Theme**: The title bar automatically adapts its color to match the Gemini interface (Dark/Light mode).
- **Cross-Platform**: Available for Windows and Linux.


App Screenshot

## Installation

### Windows
1. Download the `Gemini Setup.exe` from the [Releases](https://github.com/huff-dev/gemini-desktop-minimal/releases) page.
2. Run the installer to install the application.

### Linux
1. Download the `Gemini.AppImage` or `gemini_amd64.deb` from the [Releases](https://github.com/huff-dev/gemini-desktop-minimal/releases) page.
2. For AppImage:
- Make it executable: `chmod +x Gemini.AppImage`
- Run the file.
3. For DEB:
- Install using: `sudo dpkg -i gemini_amd64.deb`

## Development

To run the project locally:

1. Clone the repository:
```bash
git clone https://github.com/huff-dev/gemini-desktop-minimal.git
cd gemini-desktop-minimal
```
2. Install dependencies:
```bash
npm install
```
3. Start the application:
```bash
npm start
```