Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

412
Views
Redirect from a website to a desktop application

I want to redirect from a website to a desktop application. In addition, I want the website to show an alert and when I click "open", it will open the desired application on my desktop.

This is an example alert when signing into GitHub from VS Code. I want to do the exact same thing, just with a different application.

Thanks for helping!

enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

First thing you need to know is that this works only for desktop apps built with Electron. Secondly, inside such an app, at bootstrap time the coders needed to add something like this:

//Register Protocol
app.setAsDefaultProtocolClient("vscode");

Which registers the electron application with that protocol, so that the app will be the one reacting when you try to open it from the browser You can read more about it in the docs here or in this article here.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!