Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.3 KB

README.md

File metadata and controls

54 lines (30 loc) · 1.3 KB

openai-chatgpt-desktop

A sample app that enables user to conveniently access OpenAI ChatGPT from their desktop menubar.

デスクトップのメニューバーから直接OpenAI ChatGPTにアクセスできるユーザーの便利なサンプルアプリ。


screenshot


This is my first Electron desktop app. I was inspired by chatgpt-mac and so I wanted to make my own.

Reuse

You can change the src URL of the webview component in index.html if you want to reuse this for some other website.

<div class="container">
    <webview src="https://some-other-website.com" autosize="on" ></webview>
</div>

Disclaimer

I have only tested this using Mac desktop although menubar supposedly can also work with Windows and Linux.

Setup

Clone the repository and install the dependencies

$ git clone https://github.com/supershaneski/openai-chatgpt-desktop.git myproject

$ cd myproject

$ npm install

Then run the app

$ npm run start

Check your desktop's menubar and click the newly added icon to launch the app

Credits

All credits, icon and copyrights goes to OpenAI