Release 0.3¶
29 July 2026 · Full changelog
Release 0.3 gives saved passwords a proper encrypted vault and tightens the handling around SSH authentication, configuration edits and keyboard-driven multi-execution.
An encrypted password vault¶
Saved SSH passwords are encrypted automatically. Desktop builds keep the wrapping key in the operating-system credential store; environments without a usable keyring can protect it with a master password instead.
Recovery and reset flows are explicit, and vault backups contain encrypted records rather than plaintext credentials.
More reliable SSH authentication and edits¶
Authentication follows custom agent sockets reliably, including desktop flows that start a connection outside the main host list. Edits preserve symbolic links to SSH configuration files instead of replacing the link itself.
Multi-execution from the keyboard¶
A dedicated shortcut toggles multi-execution for the active terminal. Mirrored input remains limited to the visible target panes, including when one pane is zoomed.
Patches¶
0.3.1¶
30 July 2026 · Changes
- Diagnostic mode captures server and desktop logs for inspection and export inside Muxus.
- Terminal text can use a custom foreground colour.
- SSH agent connections no longer stall when a session also names a specific key.