mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-04-24 23:36:09 +03:00
-
release-1.10.0-tag Stable
released this
2026-01-01 07:20:12 +03:00 | 58 commits to main since this release📅 Originally published on GitHub: Thu, 01 Jan 2026 04:26:14 GMT
🏷️ Git tag created: Thu, 01 Jan 2026 04:20:12 GMTAdded docker management, RBAC support, many new languages, SOCKS5 support, light mode, and fixed many bugs
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.2.0) IPA (1.2.0) ARMv7 (32-bit) — AppImage · DEB · Portable — — — x86-32 (32-bit) EXE · MSI · Portable — — — — Universal Chocolatey Flatpak DMG · App Store · Homebrew — — Update Log:
- Added docker management
- Start, stop, pause, remove containers
- View container stats
- Control container using docker exec terminal
- Disabled by default and completely option. It was not made to replace Portainer or Dockge but rather to simply manage your containers compared to creating them.
- RBAC support
- Create roles and share hosts across users/roles
- Added terminal highlighting (very early beta)
- SOCKS5 support
- Separated server stats and tunnel management
- Added notes field to host
- Sudo password auto-fill
- Auto trim host manger inputs
- Allow for betting sorting in the left sidebar
- Hide/show tags in the sidebar (adjustable in user profile)
- Improved terminal connection speed
- Improved admin settings usability by creating new user modal
- Able to create new user from admin page
- Added 20 new languages and migrated hardcoded text to the new system
- All languages are now generated in bulk using google translate
- Added light mode (toggleable in user profile)
- Made colors more consistent across entire UI
- Improved general code quality and code organization (no user impacts)
- Duplicated recent activity (in a row) is now truncated
- Added collapse snippet folders by default
- Added comment at the end of the public key when deployed
- Added search bar to snippets
- Made server stats only occur when the user has the server stats page open. This reduces the amount of spam on a server and also providers better performance in general.
- Server stats now also supports TOTP (but not none auth since that would be fundamentally impossible since it would have to ask for authentication every time it would poll)
- Turned server stats disk usage into a graph
- Added server stats, docker, and tunnels as recent activity
- Added host saving loader to the host manager and disabled edit button if missing form entry
Bug Fix:
- Fix PTY keepalive creating “^@” character
- Snippet running on enter key
- Base64 file manager decoding
- File manager jump host not working
- File manager terminal size not updating
- User/hosts unable to be deleted (sqlite constraint)
- Command autocomplete taking over tab (made disabled by default)
- Override credential username not saving
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
com.karmaa.termix.flatpakref
0 downloads ·
2026-02-28 15:27:24 +03:00 · 678 B -
termix.rb
0 downloads ·
2026-02-28 15:27:25 +03:00 · 754 B -
termix_android.apk
0 downloads ·
2026-02-28 15:27:40 +03:00 · 116 MiB -
termix_ios.ipa
0 downloads ·
2026-02-28 15:27:43 +03:00 · 16 MiB -
termix_linux_arm64_appimage.AppImage
0 downloads ·
2026-02-28 15:27:57 +03:00 · 128 MiB -
termix_linux_arm64_deb.deb
0 downloads ·
2026-02-28 15:28:11 +03:00 · 76 MiB -
termix_linux_arm64_portable.tar.gz
0 downloads ·
2026-02-28 15:28:23 +03:00 · 121 MiB -
termix_linux_armv7l_appimage.AppImage
0 downloads ·
2026-02-28 15:28:35 +03:00 · 117 MiB -
termix_linux_armv7l_deb.deb
0 downloads ·
2026-02-28 15:28:43 +03:00 · 75 MiB -
termix_linux_armv7l_portable.tar.gz
0 downloads ·
2026-02-28 15:28:54 +03:00 · 112 MiB -
termix_linux_flatpak.flatpak
0 downloads ·
2026-02-28 15:29:04 +03:00 · 82 MiB -
termix_linux_x64_appimage.AppImage
0 downloads ·
2026-02-28 15:29:20 +03:00 · 128 MiB -
termix_linux_x64_deb.deb
0 downloads ·
2026-02-28 15:29:28 +03:00 · 81 MiB -
termix_linux_x64_portable.tar.gz
0 downloads ·
2026-02-28 15:29:40 +03:00 · 121 MiB -
termix_macos_arm64_dmg.dmg
0 downloads ·
2026-02-28 15:29:51 +03:00 · 121 MiB -
termix_macos_universal_dmg.dmg
0 downloads ·
2026-02-28 15:30:14 +03:00 · 210 MiB -
termix_macos_x64_dmg.dmg
0 downloads ·
2026-02-28 15:30:30 +03:00 · 127 MiB -
termix_windows_ia32_msi.msi
0 downloads ·
2026-02-28 15:30:41 +03:00 · 104 MiB -
termix_windows_ia32_nsis.exe
0 downloads ·
2026-02-28 15:30:53 +03:00 · 93 MiB -
termix_windows_ia32_portable.zip
0 downloads ·
2026-02-28 15:31:09 +03:00 · 128 MiB -
termix_windows_x64_msi.msi
0 downloads ·
2026-02-28 15:31:21 +03:00 · 117 MiB -
termix_windows_x64_nsis.exe
0 downloads ·
2026-02-28 15:31:33 +03:00 · 105 MiB -
termix_windows_x64_portable.zip
0 downloads ·
2026-02-28 15:31:52 +03:00 · 147 MiB
- Added docker management