Mirror: This repo is a read-only mirror of gitlab.com/vauchi/tui. Please open issues and merge requests there.
Warning
Pre-Alpha Software - This project is under heavy development and not ready for production use. APIs may change without notice. Use at your own risk.
Terminal user interface for privacy-focused contact card exchange.
- Contact Card Management: Create and edit your personal contact card
- QR Exchange: Display QR codes in terminal for contact exchange
- Contacts Browser: Navigate and manage contacts with keyboard
- Selective Visibility: Control field visibility per contact
- Encrypted Backup: Export/import with password-protected encryption
- Rust + Ratatui (terminal UI framework)
- Crossterm (cross-platform terminal handling)
- Direct integration with
vauchi-core
# Run directly
cargo run -p vauchi-tui
# Or build and run
cargo build -p vauchi-tui --release
./target/release/vauchi-tui| Key | Action |
|---|---|
e |
Exchange (QR) |
c |
Contacts |
s |
Settings |
d |
Devices |
b |
Backup |
n |
Sync now |
a |
Add field |
x |
Delete |
? |
Help |
q |
Quit |
vauchi-tui/src/
├── main.rs # Entry point, event loop
├── app.rs # Application state
├── backend.rs # Vauchi core integration
├── ui/ # Screen renderers (12 screens)
└── handlers/ # Keyboard event handlers
TDD: Red→Green→Refactor. Test FIRST or delete code and restart.
Structure: src/ = production code only. tests/ = tests only. Siblings, not nested.
Vauchi is open source and community-funded — no VC money, no data harvesting.
- GitHub Sponsors
- Liberapay
- Supporters for sponsorship tiers
MIT