1Password for Linux
blog.1password.com
1Password for Linux
1–10 of 282 posts
Re: 1Password for Linux
#2Re: 1Password for Linux
#3Yes, it is yet another Electron app. https://github.com/1password/electron-hardener
Re: 1Password for Linux
#4Re: 1Password for Linux
#5Re: 1Password for Linux
#6Yes, it is yet another Electron app. https://github.com/1password/electron-hardener
I’ve often thought about making my own toolkit, but there’s so much that we forget about from things like focus to accessibility to text layout and rendering (much text has been rendered on why text rendering sucks). My hope is that Rust breathes new life into native (as opposed to electron) cross-platform GUIs, and indeed there are some interesting efforts underway.
Re: 1Password for Linux
#7Re: 1Password for Linux
#8(also much more convenient, can even use my fingerprint reader, if I wanted. On Linux!)
(should be a browser feature)
Re: 1Password for Linux
#9Yes, it is yet another Electron app. https://github.com/1password/electron-hardener
Re: 1Password for Linux
#10Yes, it is yet another Electron app. https://github.com/1password/electron-hardener
In fairness, Linux GUI toolkits suck a lot. I was a professional Qt developer in a past life and while it stands head and shoulders above GTK, that’s really not saying much. I’ve often thought about making my own toolkit, but there’s so much that we forget about from things like focus to accessibility to text layout and rendering (much text has been rendered on why text rendering sucks). My hope is that Rust breathes…