Vaulty

September 16, 2025 ยท View on GitHub

Go Report Card

An Azure Keyvault TUI, written in Golang using tview.

Screenshot

Vaulty is under active development and is subject to change.

Building from source

  1. Clone the repository
  2. 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>
  1. Build and run the executable
cd vaulty
make && ./bin/vaulty

Roadmap

  • Bug fixing
  • Global search
  • Secret modification/deletion
  • Certificates management
  • Keys mananagement
  • Themes