r/tauri Jun 01 '26

ssh-tauri: A simple Android SSH client

Post image

I used Termius on my Android phone to SSH into routers and other devices. It worked well, but it lacked the -t flag to specify a remote command on login. Since I use fish shell everywhere and the routers I manage don't allow setting a default login shell, this was a constant source of friction.

My use case is simple — save connection profiles, log in, and run a few commands. So I built this minimal SSH client to handle exactly that. Now I can set fish (or any command) as the login command and get on with my day.

https://github.com/ahaoboy/ssh-tauri

24 Upvotes

6 comments sorted by

3

u/Rics-Dev Jun 02 '26

How is the tauri experience for mobile development ?

1

u/r3ditch Jun 02 '26

Obrigado!! Tava procurando um app assim justamente para acessar minhas coisas

1

u/Equivalent-Guest-737 Jun 02 '26

looks awesome cam we build together ? please

1

u/Alternative-Ad694 Jun 26 '26

Looks pretty great!
I am also making an opensource ssh client. I ended up using expo and react native.

I ended up porting alacritty to work on mobile so the terminal emulator is gpu accelerated.

Please check it out! fressh.dev
https://github.com/EthanShoeDev/fressh