Tabby – A Terminal for the Modern Age

(github.com)

39 points | by modinfo 6 hours ago

17 comments

  • h4ch1 3 hours ago
    Waiter waiter, more core applications using Electron!

    Just needed these two reasons to not even try it out.

    * Google Analytics on by default

    * >100mb download

    For a native terminal I'll happily use kitty or ghostty

    For a SSH client Zoc (https://www.emtec.com/zoc/) hasn't disappointed me yet, and even then I almost just always ssh through my terminal.

    • ramon156 3 hours ago
      Do people still use alacrity? It still feels like the most sane choice, although kitty and ghostty's rendering seems more robust. I guess I'll need to give them a go sometime
      • h4ch1 3 hours ago
        Last I personally used Alacritty was 3-4 years back on Linux w/ wayland got some weird rendering bugs, switched to st (https://st.suckless.org/) for a good while.

        When I got a Macbook last year, I did a "best terminal macos" search and evaluated multiple terminals; kitty, ghostty, iterm2 and wezterm.

        settled on ghostty because it just felt faster for terminal refreshes when I use vite, had tabs, could easily theme it to use ayu-dark. Nothing too extreme, just personal reasons

        iterm2 was fine as well, nothing special; wezterm and kitty just felt like linux apps that were on macos as well. YMMV.

      • scabel 3 hours ago
        I use alacritty. I tried ghostty but not supported on my old home mac, felt slower, and some of the config was not robust. Same with Wezterm, felt slow. Alacritty has worked with no problem everywhere I installed it. Only annoyance was once when the config changed from yaml to toml. Other than that, happy user of alacritty.
      • exq 3 hours ago
        I still do. It's faster than Kitty and Ghostty, and I don't make use of the extra features those provide. I don't use glyphs nor rendered images, and I use a tiling WM so tabs aren't that important to me. Alacritty does what I need it to, and does it well.
      • k_bx 3 hours ago
        Been driving my use for the last year or so, perfect as a thin wrapper around tmux (which is the same on macOS and Linux).

        I'll give iTerm2 another try, has many shiny features like touchID-sudo and such, otherwise don't understand what could possibly be better in ghostty/kitty

      • alarcarittykg 1 hour ago
        Definitely, been using it for years and it's one of the upgrades that has genuinely made every day noticeably better
      • gausswho 2 hours ago
        I did for several years but moved on to foot due to minor Wayland quirks I don't even remember.
      • kubafu 3 hours ago
        Happy alacritty user here (Wayland + sway)!
    • alerighi 2 hours ago
      What I like about Tabby is the fact that it has also options to connect to serial ports.

      I know that is not something useful to everyone, but working in an embedded using serial ports is something I do everyday. And I know there is Putty or Kitty or Teraterm or another serial connection tools, but most of them are either only for Windows, and don't allow all the options that I need (e.g. option to enable local line editing with history).

      The fact that it uses Electron... whatever, we are still full of Electron applications anyway, it's not an issue to me, I have enough RAM.

      I've jet to find something replacement that either has all the features of tabby (including support for connecting to serial ports) I would be happy to switch.

    • swah 3 hours ago
      The "native input editing" on Warp did spoil me though. The block feature is also super nice. Especially in the days of copying and pasting from AI tools.

      I tested all others (wezterm, ghostty, kitty, rio..) but this comfort trumps the speed or minimalism for me.

      Just want a Warp without any AI. (Just checked and the main toggle was enabled, will try to disable it again)

    • dfc 2 hours ago
      I don't understand what an ssh client does that is useful as a separate thing from your terminal of choice and openssh. Why wouldn't you always just ssh through your terminal?
      • h4ch1 2 hours ago
        Can't comment for others but for me I find zoc or in that regard, a SSH client useful for the following

        1. Remembering multiple hostnames and keys in a centralized location

        I manage a fleet of VPSs, whose hostnames, credentials I don't always remember off the top of my head. Writing ssh -i <identity> <hostname> gets tedious when I'm wrangling multiple of them over a single session

        2. Faithful terminal emulation

        Zoc does a great job at emulating a plethora of terminals; it's not a do or die feature, but nice to have.

        3. Separation of concerns

        This is a personal reason, but I like having two different applications while I am doing something that needs me to SSH to multiple VPSs, my main terminal will have local commands, local file editing, etc while my SSH client will only be used for remote connections and management. Just helps me keep things tidy for myself.

        Also as I mentioned in the parent I primarily use my main terminal to SSH; but for the cases mentioned it's nice to use a separate client.

        • l1ng0 2 hours ago
          I don't have your use-case, but I use the `.ssh/config` to give aliases (Host/Hostname) to my remote machines and can set the identity to use there (IdentityFile).
        • skydhash 2 hours ago
          > 1. Remembering multiple hostnames and keys in a centralized location

          There’s ssh_config(5) for that.

          • gausswho 2 hours ago
            This may be tinfoil, but this is the kinda configuration that I want version controlled, and I've never felt good about adding ~/.ssh/config (or anything within ~/.ssh) to my dotfiles because I definitely do not want its siblings in version control. And I don't trust myself not to bone myself.

            Instead I have some files elsewhere that I source into my terminal on start, containing:

            export M4MINI=192.168.1.204

            • bravetraveler 1 hour ago
              I'm pretty sure SSH wouldn't mind the config being a symlink to a file in your safely-held-elsewhere repository. Maybe I'm wrong. (m)DNS is what I'd really go for if I'm really just looking for easy access to names.

              I wouldn't worry, but I also have the habit of adding things to the index explicitly. If I did worry: gitignore.

      • Yizahi 2 hours ago
        To see a clear and categorized list of saved sessions, for example I have 300 different saved sessions and that's not even a tenth of the hardware we have. They are categorized, so I can quickily find a specific one I need and connect to it in one click. This also mean that I can see what sessions I do not have saves and immediately go to a page with all information. Telnet sessions also live there, seamlessly. And finally I can have saved arbitrary commands, different per each session for the quick use. Especially useful with inane kilometer long k8s commands.
    • tempodox 2 hours ago
      Also, how many of the required NPM packages will be compromised?
    • naikrovek 2 hours ago
      it is extremely weird to me that someone would write something like this in javascript. it is very, very wrong, to me. like ... "you need your head examined" wrong.

      That will be an unpopular opinion on this site, I know. Javascript is so slow, so bloated, and so far from the CPU that it is almost like building a railroad bridge using plastic. Could you build a railroad bridge out of plastic? yeah I'm sure that could be done. Is plastic the best material for this application? Not in the slightest. Javascript is not the right tool for anything outside of the browser, to me.

      But, it's 2025 and plastic is everywhere, even inside our brains, so what do I know?

  • tonnydourado 3 hours ago
    Of all the things I never wanted, a terminal implemented on JavaScript is easily on the top 10 that I never wanted the most.

    For Windows, Windows Terminal is pretty ok.

  • Mk2000 4 hours ago
    If modern means slow, laggy and made with js then sure
  • fdsfdsfdsaasd 2 hours ago
    > We scanned 1338 dependencies and found 94 problems.

    Just what I want in my terminal app.

    I don't like the endless "security audit" noise, but there are 13 critical issues, some dating back 4 years, and including cryptogrpahy-related flaws (and that's just the top-level yarn.lock).

  • akaike 4 hours ago
    It's cool, but when I tested it last time, it was very, very laggy and very slow. Not sure if that's the definition of "modern".
    • BlindEyeHalo 4 hours ago
      Considering all apps become more slow and laggy every year it seems on point.
  • mzajc 3 hours ago
    > Tabby (formerly Terminus)

    Apparently this has nothing to do with the other terminus [0]?

    [0]: https://gitlab.com/rastersoft/terminus

  • pointlessone 29 minutes ago
    I wonder if it chokes on a big c project build or tailing a webserver log.
  • a022311 2 hours ago
    This was my first terminal emulator when I got started with Linux (I skipped GNOME's one because it was completely uncustomizable). It's got many useful features and I'd compare it to Windows Terminal, but the 3 second startup times (with a good computer) were too much. After many other terminals I've now settled on Ghostty which provides the customization options I need and starts instantly. The most useful feature of Tabby which I can't find elsewhere is connecting to remote servers with file upload/download support and serial consoles (useful for people working with embedded systems).
  • dsign 3 hours ago
    I've used it for a few years; can't complain really. Perhaps it's a bit slow, but I don't notice because I already use VSCode and IntelliJ and have enteprise tooling and Teams in my Mac, so if I were to run a piece of fast software it will probably feel jarring and seizure-inducing.
  • InfinityByTen 2 hours ago
    I actually was looking for a modern age terminal recently, even though I'm sort of happy with how xfce4-terminal has worked for me with regards to tabs and customization.

    I was trying to make ssh work on tabby when I realised it's just a glorified browser, I stopped in my tracks and purged the thing. I do enjoy the UX of moving around tabs and changing my mental contexts, but this is too much a price to pay. I don't mind download sizes as long as the application is performant, customizable, and don't have unnecessary backdoors.

  • benrutter 2 hours ago
    I tried using this a couple years ago - the big issue I had with it is that it's very slow to render text. I'd often accidentally try to print out something that was much longer than I had realised, and then be stuck with Tabby frozen for serveral minutes while it printed everything out.

    If you're just using the terminal to run a few commands, and not working in it a lot, it's a pretty tool, and clearly built with a lot of love.

  • Semaphor 4 hours ago
  • sevg 2 hours ago
    How does this have so many stars? As much as ghostty and kitty combined, even though I hadn’t heard of it until today.
  • grishka 1 hour ago
    > for the modern age

    Of course it's an Electron app... Sigh.

  • __bjoernd 4 hours ago
    How does it compare to iterm2 or kitty?
    • thefz 4 hours ago
      It's cross platform
  • nylonstrung 4 hours ago
    This is a rebrand of terminus
  • block_dagger 4 hours ago
    Why another terminal?
    • oneeyedpigeon 4 hours ago
      There's a set of features in the README that you can view if you follow the link:

      - Integrated SSH and Telnet client and connection manager

      - Integrated serial terminal

      - Theming and color schemes

      - Fully configurable shortcuts and multi-chord shortcuts

      - Split panes

      - Remembers your tabs

      - PowerShell (and PS Core), WSL, Git-Bash, Cygwin, MSYS2, Cmder and CMD support

      - Direct file transfer from/to SSH sessions via Zmodem

      - Full Unicode support including double-width characters

      - Doesn't choke on fast-flowing outputs

      - Proper shell experience on Windows including tab completion (via Clink)

      - Integrated encrypted container for SSH secrets and configuration

      - SSH, SFTP and Telnet client available as a web app (also self-hosted).

      • fdsfdsfdsaasd 2 hours ago
        > Integrated SSH and Telnet client and connection manager

        Honestly, ssh re-implemented "open source" in javascript goes beyond anti-feature and back around into "useful for security research".

      • anon1395 4 hours ago
        - extra slowness