Added API keys, client tunnels, SSH tunnel session improvements, and major stability and performance fixes.
| Architecture | Windows | Linux | Mac | Android | iOS |
|---|---|---|---|---|---|
| x86-64 (64-bit) | EXE · MSI · Portable | AppImage · DEB · Portable | DMG | — | — |
| AArch64 (ARM64) | — | AppImage · DEB · Portable | DMG | APK (1.3.2) | IPA (1.3.2) |
| ARMv7 (32-bit) | — | AppImage · DEB · Portable | — | — | — |
| x86-32 (32-bit) | EXE · MSI · Portable | — | — | — | — |
| Universal | Chocolatey | Flatpak | DMG · App Store · Homebrew | — | — |
Update Log:
- API key management (create and manage API keys from admin settings)
- Client tunnel support (remote tunnels, bridge tunnels, and preset management)
- Folder tree view in the file manager with lazy-loading and animations
- SSH key passphrase prompt on use if none is saved
- Open file manager at the terminal's current working directory by clicking on the file manager icon on a terminal tab
- Read-only Docker container mode
- LOG_TIMESTAMP_FORMAT env var for 24h/ISO log timestamps
- OIDC_ALLOW_REGISTRATION env var to bypass allow_registration for OIDC users
- VNC token generation now supports an optional username parameter
- Improved lazy loading with loading spinners throughout the app
- Sessions preserved across restarts
- Upgraded runtime to Node 24
- Optimized frontend bundle splitting
Bug Fixes:
- SSH multi-factor auth with publickey + password now works correctly
- Browser crash when uploading large files (more than 100MB)
- WebSocket reconnect now reattaches to the existing SSH session instead of creating a new one
- Tab auto-closes on graceful SSH disconnect (exit/Ctrl+D)
- Editing a host folder no longer requires re-entering the password
- Reconnect overlay now shows when SSH server reboots mid-session
- Session no longer crashes when uploading to a permission-denied directory
- File manager reconnects automatically after disconnecting
- Stale frontend cache handling after upgrades
- Electron auth and cache handling after upgrades
- OIDC auth cookie readiness on startup
- Docker image platforms for Node 24
- Fetch password from API for Copy Password button
- Several security related patches