Skip to content

Conversation

@starpit
Copy link
Member

@starpit starpit commented Jan 29, 2025

Tauri gives us a way to build a small platform application, while still allowing deployment as a conventional web app. The built macos arm64 app is around 3.5 megabytes!

This also will enable us to have a command line interface, e.g. via https://v2.tauri.app/plugin/cli/ (not covered in this PR).

Warning

This introduces a development-time Rust dependence, as that is how Tauri works -- the "server side"/launcher is written in Rust.

@starpit starpit force-pushed the tauri branch 4 times, most recently from 3578d47 to 04826e9 Compare January 29, 2025 18:02
[Tauri](https://v2.tauri.app/) gives us a way to build a small platform application, while still allowing deployment as a conventional web app. The built macos arm64 app is around 3.5 megabytes!

This also will enable us to have a command line interface, e.g. via https://v2.tauri.app/plugin/cli/ (not covered in this PR).

> [!WARNING]
> This introduces a development-time Rust dependence, as that is how Tauri works -- the "server side"/launcher is written in Rust.

Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
@starpit starpit merged commit 50b051d into IBM:main Jan 29, 2025
6 checks passed
@starpit starpit deleted the tauri branch January 29, 2025 20:58
starpit added a commit to starpit/prompt-declaration-language that referenced this pull request Jan 30, 2025
This slipped through the cracks of IBM#339

Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
starpit added a commit that referenced this pull request Jan 30, 2025
This slipped through the cracks of #339

Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant