Welcome to Vaultix¶
A cross-platform command-line tool for managing password-protected encrypted folders
What is Vaultix?¶
Vaultix is a secure, lightweight CLI tool that encrypts files in place using military-grade cryptography. No cloud, no services, no complexityβjust strong encryption for your sensitive files.
Key Features¶
π Strong Encryption: AES-256-GCM with Argon2id key derivation
π Zero Dependencies: Single static binary, no runtime requirements
π» Cross-Platform: Linux, macOS, and Windows support
π― Simple UX: Intuitive commands with smart defaults
π No Password Storage: Passwords exist only in memory
π¦ Portable: Encrypted vaults work across all platforms
Quick Example¶
# Navigate to sensitive files
cd ~/my_secrets
# Initialize vault (auto-encrypts all files)
vaultix init
# Enter password: ****
# β Vault initialized
# β All files encrypted
# List files
vaultix list
# Extract a file
vaultix extract passwords
# Drop a file (extract and remove from vault)
vaultix drop api_keys
Why Vaultix?¶
Simple¶
One binary, no installation hassles, no background processes. Just run it when you need it.
Secure¶
Uses proven cryptographic algorithms (Argon2id + AES-256-GCM) with secure defaults. No custom crypto, no shortcuts.
Portable¶
Create a vault on Linux, access it on Windows, move it to macOS. It just works.
Transparent¶
Open source, readable codebase, no hidden behavior. See exactly what it does.
What Vaultix is NOT¶
Vaultix is not:
- β A password manager
- β A cloud sync tool
- β A keychain replacement
- β An OS-level security boundary
- β A background service
It's a simple tool that does one thing well: encrypt your files.
Getting Started¶
Ready to secure your files? Start with the Installation Guide or jump straight to the Quick Start.
Documentation Structure¶
- Getting Started: Installation, quick start, and basic usage
- User Guide: Detailed command reference and examples
- Technical: Architecture, security model, and cryptography details
- Reference: API documentation, FAQ, and troubleshooting
- Contributing: Development guide and contribution guidelines
Community and Support¶
- π Report Issues
- π¬ Discussions
- π Documentation
- β Star on GitHub
License¶
Vaultix is open source software licensed under the MIT License.