A computer-use agent that never leaves your Mac

A few weeks ago Quenderin's agent learned to organize a folder. Today it can drive most of your Mac — and it does the whole thing on your machine, with no screen, no files, and no intent ever streamed to anyone's datacenter. If you've looked at cloud computer-use agents like Cowork and wanted the capability without handing a remote company a live feed of your desktop, this is that.

What it can do now

From the terminal, quenderin do "<anything>":

The part a cloud agent can't copy

Capability isn't the interesting bit — control is. Every mutating step is governed by the same boring spine, and it buys you four things a remote agent structurally can't offer:

And underneath all of it: no AI middleman. The model that reasons about your screen and files runs on your CPU. The apps you use still see what you hand them, but no AI company ever gets a copy. For anyone in law, medicine, or finance, that's the line between "can use an agent" and "can't." More on the trade-offs: why a local agent beats a cloud one.

Built to fail safely on a small model

On-device models are smaller than frontier ones, so the honest engineering question isn't "can it be brilliant" — it's "does it fail gracefully." Two guards make it usable in practice: if the model gets stuck repeating the same step, it's nudged once and then stops cleanly instead of looping; if it emits malformed output, it's shown the format and given another try rather than dying. And every step streams to your terminal as it happens, so you watch it work and can pull the plug the moment something looks off.

The honest boundaries

The full computer-driving surface is macOS-first and behind an explicit --gui opt-in that needs the system Accessibility permission — it's the most powerful thing here, so it's off by default. A small local model will sometimes pick the wrong step; that's exactly why nothing runs without your per-run yes, why app control still asks even under --yes, and why undo exists. Any credentials that pass through are masked before they reach the on-disk log. Nothing here is autonomous by surprise.

Try it

It ships with the source today — quenderin capabilities lists the whole toolkit, and the download page has the one-line install. It's free and open-source, as the chat apps and the model library always will be. Where this is all going, stage by stage: the roadmap.