A lightweight, clean & minimal desktop application for Google Gemini built with Electron.
You may encounter the error "Something went wrong (13)" when using the "Fast" model option, I don't know what causes it.
- 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.
- Download the
Gemini Setup.exefrom the Releases page. - Run the installer to install the application.
- Download the
Gemini.AppImageorgemini_amd64.debfrom the Releases page. - For AppImage:
- Make it executable:
chmod +x Gemini.AppImage - Run the file.
- Make it executable:
- For DEB:
- Install using:
sudo dpkg -i gemini_amd64.deb
- Install using:
To run the project locally:
- Clone the repository:
git clone https://github.com/huff-dev/gemini-desktop-minimal.git cd gemini-desktop-minimal - Install dependencies:
npm install
- Start the application:
npm start