What is the best 1Password alternative for developers?
For storing passwords, honestly: 1Password. If what you want is somewhere to keep the credentials your automation spends, so an AI agent can use them without reading them, that is lodos, and it is a different product rather than a replacement. Most people searching this phrase want the second thing and end up comparing the first.
Does lodos replace my password manager?
No. There is no browser extension, no autofill, no passkeys and no password generator, and none of those are coming. lodos holds the dozen or so credentials your workflows and your agent spend, next to the pages and tasks that spend them.
Can I import my 1Password vault into lodos?
Yes. Export a .1pux and point lodos at it: vaults become sections, fields become keys. The same path handles .env files, Bitwarden JSON and LastPass CSV, or a block you paste straight in. Your original vault is untouched, and in practice most people only bring across the credentials their automation spends.
Is lodos zero-knowledge like 1Password?
The same class of guarantee. Values you mark sensitive are encrypted on your device with a per-section key derived from your master password, and with cloud sync switched on our servers hold a blob they cannot open. We are not going to claim to be more zero-knowledge than 1Password, because they genuinely are and the claim would be false.
Is op run safe to use with an AI agent?
With care. It never shows the value to the model, which is the hard part, and 1Password solved it. What it does not do, by design, is restrict which binary runs or where it connects, and their docs note that environment variables are readable by other processes running as you. If a human picks the command that is fine. lodos assumes the caller might not be one, so it refuses shells, interpreters and generic HTTP clients as entry points, builds the child environment from a whitelist instead of inheriting yours, and makes you declare the hosts.
Does lodos keep an audit log of secret access?
Yes, locally. Each access appends an entry recording what happened, who asked and which tool, with the field path stored as a hash rather than in the clear, signed with a key derived from your master password and chained to the entry before it. It stays on your machine and streams nowhere. Several people can verify the same history against each other, and the chain can be anchored to an external timestamp.
Is lodos free?
The app is free with no account: vault, wiki, graph, tasks, workflows, twenty-four built-in skills, documents, charts and the built-in agent. The only paid part is encrypted cloud backup at nine dollars a month for the whole install, not per seat. For comparison 1Password Business is $8.99 per user per month, or $24.95 flat for a Teams pack of up to ten. The AI runs on your own Claude account, so we are not reselling you tokens.