ChatGPT: An attempt to build URL into cross-platform Desktop APP using Tauri
1–8 of 8 posts
Re: ChatGPT: An attempt to build URL into cross-platform Desktop APP using Tauri
#2Tauri not only makes native applications with web technologies (html, js, css), but also packages the url into a desktop application that interacts well with the operating system (e.g. file reading and writing, system menus, shortcuts, script injection, etc.). It is easy to extend the limitations of web pages in the operating system.
Re: ChatGPT: An attempt to build URL into cross-platform Desktop APP using Tauri
#3ChatGPT Desktop Application (Mac, Windows and Linux) Tauri not only makes native applications with web technologies (html, js, css), but also packages the url into a desktop application that interacts well with the operating system (e.g. file reading and writing, system menus, shortcuts, script injection, etc.). It is easy to extend the limitations of web pages in the operating system.
Re: ChatGPT: An attempt to build URL into cross-platform Desktop APP using Tauri
#4Re: ChatGPT: An attempt to build URL into cross-platform Desktop APP using Tauri
#5I noticed that's an option in the desktop app (for ex: https://chatgpt-static.s3.amazonaws.com/chats/yc98747.html) Sharing screenshots of long outputs was annoying and not mobile friendly. This would help popularize it.
Edit: nm I didnt read the REAME, it uses this:
Re: ChatGPT: An attempt to build URL into cross-platform Desktop APP using Tauri
#6ChatGPT Desktop Application (Mac, Windows and Linux) Tauri not only makes native applications with web technologies (html, js, css), but also packages the url into a desktop application that interacts well with the operating system (e.g. file reading and writing, system menus, shortcuts, script injection, etc.). It is easy to extend the limitations of web pages in the operating system.
I was just looking at Tauri yesterday. How do you feel about using native web views? Made me worry about having to deal with subtle incompatibilities ala web design.
Re: ChatGPT: An attempt to build URL into cross-platform Desktop APP using Tauri
#7Seems interesting, It would be great to add support for 'aarch64-apple-darwin' build in tauri.
Re: ChatGPT: An attempt to build URL into cross-platform Desktop APP using Tauri
#8Were sharable URLs added by ChatGPT recently or this app? I've wanted that for a while. I noticed that's an option in the desktop app (for ex: https://chatgpt-static.s3.amazonaws.com/chats/yc98747.html ) Sharing screenshots of long outputs was annoying and not mobile friendly. This would help popularize it. Edit: nm I didnt read the REAME, it uses this: https://github.com/liady/chatgpt-pdf
There are many more features that you can learn about by checking out the readme.