CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
23.1k stars 2.8k forks source link

Local (offline) executable #1237

Open frandmb opened 3 months ago

frandmb commented 3 months ago

What type of request is this?

Self-hosting improvement

Clear and concise description of the feature you are proposing

I've been using the tool as a Tauri executable (.AppImage for Linux in my case, as it only supports .dev and .AppImage on Linux), which provides some benefits:

While the application built just fine with Tauri's default steps inside a container, I've been struggling to make hardware acceleration work with it, which seems to be a platform issue, it also doesn't support flatpak builds yet, it's an upcoming v2 feature. Alternatives like Electron could be a better short term solution

Is their example of this tool in the wild?

DevToys is a similar application that works as a standalone executable

Additional context

We could have a docker stage for building the executable. While self-hosting also works offline, this would make exposing a server an optional requirement and not the only way to run the app locally.

Validations

boltomli commented 3 weeks ago

See #1376 if it is suitable.