What bloat and bugs are you seeing in Terminal?Oh no they didn’t!
Apple has adopted the, “SQUIRREL” methodology vs cutting bloat/bugs
Look shiny and we changed something, a thing that doesn’t need changing…
What bloat and bugs are you seeing in Terminal?Oh no they didn’t!
Apple has adopted the, “SQUIRREL” methodology vs cutting bloat/bugs
Look shiny and we changed something, a thing that doesn’t need changing…
Well, yeah... the full genealogy of "*nix" is like Game of Thrones with tedious lawsuits replacing (most of) the sex and violence .Basically I oversimplified itYou have 2 major systems, Unix-like (linux and macOS, ofcourse their are also a lot of differences) and Windows (where basically nothing is Unix except for WSL)
True.macOS sprung from NextStep (which is why so many calls had "NS" in the name), which was based (among other things) on BSD Unix. So, macOS is a direct descendant of Unix.
There are none on the official list:I think there are actually a couple "UNIX certified" Linux distributions but the major ones are not.
Windows NT was actually POSIX compliant at one point - but only at the lowest C API level.where basically nothing is Unix except for WSL
What is it about Kitty that would be difficult to challenge? I'm not trying to argue. I genuinely don't know and am curious. I've tried Kitty before, but found the configuration annoying, so I typically use either use iTerm2 or Warp. What are Kitty's killer features?
Fair enough, I concede the pointBeing really, really pedantic - Unix is (now) a set of standards for APIs, libraries, user utilities and command line tools, file organisation etc. along with a commercial certification and trademark licensing scheme, that can be implemented by a whole range of otherwise quite different OSs, whereas Linux technically refers to a specific OS kernel that is commonly combined with the GNU tools and a bunch of other GPL-licensed projects to make a range of Unix-like OS "distributions" (including Android).
...and AFAIK the only reason that GNU/Linux is not Unix is that the Open Systems Unix certification/licensing procedure (a) costs money and (b) a distro that contained claims to be "Unix" couldn't be re-distributed as required by the GPL. In reality, "Linux" feels more like using a traditional Unix system than MacOS.
There are none on the official list:
Still, the practical upshot is that the typical Linux distribution feels a lot more like a traditional Unix system than MacOS, including a GUI that evolved from the X11-based GUIs used by *nix systems back in the day, as opposed to NextStep. Whether that's a good or bad thing I'll leave dangling![]()
X11 caught on quick!Interestingly, X11 was not introduced until September of 1987 only a year before the NeXT computer. In those days traditional Unix meant a proprietary windowing system mostly used for multiple terminal windows or actually physical terminals.
I don't think someone running a cross platform IDE and a few terminal windows would notice much difference between MacOS and Linux except perhaps for the menu bar placement.
There are two different parts here -- the actual terminal application, and the shell (the programming language and command set used in the terminal). Most of the good shells are available for both -- for instance, Ubuntu defaults to bash, the shell macOS used to default to, and macOS defaults to zsh, but either can be configured to use either or any of many other shell languages. The terminal applications are often tied to the window manager, so different Linux distributions will have different terminals; and on both Linux and macOS, you can install alternative terminal programs (as on macOS you can install iTerm).Which is better, macOS Terminal or Linux Terminal? Or are they the same thing?
You need to choose SF Mono Terminal font, or use the theme that has the font configured already (e.g., Clear Dark).I've installed the beta of macOS 26 but the Terminal settings look the same to me. Am I missing something, or is this not going to be added in until later?
Apple provides the platform and font, will need to configure Terminal :I've installed the beta of macOS 26 but the Terminal settings look the same to me. Am I missing something, or is this not going to be added in until later?
Holy smoke, they actually fixed it! This bug has been driving me crazy for years.While they're at it, hopefully they'll fix the annoying bug where the app automatically switches back to the first tab whenever the window is restored from minimized.
But you can do all of that in any terminal for donkey years. So what is different then?Apple provides the platform and font, will need to configure Terminal :
1. Duplicate Clear Dark (or Clear Light), so that the original profile is kept intact.
2. Install powerline-status. The Python that comes with macOS is fine.
pip3 install --user --force-reinstall powerline-status
3. Set up ~/.zshrc, this also avoids powerline-config not found error.
export PATH=$PATH:$HOME/Library/Python/3.9/bin
. $(pip3 show powerline-status | grep Location | cut -d " " -f 2)/powerline/bindings/zsh/powerline.zsh
Restart Terminal and enjoy!
Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.