OneQuery
pass-import
| OneQuery | pass-import | |
|---|---|---|
| 18 | 434 | |
| 3 | 909 | |
| - | 1.4% | |
| - | 2.9 | |
| about 2 months ago | 6 days ago | |
| Rust | Python | |
| Apache License 2.0 | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OneQuery
-
nao VS onequery - a user suggested alternative
2 projects | 1 Jun 2026
-
mcp-server-mysql VS onequery - a user suggested alternative
2 projects | 1 Jun 2026
-
dbhub VS onequery - a user suggested alternative
2 projects | 1 Jun 2026
-
Metabase VS onequery - a user suggested alternative
2 projects | 1 Jun 2026
-
lightdash VS onequery - a user suggested alternative
2 projects | 1 Jun 2026
-
cerbos VS onequery - a user suggested alternative
2 projects | 1 Jun 2026
-
sentry-mcp VS onequery - a user suggested alternative
2 projects | 1 Jun 2026
-
onequery VS onequery - a user suggested alternative
2 projects | 1 Jun 2026
-
google-analytics-mcp VS onequery - a user suggested alternative
2 projects | 1 Jun 2026
-
gemini-mcp-tool VS onequery - a user suggested alternative
2 projects | 1 Jun 2026
pass-import
- Siri AI
-
pass-import VS onequery - a user suggested alternative
2 projects | 1 Jun 2026
-
Get your passwords out of Bitwarden while you still can
I store my passwords using this: https://www.passwordstore.org/
It's a shell script that stores passwords in a git repository, containing one file per entry. The files are encrypted using a GPG key. Because it's just a git repository, you can synchronise it between devices using whatever infrastructure you want. I use a FOSS client for it on iOS, and there was one for Android before I got an iPhone.
-
Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain
> I don't understand how this solves the issue in this case.
I'd say since it is a local only tool, you don't really need to update it constantly provided you are a sane person that don't use a browser extension. It makes it easier to audit and yourself less at risk of having your tool compromised.
It doesn't have to be keypass though, it can be any local password management tool like pass[1] or its guis or simply a local encrypted file.
[1] https://www.passwordstore.org/
-
Agentic workflows with Aerie
A more secure option is to use a password manager/vault application with console integration, like Bitwarden, vault, pass, etc. Some will allow you to launch applications with environment variables pulled from secure storage.
- Scrt: A CLI secret manager for developers, sysadmins and DevOps
- Bubblewrap: A nimble way to prevent agents from accessing your .env files
- GitLab discovers widespread NPM supply chain attack
- Pass: Unix Password Manager
-
De-Googling TOTP Authenticator Codes
I've been storing OTP secrets using `pass`[0] with `pass-otp`[1]. This does the whole symmetric encryption for me using `gpg`, decodes the URL for me to pass it into oathtool, and allows me to share the codes with my phone using Android Password Store[2]. This is all deceptively simple to set up, assuming you have a git server you trust to synchronize the codes with, or some kind of other method using maybe tailscale or syncthing? As long as you don't need the codes on Windows, where the QtPass app is unmaintained and can't generate OTP codes on Windows, you're mostly good.
Oh and I use `zbarimg` to decode the QR, as I've integrated it with my screenshot script and it can decode more than just QR codes.
[0]: https://www.passwordstore.org/
[1]: https://github.com/tadfisher/pass-otp
[2]: https://f-droid.org/packages/app.passwordstore.agrahn/
What are some alternatives?
hermes-agent - The agent that grows with you
gopass - The slightly more awesome standard unix password manager for teams
palmier - A two-way bridge between the AI agents on your machine and your phone. Dispatch tasks from anywhere, approve actions on the go, and let agents tap into phone capabilities like notifications, SMS, contacts, and calendar.
pass-rotate - A tool for automatically rotating your password on online services
llmkit - Know what your AI agents cost. API gateway with budget enforcement, session tracking, and MCP tools.
vaultwarden - Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs