Vaulty
September 16, 2025 ยท View on GitHub
An Azure Keyvault TUI, written in Golang using tview.

Vaulty is under active development and is subject to change.
Building from source
- Clone the repository
- Update vaulty.conf
- You must configure at least one Keyvault. Remove any unused Keyvaults from configuration.
Keyvaults:
- Name: <keyvault-name>
Subscription: <keyvault-subscription-id>
- Name: <keyvault-name>
Subscription: <keyvault-subscription-id>
- Name: <keyvault-name>
Subscription: <keyvault-subscription-id>
- Build and run the executable
cd vaulty
make && ./bin/vaulty
Roadmap
- Bug fixing
- Global search
- Secret modification/deletion
- Certificates management
- Keys mananagement
- Themes