this post was submitted on 11 Jun 2025
29 points (96.8% liked)

Linux

7877 readers
457 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

A few months ago, a new terminal emulator was released. It's called ghostty, and it has been a highly anticipated terminal emulator for a while, especially due to the coverage that it received from ThePrimeagen, who had been using for a while, while it was in private beta.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] treeshateorcs@programming.dev 6 points 3 days ago (4 children)
 ~ pacman -Si ghostty | grep Size
Download Size   : 14.05 MiB
Installed Size  : 30.96 MiB
 ~ pacman -Si foot | grep Size
Download Size   : 320.45 KiB
Installed Size  : 758.50 KiB

nuff said

[โ€“] SpaceCadet@feddit.nl 9 points 3 days ago

foot is such a lovely little program. It has everything I want for a terminal emulator: it launches instantly, it has zero lag, no fluff, excellent font rendering, excellent copy/paste handling, excellent compatibility, and it's easily configurable and themable via a sensible, well documented config file.

TFW I realize I am a foot fetishist ... ๐Ÿ˜ฎ

[โ€“] Shareni@programming.dev 6 points 3 days ago (1 children)

Has terabytes of storage

Worried about a 30 megs

nuff said

unused RAM is wasted RAM right?

[โ€“] ulterno@programming.dev 4 points 3 days ago

Except that it's not enough:

โฏ pacman -Sii ghostty
...
Depends On      : bzip2  fontconfig  libfontconfig.so=1-64  freetype2  libfreetype.so=6-64  gcc-libs  glibc  glib2  libglib-2.0.so=0-64  libgio-2.0.so=0-64  libgobject-2.0.so=0-64  gtk4  libgtk-4.so=1-64  libx11  harfbuzz
                  libharfbuzz.so=0-64  libadwaita  libadwaita-1.so=0-64  libpng  oniguruma  pixman  zlib  ghostty-shell-integration  ghostty-terminfo
...
Download Size   : 14.05 MiB
Installed Size  : 30.96 MiB
โฏ pacman -Sii foot
...
Depends On      : fcft  fontconfig  libfcft.so=4-64  libutf8proc  libxkbcommon  ncurses  pixman  wayland
Optional Deps   : foot-terminfo: extra non-standard features over terminfo included in ncurses
                  libnotify: desktop notifications
                  xdg-utils: URI launching
...
Download Size   : 320.45 KiB
Installed Size  : 758.50 KiB

For contrast:

โฏ pacman -Sii konsole
...
Depends On      : glibc  gcc-libs  icu  kbookmarks  kcolorscheme  kconfig  kconfigwidgets  kcoreaddons  kcrash  kdbusaddons  kglobalaccel  kguiaddons  ki18n  kiconthemes  kio  knewstuff  knotifications  knotifyconfig  kparts  kpty
                  kservice  ktextwidgets  kwidgetsaddons  kwindowsystem  kxmlgui  qt6-base  qt6-multimedia  sh
Optional Deps   : keditbookmarks: to manage bookmarks
...
Download Size   : 2.12 MiB
Installed Size  : 9.36 MiB

They have a Glfw build, it is a lot smaller and faster but they don't want to support it.