| Crates.io | akv-tui-rs |
| lib.rs | akv-tui-rs |
| version | 0.1.0 |
| created_at | 2025-11-20 20:39:11.988366+00 |
| updated_at | 2026-01-19 20:58:52.457074+00 |
| description | A fast, intuitive terminal user interface (TUI) for managing Azure Key Vault secrets with fuzzy search, clipboard integration, and cross-platform support |
| homepage | https://github.com/jkoessle/akv-tui-rs |
| repository | https://github.com/jkoessle/akv-tui-rs |
| max_upload_size | |
| id | 1942549 |
| size | 1,146,324 |

A fast, intuitive terminal user interface for managing Azure Key Vault secrets with fuzzy search, clipboard integration, and cross-platform support.
akv-tui-rs runs on Linux, macOS, and Windows. It can be installed from cargo, precompiled binaries, or source.
For example, to install from cargo:
cargo install akv-tui-rs --locked
cargo install akv-tui-rs --locked
curl -fsSL https://raw.githubusercontent.com/jkoessle/akv-tui-rs/main/install.sh | sh
Download the pre-built binary for your platform from the Releases page.
On Linux, you might need to install XCB development libraries:
sudo apt-get install libxcb-shape0-dev libxcb-xfixes0-dev
Clone the repository:
git clone https://github.com/jkoessle/akv-tui-rs.git
cd akv-tui-rs
Run directly:
cargo run
Or install globally:
cargo install --path .
To run akv-tui-rs with default settings, use the following command:
akv
ⓘ Note:
You must be authenticated with Azure CLI (
az login) before running the tool.
az login in your terminal if you haven't alreadyakvj/k to select a vault from the list and press Enter| Key | Action |
|---|---|
j / ↓ |
Move selection down |
k / ↑ |
Move selection up |
Enter |
Select vault / Copy secret value |
/ |
Enter search mode |
a |
Add new secret |
e |
Edit selected secret |
d |
Delete selected secret |
r |
Refresh secrets |
v |
Back to vault selection |
q |
Quit application |
Debug Logging: Run with --debug to enable logging to azure_tui.log in the current directory:
akv --debug
az loginaz account showIf you encounter linking errors related to XCB libraries:
sudo apt-get install libxcb-shape0-dev libxcb-xfixes0-dev
xclip or xsel is installedakv-tui-rs is made possible by ratatui, crossterm, and the Azure SDK for Rust.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
This project is licensed under the Apache License 2.0.
This project was built with the assistance of Antigravity and LLMs.