Reactive-Resume icon indicating copy to clipboard operation
Reactive-Resume copied to clipboard

[FEATURE] Make an desktop app for offline resume creation

Open nobaraos12 opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

An offline desktop app

Describe the solution you'd like

an desktop app for linux, windows and mac

Describe alternatives you've considered

there are only paid alternatives

Additional context

If you make an linux app first it should be appimage so it's portable, then flatpak with flatpak submission, windows and mac support would also be good

nobaraos12 avatar Nov 30 '22 14:11 nobaraos12

Hello! I doubt that this can be easily achieved without rewriting major parts of the code (if at all). But you can already host your own instance offline on your machine with Docker. See https://docs.rxresu.me/source-code/docker for the instructions.

tryallthethings avatar Dec 03 '22 02:12 tryallthethings

@tryallthethings This is possible by wrapping the entire application with Electron and then it should be distributable on every operating system.

kwuite avatar Jan 06 '23 23:01 kwuite

@tryallthethings This is possible by wrapping the entire application with Electron and then it should be distributable on every operating system.

Not exactly. Yes, the app can be wrapped into an electron package and run anywhere, but it would still need some way to connect to the server (for account creation, downloading the PDF etc.)

Like @tryallthethings said, the best way to accomplish this right now is to host the application locally. This would be the closest thing to running the app on offline mode.

AmruthPillai avatar Jan 07 '23 08:01 AmruthPillai

it doesn't need to create an account it can be localized

nobaraos12 avatar Jan 10 '23 06:01 nobaraos12

+1

arpitBhalla avatar Feb 21 '23 14:02 arpitBhalla