Desktop app - auto-type (Windows, MacOS, Linux)

Yeah basically it is.

Yeah, it’s on roadmap, but I don’t believe that it will be implemented soon.

Thanks for the confirmation - but then unfortunately I have to close this FR as a duplicate…

Ok, can you just link this request to that one? That request have many votes.

Like this: Desktop app - auto-type (Windows, MacOS, Linux) ? (or how did you mean it?)

Isn’t it possible to merge those requests? If not don’t bother :wink: Just close and that’s it.

1 Like

I feel that these feature requests are not the same. There is a small distinction. A generic auto fill will be called from the password application itself. While the MacOS autofill extension is called from the application that is requesting the secrets. Natively this will be apple’s own password manager. But this can be changed to whatever application that integrates with MacOS. And this is not just for passwords, but also passkeys and codes as can be seen in this screenshot from MacOS Sequoia 15.5.

@SwerveShot Thanks for your explanation! But to be honest: my impression was - and still is - , that Desktop app - auto-type (Windows, MacOS, Linux) and this request here both

  1. either ask for that (or a similiar) mechanism / solution
  2. or that would be the mechanism to implement it

(speaking only for MacOS now)

Or was your statement also, that Desktop app - auto-type (Windows, MacOS, Linux) would ask for a system-wide autofill mechanism (on MacOS) that could be implemented differently than you described?

My intention was simply to point out that on macOS, there’s a specific mechanism for autofill/auto-type that works differently compared to other operating systems. As long as that distinction is clearly acknowledged in the other feature request as well, I agree that both use cases could be considered as asking for the same or a very similar solution.

Does that clarify things from my side?

2 Likes

@Nail1684
Like @SwerveShot mentioned, macOS provides an API that allows password managers to hook into the OS’s native autofill mechanism. It functions similarly to the implementation on iOS, that already works with Bitwarden.

The other feature request Auto-type/Autofill for logging into other desktop apps wants to achieve the same goal (auto-fill passwords not only into browser login-fields, but also into native desktop apps). The difference is, that macOS provides the mentioned API, while for Linux and Windows this would have to be done by some other, often hacky method.

1 Like

Note: I added “(Windows, MacOS, Linux)” to the title.

Thanks @tomillr.

I now merged the feature request “Password Autofill Extensions on MacOS” with this one, as they requested the same thing (for MacOS). So that already was a “duplicate”, even though this feature request is also for Windows and Linux.

If it is not allowed by MacOS or is taking too long to get their support to make this happen, an interim feature that would meet us halfway would be to provide a mini dropdown on-click of the tray icon. The way I’d see this working is exactly as per the browser extension, on-click of the Bitwarden app icon in the desktop tray, a “Search vault” feature is provided and returns results that can be quickly copy/pasted into the active window on-screen. Right-click on the tray icon could allow access to open the full app window or configure it’s settings. It’s annoying having the Bitwarden window take focus away from what you are doing and this would make for a much more seemless experience even with lack of native OS integrations

Not working so far. 7/30/25

@ianderson the team is currently working on this feature, but it is not yet available. If you’re referring to something else, let me know.

This is 2025. Over 7 years later and we are still asking for this? I will have to look at other options for the next fiscal year. We just implemented this too. Frustrating.

1 Like

Hi Ian, the team is looking forward to releasing desktop autotype, we’ll share updates as soon as it is available.

2 Likes

I am looking forward to it. In the meantime, I’ll will give Autohotkey a try under windows. With autohotkey you could write a script, which autotypes the clipboard:

For example Strg + ^

^^::
{
SendText A_Clipboard
}

Regards
Frank

Desktop Autotype is something different than using the MacOS API right?

Is that in the works as well? And if it is, is there a PR already to follow the progress?

Here another one waiting for this feature. Once you test it, you can’t live without it, it’s so useful.

Would be nice that when you add it, it doesn’t only let you type user and password but a combination of keys and events to be covered. Like for example:

-Type username,hit enter, wait 150ms, type password,hit enter, wait 150ms, type , type b, type c.