Secrets, passwords, team access

Vaultix

The encrypted workspace between your team and everything it ships.

Keep runtime secrets and shared credentials together. Your keys are created on your device; Vaultix only stores encrypted data.

payments-api

payments-api

12 encrypted secrets · 4 members

SecretsAccessActivity

DATABASE_URL

••••••••••••••••••••

2m ago

STRIPE_SECRET_KEY

••••••••••••••••••••

1d ago

RESEND_API_KEY

••••••••••••••••••••

3d ago

Encryption

XChaCha20-Poly1305

Key exchange

Public-key cryptography

Plaintext storage

Never

CLI

macOS · Linux · Windows

One encrypted workspace

Built around how a team actually works.

Vaultix is not another dashboard that asks you to move work into it. It sits between your team, the terminal, and the browser.

01

Secrets that follow the project

Organize environment variables by vault and stage. Inject them at runtime without leaving a plaintext .env file behind.

02

Passwords that stay with the team

Store credentials, one-time codes, and notes in the same encrypted workspace. Share access without sharing the master password.

03

Access you can explain

Owners, moderators, and members get explicit permissions. Remove a teammate once and their encrypted access is revoked.

Security model

The server can store it. It cannot read it.

Encryption and decryption happen on your device. Every vault gets its own key, then that key is sealed separately for each authorized member.

01

Keys begin locally

Your identity keys are generated in the client and protected by your credentials.

02

Data leaves encrypted

Secrets are encrypted before they cross the network or reach persistent storage.

03

Access is individually sealed

Sharing grants a recipient an encrypted key, never a copy of the plaintext secret.

Zero-knowledge password vault
Read the security documentation

Secrets arrive with the command.

Authenticate once, choose a vault, and run any process with its secrets injected into memory.

CLI reference No daemon required

$curl -fsSL https://vaultix.dev/install.sh | sh

Resolving latest release...

Installing vaultix to your PATH...

Vaultix CLI installed

$vaultix run -- npm run dev