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
- Host: GitHub
- URL: https://github.com/huff-dev/gemini-desktop-minimal
- Owner: huff-dev
- Created: 2026-04-12T20:34:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-02T21:28:50.000Z (22 days ago)
- Last Synced: 2026-06-02T23:16:13.595Z (22 days ago)
- Topics: electron, gemini, gemini-desktop, google-gemini, minimal
- Language: JavaScript
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
## 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
```