A simple, lightweight Windows desktop application for Google Gemini AI.
Built with Tauri v2 — uses the system's native WebView2 instead of bundling Chromium, resulting in a ~1.7 MB installer (vs ~75 MB for Electron-based alternatives).
Download: Releases
This application provides a convenient way to access Google Gemini AI directly from your desktop, without the need to open a web browser.
- Direct access to Google Gemini AI
- Native Windows application using WebView2
- Minimalist interface
- System tray with minimize-to-tray support
- Optional launch at Windows startup from the tray menu
- Ultra-lightweight (~1.7 MB installer)
- Download the latest release from the Releases page.
- Run the installer (.exe file).
- Follow the on-screen instructions to complete the installation.
- Launch the Gemini app from your desktop or start menu.
- The app will open directly to Gemini AI's interface.
- Start chatting with Gemini!
- To have Gemini launch with Windows, right-click the tray icon and enable
Launch at system startup.
- Rust (1.70+)
- Tauri CLI:
cargo install tauri-cli --version "^2.0.0" --locked - WebView2 (pre-installed on Windows 10/11)
git clone https://github.com/nwn900/GeminiWindowsApp.git
cd GeminiWindowsApp/src-tauri
cargo tauri buildThe installer will be created at src-tauri/target/release/bundle/nsis/Gemini_<version>_x64-setup.exe.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the ISC License.