Skip to content

supershaneski/openai-chatgpt-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published