Features Security For Teams Blog FAQ
Language / Taal
← All posts
August 26, 2026

Yad now runs as its own desktop app

A second way to run Yad, outside your browser entirely.

Until now, Yad only lived inside your browser. It was an extension: something you added to Chrome, Edge or Brave, and you had to have that browser open, with the extension already sitting in it, before you could give Yad anything to do. That still works exactly the same as before. But there's now a second way to run it, and this one doesn't touch your regular browser at all.

We built a standalone desktop version of Yad. You double-click it, and it opens as its own program window, separate from your normal tabs, your normal logins, whatever you already had open. No new icon squeezed in next to your other extensions. It just opens, the way any other app on your computer opens.

Why would you want that, if the extension already does the job? Because sometimes you don't want your everyday browser pulled into it. You just want to give Yad one task and let it run, without your open tabs, your saved sessions, or the ten other things you were doing getting anywhere near it. The desktop app gives Yad its own clean space to work in, instead of borrowing yours.

How it works

A double-click starts a small local server on your own machine. It's the same engine, the same "brain," that powers the extension version, just running on its own this time. That opens an ordinary browser window in app mode, no address bar, no visible tabs, and that window becomes your control panel: the place where you type what you want done and watch it happen.

That control panel is just the shell. The actual work, the clicking and typing, happens in a completely separate browser window of its own, one you can watch doing its thing in real time. That's the same split the extension already has between the control panel and the hand that does the work. The desktop app just wraps that same idea in its own window instead of a browser tab.

Same engine underneath means Yad can do the same things either way. What changes is how you open it and how you talk to it, not what it's capable of.

Now, the honest part, because this is a rule we don't bend on. This is a real, working prototype. We've tested it ourselves, more than once, and it runs. It is not a mockup. But it is an early, developer-focused build, not a finished product for a regular, non-technical user.

Right now, using it means having Node.js installed and building it yourself from source: running pnpm install, then pnpm build, and a separate command to install the browser it automates with. There's no one-click download and installer yet. If you're comfortable in a terminal and want to try it today, the desktop app lives here: github.com/holistis/al-yad, packages/desktop-app.

For everyone else, the extension is still the way to use Yad today, and the plain, easy installer for the desktop version is coming, not here yet.

One more thing: it's Windows only for now, same as the rest of Yad.

← All posts