RTerm v3.8.6
RTerm v3.8.6 — AI-Native Terminal App by Hyperspace Technologies
v3.8.6 (2026-09-18)
ReactorPro Mesh Bridge settings panel (desktop Settings UI)
The reactorpro plugin shipped in 3.8.5 with its backend settings wiring
complete but no Settings panel — configuration was only reachable via
settings:set or by asking the agent. This closes that gap: the desktop
Settings view now shows a ReactorPro Mesh Bridge panel (enabled, NATS
URL, mesh prefix, agent id, display name, identity file, auto-serve),
following the same generic plugin-panel pattern as webIntel / nats /
synapse / numbat / monid. Blank fields are omitted on save so server
defaults apply.
The two fields that deserve warnings carry them in the UI:
- agent id — PERMANENT once an identity exists. It is hashed into the
fingerprint; changing it means a new identity peers must re-pin. - identity file — minted on first use (0600). Back it up: losing it means
peers that pinned the old fingerprint will refuse this instance.
Settings round-trip guard
New test pins the v3.1.3 lesson for this block: the reactorpro settings
block must survive save+reload. It shipped with the pickBackendSnapshot
whitelist key, but a future refactor of that list would have silently wiped
it — now that regression is loud instead of silent. Settings migrations
spec: 23/23.
Downloads
| Platform | File |
|---|---|
| macOS ARM64 | RTerm-3.8.6-arm64.dmg |
| Windows x64 (Portable) | RTerm.Portable.3.8.6-x64.exe |
| Windows x64 (Setup) | RTerm.Setup.3.8.6-x64.exe |
| Linux x64 (AppImage) | RTerm-3.8.6-x64.AppImage |
| Linux x64 (deb) | RTerm-3.8.6-x64.deb |
| Linux x64 (pacman) | RTerm-3.8.6-x64.pacman |
| Linux x64 (rpm) | RTerm-3.8.6-x64.rpm |
| Linux ARM64 (AppImage) | RTerm-3.8.6-arm64.AppImage |
| Linux ARM64 (deb) | RTerm-3.8.6-arm64.deb |
| Linux ARM64 (rpm) | RTerm-3.8.6-arm64.rpm |
Install
macOS: After installing, run xattr -cr /Applications/RTerm.app to remove quarantine.
Linux AppImage: chmod +x RTerm-*.AppImage && ./RTerm-*.AppImage
Linux deb: sudo dpkg -i RTerm-*.deb
Linux rpm: sudo rpm -i RTerm-*.rpm
Contact: rterm@hyperspace.ng