I'm looking for a way to take an existing web app programmed in simple HTML4, CSS, and jQuery/Javascript and deploy it as a desktop app that needs no internet access and accesses a local or intranet database. Is there a solution to do this without reprogramming the whole thing in a desktop targeted programming language? I've looked at tons of other similar stackoverflow posts but they all seem outdated or slightly different (they suggest google gears for example). Is there a current and best accepted solution to do this?
Edit: I say without reprogramming. I should have worded that as with as little reprogramming as possible. Also, I'm not afraid to do other programming around the website, such as an application with an embedded browser.