v0.6.0
Pre-release
Pre-release
v0.6.0 — WebUI
What's new
- WebUI — localhost web interface at
http://127.0.0.1:<port> - axum server — lightweight async Rust web framework
- REST API — full CRUD for entries, search, generate, TOTP
- WebSocket — real-time lock/unlock/entries notifications
- Vanilla frontend — HTML/CSS/JS, Tailwind CDN, zero build step
- Single binary —
coalbox-webwith embedded frontend
Usage
# Start the WebUI
coalbox-web --vault ~/vault.emberkeys
# Custom port
coalbox-web --port 3000
# Don't open browser
coalbox-web --no-openWhat's not in this release
- Ember Browser integration (v0.7)
Build from source
git clone https://github.com/SabeeirSharrma/coalbox.git
cd coalbox
cargo build --release
# binaries at target/release/coalbox and target/release/coalbox-webRequires Rust 1.85+.
Checksums Only
⚠ Do not download or use the binary artifacts below.
They are provided for SHA-256 checksum verification only.
Coalbox must be built from source. See CONTRIBUTING.md for build instructions.
v0.6.0 — WebUI
Add coalbox-web binary with axum localhost server, REST API,
WebSocket real-time state, and vanilla HTML/JS frontend with
Tailwind CDN. Single binary with embedded assets.
Full Changelog: v0.5.0...v0.6.0