Skip to content

Commit

Permalink
Everything Updated to Gemini.
Browse files Browse the repository at this point in the history
Fixed build errors,
Project moved to yarn,
New version released,
Changed project name
  • Loading branch information
Eta06 committed May 6, 2024
1 parent 0c4f862 commit 1df274f
Show file tree
Hide file tree
Showing 10 changed files with 1,677 additions and 13,589 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Emir Tunahan Alim
Copyright (c) 2024 Emir Tunahan Alim

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<h1 align="center">Bard for Desktop</h1>
<h1 align="center">Gemini for Desktop</h1>

<p align="center">
<img src="https://img.shields.io/github/license/Eta06/bardfordesktop" alt="MIT License">
<img src="https://img.shields.io/badge/version-1.1.0-blue" alt="Version 1.1.0">
  <img src="https://img.shields.io/github/license/Eta06/Gemini-Desktop" alt="MIT License">
  <img src="https://img.shields.io/badge/version-1.2.0-blue" alt="Version 1.2.0">
</p>

<p align="center">
<img src="https://github.com/Eta06/bardfordesktop/blob/main/icon.png" alt="Bard for Desktop Icon" width="200">
  <img src="https://github.com/Eta06/Gemini-Desktop/blob/main/icon.png" alt="Gemini for Desktop Icon" width="200">
</p>

## Table of Contents
Expand All @@ -17,40 +17,41 @@
- [License](#license)

## Introduction
Bard for Desktop is a desktop client that brings the Bard AI experience to your computer. It is built using Electron, allowing it to run on multiple platforms. The client provides a convenient interface for accessing the Bard AI service.
Gemini for Desktop is a desktop client that brings the power of Google's advanced AI to your computer. It is built using Electron, allowing it to run on multiple platforms. The client provides a convenient interface for accessing the AI service and enhances accessibility features.

## Installation
To run Bard for Desktop on your system, please follow these steps:
To run Gemini for Desktop on your system, please follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/Eta06/bardfordesktop.git
git clone [https://github.com/Eta06/Gemini-Desktop.git](https://github.com/Eta06/Gemini-Desktop.git)

```

2. Install the dependencies:
```bash
cd bardfordesktop
npm install
cd Gemini-Desktop
yarn install
```

## Usage
To launch Bard for Desktop, use the following command:
To launch Gemini for Desktop, use the following command:
```bash
npm start
yarn start
```

This command will start the application and display the Bard AI interface.
This command will start the application and display the Google AI interface.

## Building
If you want to build Bard for Desktop as an executable for your platform, you can use the following command:
## Building ADMINISTRATOR PERMISSION REQUIRED!!
If you want to build Gemini for Desktop as an executable for your platform, you can use the following command:
```bash
npm run build
yarn build
```

This will create a distributable package based on your operating system.

## License
Bard for Desktop is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
Gemini for Desktop is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.


Binary file removed bard.ico
Binary file not shown.
Binary file added gemini.ico
Binary file not shown.
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1df274f

Please sign in to comment.