Installing Tabby (formerly Terminus) on Windows/Linux/MacOS

Channel:
Subscribers:
14,400
Published on ● Video Link: https://www.youtube.com/watch?v=G03-5RE0ohg



Duration: 2:51
4,079 views
0


#Tabby #Terminus #TerminalEmulator #CrossPlatform

Full steps can be found at https://i12bretro.github.io/tutorials/0740.html

--------------------------------------------------------------------
What is Tabby?
--------------------------------------------------------------------
Tabby (formerly Terminus) is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux. - https://github.com/Eugeny/tabby
 
--------------------------------------------------------------------
Microsoft Windows
--------------------------------------------------------------------
   01. Download Tabby  https://github.com/Eugeny/tabby/releases
   02. Open File Explorer and navigate to the Download location
   03. Run the downloaded .exe
   04. Step through the installer accepting all the defaults
   05. Launch Tabby from the Start menu
 
--------------------------------------------------------------------
Debian/Ubuntu Linux
--------------------------------------------------------------------
   01. Log into the Linux device
   02. Launch a terminal window
   03. Run the following commands
         # lookup latest release URL
         regex='"browser_download_url": "(https:\/\/github.com\/Eugeny\/tabby\/releases\/download\/[^/]*\/[^/]*\.deb)"' && response=$(curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/Eugeny/tabby/releases/latest) && [[ $response =~ $regex ]] && downloadURL="${BASH_REMATCH[1]}"
         # download the .deb package
         wget -O ./tabby.deb $downloadURL
         # install tabby
         sudo dpkg -i ./tabby.deb
         # install missing dependencies
         sudo apt -f install -y
         # launch tabby
         tabby &
 
--------------------------------------------------------------------
MacOS
--------------------------------------------------------------------
   01. Download Tabby  https://github.com/Eugeny/tabby/releases
   02. Open Downloads in Finder
   03. Double click the downloaded Tabby .pkg
   04. Step through the installer accepting all the defaults
   05. Launch Tabby from the Launchpad
 


### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
Cross-Platform
Debian
Home Lab
Home Lab Ideas
How To
How To Install Tabby On Linux
How To Install Tabby On MacOS
How To Install Tabby On Windows
Install Guide
Linux
MacOS
Self-Hosted
Tabbed Terminal
Tabby
Terminal
Terminal Emulator
Terminus
Tutorial
Windows
Windows 10
Windows 11
i12bretro