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

https://github.com/mantreshkhurana/google-bard-electron

An unofficial desktop app for Google Bard, supports all desktop platforms including Windows, Linux & macOS.
https://github.com/mantreshkhurana/google-bard-electron

bard bard-ai bard-app bard-desktop chatbnot generative-ai google google-bard google-bard-app

Last synced: about 2 months ago
JSON representation

An unofficial desktop app for Google Bard, supports all desktop platforms including Windows, Linux & macOS.

Awesome Lists containing this project

README

        

# Google Bard Desktop App

![Stars](https://img.shields.io/github/stars/mantreshkhurana/Google-Bard-electron?style=social)

This is a desktop app for [Google Bard](https://bard.google.com/), a chatbot that uses Generative AI to have conversations with you.

![Screenshot](https://raw.githubusercontent.com/mantreshkhurana/Google-Bard-electron/stable/screenshots/screenshot-1.png)

## Downloads

- [Windows (95 MB)](https://github.com/mantreshkhurana/Google-Bard-electron/releases/download/1.0.0/Google-Bard-v1.0.0-windows.zip)
- [macOS (89 MB)](https://github.com/mantreshkhurana/Google-Bard-electron/releases/download/1.0.0/Google-Bard-v1.0.0-darwin.zip)
- [Linux (69 MB)](https://github.com/mantreshkhurana/Google-Bard-electron/releases/download/1.0.0/Google-Bard-v1.0.0-linux.tar.xz)

## Releases

- [Latest Release](https://github.com/mantreshkhurana/Google-Bard-electron/releases)

## Installation

```bash
git clone https://github.com/mantreshkhurana/Google-Bard-electron.git
cd Google-Bard-electron
npm install
```

## Run

```bash
npm start
```

## Build

Binary files for Windows, Linux and Mac are available in the `release-builds/` folder.

### For Windows

```bash
npm run package-win
```

### For Linux

```bash
npm run package-linux
```

### For Mac

```bash
npm run package-mac
```

## Credits

- [Google Bard](https://bard.google.com/)

## Author

- [Mantresh Khurana](https://github.com/mantreshkhurana)