← Blog
May 7, 2026

MentisDB 0.9.8.44 - Binary Rename, Dashboard Settings, and Dotenvy

0.9.8.44 is a user-experience release: the binary drops its trailing d, the dashboard gains a Settings tab and per-chain storage visibility, and mentisdb now loads configuration from .env files so you can keep project-local settings out of your shell profile.

Breaking change: the installed binary is now mentisdb, not mentisdbd. All documentation, CI artifacts, install scripts, and TUI references have been updated. If you have scripts or aliases that call mentisdbd, update them to mentisdb.

What Changed

Verification

GateResult
cargo fmt -- --checkPassed
cargo clippy --all-features -- -D warningsPassed
cargo test --all-featuresPassed (257 tests, 80 doc-tests)
GitHub CIPassed (x86_64/aarch64 macOS, x86_64/aarch64 Linux, Windows)
LoCoMo benchmarkR@10 = 71.80% (single 75.80%, multi 57.20%)

Upgrade

cargo install mentisdb --force

No manual migration is required. Existing chain files, skill registries, and agent identities continue to work unchanged. Scripts that reference mentisdbd should be updated to mentisdb.