Windows GUI Manager & Installer for OmniRoute #7043
Replies: 7 comments 3 replies
|
Thx a lot, I think this is very useful for windows user. I just got some issue: 01:06:49 - Welcome to the OmniRoute Dashboard! |
|
Thx for your tool, it's too hard for windows user, either wsl or windows native, many warning many failure during install or update, the command "npm install -g omniroute" doesn't work, i use agent to code a install shell, then it's done, but got too hard to update to ver 47, failed. ~$ npm install -g omniroute |
|
"Hi! Thanks for the feedback and for using the tool. Windows installation and updates can indeed be tricky due to how dependencies and build locks are managed. Here is what went wrong and how to fix it:
To fix it via npm: Run the command with the legacy peer dependency flag so npm ignores the strict check: npm install -g omniroute --legacy-peer-deps I have just updated the installer to automatically clear these stale build locks before compiling. If you download the latest version of the installer from the GitHub repository and run the update via the GUI, it will work smoothly now! Also, feel free to check out the updated README.md in the GitHub repository (https://github.com/Banajitpathak/omniroute_installer) — I've added a dedicated "Troubleshooting & Tips" section explaining these exact issues to help other users facing the same problems."
|
|
Hey @Banajitpathak! This is great work -- thanks for building it and for the MIT license + attribution. Windows onboarding is genuinely our weakest spot, so a GUI manager helps a lot. Two suggestions from the maintainer side:
I will keep an eye on the repo -- feel free to open issues here when the wrapper trips over something on our side (like the packaging bug above). Thanks again! |
|
@Banajitpathak -- that was a fast turnaround, thanks. Prioritizing the npm path with One heads-up worth pulling into your troubleshooting section: the packaged Electron/portable builds from v3.8.45 through v3.8.48 have a native-module bug (#7132) where the standalone bundle loads a Keep the issues coming when the wrapper trips on something on our side. |
|
@Banajitpathak -- that is exactly the right move. Wiring One forward-looking note so your workaround can eventually retire: the root cause on the packaged side (#7132) is being fixed upstream in PR #7123 -- once that lands, the standalone bundle stops shipping a wrong-ABI |
|
Fechando como inativo (stale). Obrigado pelo trabalho e pela atualização no PR. Como esta thread ficou sem novas respostas por mais de 15 dias após a última interação do mantenedor, estou encerrando para manter a fila organizada. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi @diegosouzapw,
I've created a lightweight Windows GUI manager and installer wrapper for OmniRoute to help Windows users easily install, start, stop, and update the server using a PowerShell GUI.
You can find the repository here: https://github.com/Banajitpathak/omniroute_installer

I have released it under the MIT License and included full attribution to your core project. If you think this would be useful to other Windows users, feel free to link it, or let me know if you have any suggestions or feedback!
Thanks for the great core application!
All reactions