Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package desktop app using Tauri #20

Closed
helloanoop opened this issue Oct 9, 2022 · 2 comments
Closed

Package desktop app using Tauri #20

helloanoop opened this issue Oct 9, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@helloanoop
Copy link
Contributor

helloanoop commented Oct 9, 2022

I added the package to build using tauri in #20

When I brought the app up on Webview on linux, it was a bit janky. The fonts were not smooth, the transitions were slow.
I am holding off a tauri build for v1.alpha and pushing it to v2.alpha

The good parts that came out of this exercise was that, I was able to decouple the nextjs app from being tightly coupled with electron. Now I plan to also make the app available on web

Initially I thought that I will have to ditch electron in favour of tauri. But after going through the exercise of splitting up the nextjs app separately and the electron packager into separate repos, this led me to the realisation that I can ship multiple distributions (electron, tauri, webapp, chrome extension)

In the long term Bruno will ship both Tauri and Electron builds.

@helloanoop helloanoop self-assigned this Oct 9, 2022
@helloanoop helloanoop added this to the v2.alpha milestone Oct 9, 2022
@helloitsm3
Copy link
Contributor

helloitsm3 commented Oct 23, 2022

@helloanoop this might help tauri-apps/tauri#3988

@helloanoop
Copy link
Contributor Author

Closing this as there our electron code based (IPC mechanisms) is fairly complex and I do not plan to support tauri builds in the future.

nickheniser added a commit to nickheniser/bruno that referenced this issue Nov 30, 2023
It seems Tauri will not be supported, so removing it.

See: usebruno#20 (comment)

closes usebruno#1099
@nickheniser nickheniser mentioned this issue Nov 30, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants