Release 0.6¶
7 August 2026 · Full changelog
Release 0.6 lets Muxus spread across several desktop windows. Saved workspaces can open in
their own windows, terminal file paths open directly in the editor and SSH hosts can be kept
in Muxus without adding them to ~/.ssh/config.
One workspace per window¶
Create a workspace in a new window or open an existing one there. Muxus tracks which window owns each saved workspace, synchronizes catalog changes between windows and focuses an already-open workspace instead of silently opening a competing copy.
Focus mode hides the surrounding application chrome when a terminal needs the whole window. The tab strip scrolls more naturally when it overflows and keeps the active tab visible.
Open terminal paths in the editor¶
Recognized file paths in SSH terminals open through SFTP in the remote editor. Local terminal paths use the same editor for files on the current machine, with permission and path handling kept on the corresponding side of the connection.
OpenSSH hosts or Muxus-only hosts¶
New and imported SSH hosts can now live entirely in the Muxus database. OpenSSH-backed hosts continue to read from and write to the configured SSH files, while database-backed entries make sense for settings that should remain private to the application.
A steadier terminal¶
Sessions survive system sleep more reliably, right-click actions preserve useful selections and copied wrapped lines retain their spaces. macOS numpad Enter behaves like Return, and running a saved command gives focus back to the terminal.
Windows ARM64 installers are built alongside the existing platforms, and Linux release artifacts carry detached signatures that can be verified with the published project key.
Patches¶
0.6.1¶
10 August 2026 · Changes
- Terminal file links use an explicit click modifier and avoid conflicts with selection gestures.
- Local Windows paths follow terminal directory reports and open in the editor correctly.
- Multiline paste previews use the configured terminal typography.
- Individual hosts can override the terminal font, colours and light or dark scheme.
0.6.2¶
11 August 2026 · Changes
- Default workspace names are allocated atomically, including across several open windows.
- Tabs can edit their host, close everything to the right and move into a new window without reconnecting.
- Dragging a tab outside the Muxus window detaches it instead of creating a text file on the desktop.
- Terminal file links stay disabled until SFTP is ready and remain hidden for hosts without SFTP.
0.6.3¶
17 August 2026 · Changes
- Terminal web links use the same deliberate activation gesture as terminal file links.
- Serial connections work in Windows ARM64 builds and report incomplete writes instead of losing data silently.