Package Details: termius 9.36.2-1

Git Clone URL: https://aur.archlinux.org/termius.git (read-only, click to copy)
Package Base: termius
Description: Desktop SSH Client
Upstream URL: https://www.termius.com/
Keywords: desktop sftp ssh
Licenses: custom
Submitter: tbk
Maintainer: tbk
Last Packager: tbk
Votes: 33
Popularity: 0.89
First Submitted: 2019-06-11 00:19 (UTC)
Last Updated: 2026-01-20 19:23 (UTC)

Pinned Comments

tbk commented on 2019-06-11 00:26 (UTC) (edited on 2019-06-11 01:26 (UTC) by tbk)

There is an issue when running multiple instances where the second instance does not render the interface the snap package suffers from the same issue.

Latest Comments

1 2 3 4 5 Next › Last »

duanluan commented on 2026-01-07 03:50 (UTC)

I wrote a shell script to automate the update process for this package. It automatically fetches the latest version from the official .deb changelog, queries the Snapcraft API for the correct resource ID (the dynamic _xxx.snap suffix), and updates the PKGBUILD checksums locally.

It's helpful for anyone who needs to update locally before the maintainer pushes a new release.

Script here: https://github.com/duanluan/shell-scripts/blob/main/termius-update.sh

bernardopg commented on 2025-11-25 03:13 (UTC)

Update to 9.34.3

diff --git a/PKGBUILD b/PKGBUILD
index c65acbb..f5e95d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@

 pkgname=termius
-pkgver=9.33.0
+pkgver=9.34.3
 pkgrel=1
 pkgdesc="Desktop SSH Client"
 url="https://www.termius.com/"
@@ -15,11 +15,11 @@ makedepends=('squashfs-tools')
 # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_url' -r
 # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.version' -r
 source=(
-    "$pkgname-$pkgver.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_243.snap"
+    "$pkgname-$pkgver.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_245.snap"
     "termius.desktop"
     "tos.html"
 )
-sha512sums=('fd62d0da98ce22c560aad1f12911d37618c572bd4c35a51f58506f8751119eade25bdc5329a4b30501ad67268d6623f4e45d222122ce094127cece38c3135ef6'
+sha512sums=('f3b0eec8a23c5af13dec0666bb4d9a19d5d95a6d2c5d16e1d9adcecbc734a256f6ed381a96da684a926f8e7d10c0af99bd44bae3df6d85bd587cfc4df73d9720'
             'f1ce576d42a624842c9d08807c11580421b708b4bd7fac3aa9874769735df87566012e8fc0f993b08618f31d2f38588cd83d8572a2700f35d42e2761984ca5d0'
             '6ac7c082d1adba92dd911f46f9926f702be0f92a9843e6252364477d81364569eeeee9b37170a6d9000fde644588734cb6a11d165fc0aff3dbfbcd6ad353ca96')

Update to 9.34.3 (snap rev 245).

Upstream changelog: https://termius.com/changelog#9.34.0 - SSH.id support, new host icons (Rocky/Alma/Alpine/Amazon Linux), Azure Cloud Sync fix, stability improvements.

Checksums via sha512sum termius-9.34.3.snap.

voxan24 commented on 2025-10-11 09:49 (UTC)

9.32.2 is out

Sling commented on 2025-09-03 02:56 (UTC)

Do you plan on updating this to v9.30?

FBDev64 commented on 2024-03-24 19:52 (UTC)

Best SSH client.

naominanoko commented on 2023-10-06 13:29 (UTC)

Termius team links do not work because the protocol is not referenced inside of the .desktop file. Adding MimeType=x-scheme-handler/termius to the file should make it so that you can launch instances from the website.

BryanLiang commented on 2023-09-09 09:39 (UTC) (edited on 2023-09-20 12:58 (UTC) by BryanLiang)

I modified the PKGBUILD, which upgraded to latest version and added files that are needed for GPU acceleration personally

Use it if you need.

https://pastebin.com/RK5yYw5S

arlindo commented on 2023-07-08 13:25 (UTC) (edited on 2023-07-08 13:25 (UTC) by arlindo)

When files like libEGL.so, libGLESv2.so, and libvulkan.so.1 are ignored by an AUR package, I experience poor performance in terminal scrolling and response, as well as high CPU utilization by the Termius app. I only discovered this issue after directly downloading the Debian version from the Termius website. All my performance problems were resolved when I used the original version of Termius, even in the Debian version. Can you explain why these files are being ignored? I'm aware that the files already exist in my operating system, but they don't seem to work. The log below shows the errors encountered when using the AUR package. I have fixed the links for the files libEGL.so, libGLESv2.so, and libvulkan.so.1 in ArchLinux.

[40567:0708/102014.159873:ERROR:gl_display.cc(508)] EGL Driver message (Error) eglCreateContext: eglCreateContext
[40567:0708/102014.159966:ERROR:gl_context_egl.cc(371)] eglCreateContext failed with error EGL_SUCCESS
[40567:0708/102014.161620:ERROR:gpu_init.cc(521)] Passthrough is not supported, GL is angle, ANGLE is swiftshader
[40567:0708/102014.164074:ERROR:gl_display.cc(508)] EGL Driver message (Error) eglCreateContext: eglCreateContext
[40567:0708/102014.164121:ERROR:gl_context_egl.cc(371)] eglCreateContext failed with error EGL_SUCCESS
[40567:0708/102014.164158:ERROR:gpu_info_collector.cc(93)] gl::init::CreateGLContext failed
[40567:0708/102014.164188:ERROR:gpu_info_collector.cc(354)] Could not create context for info collection.
[40567:0708/102014.164231:ERROR:gpu_init.cc(86)] CollectGraphicsInfo failed.
[40567:0708/102014.165671:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[40667:0708/102014.175870:ERROR:gpu_init.cc(521)] Passthrough is not supported, GL is disabled, ANGLE is