|
| 1 | +--- |
| 2 | +layout: app |
| 3 | + |
| 4 | +permalink: /Ghostty/ |
| 5 | +description: Fast, native, feature-rich terminal emulator pushing modern features |
| 6 | +license: MIT |
| 7 | + |
| 8 | +icons: |
| 9 | + - Ghostty/icons/128x128/com.mitchellh.ghostty.png |
| 10 | + |
| 11 | +authors: |
| 12 | + - name: psadi |
| 13 | + url: https://github.com/psadi |
| 14 | + |
| 15 | +links: |
| 16 | + - type: GitHub |
| 17 | + url: psadi/ghostty-appimage |
| 18 | + - type: Download |
| 19 | + url: https://github.com/psadi/ghostty-appimage/releases |
| 20 | + |
| 21 | +desktop: |
| 22 | + Desktop Entry: |
| 23 | + Name: Ghostty |
| 24 | + Type: Application |
| 25 | + Comment: A terminal emulator |
| 26 | + Exec: ghostty |
| 27 | + Icon: com.mitchellh.ghostty |
| 28 | + StartupWMClass: com.mitchellh.ghostty |
| 29 | + Categories: System |
| 30 | + Keywords: terminal |
| 31 | + StartupNotify: true |
| 32 | + Terminal: false |
| 33 | + Actions: new-window |
| 34 | + X-GNOME-UsesNotifications: true |
| 35 | + X-TerminalArgExec: "-e" |
| 36 | + X-TerminalArgTitle: "--title=" |
| 37 | + X-TerminalArgAppId: "--class=" |
| 38 | + X-TerminalArgDir: "--working-directory=" |
| 39 | + X-TerminalArgHold: "--wait-after-command" |
| 40 | + X-AppImage-Version: 1.1.2 |
| 41 | + Desktop Action new-window: |
| 42 | + Name: New Window |
| 43 | + Exec: ghostty |
| 44 | + AppImageHub: |
| 45 | + X-AppImage-UpdateInformation: gh-releases-zsync|psadi|ghostty-appimage|latest|*x86_64.AppImage.zsync |
| 46 | + X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx'' |
| 47 | + created [don''t know]: invalid packet (ctb=0a) no signature found the signature |
| 48 | + could not be verified. Please remember that the signature file (.sig or .asc) |
| 49 | + should be the first file given on the command line.' |
| 50 | + X-AppImage-Type: 2 |
| 51 | + X-AppImage-Architecture: x86_64 |
| 52 | + |
| 53 | +appdata: |
| 54 | + Type: desktop-application |
| 55 | + ID: com.mitchellh.ghostty |
| 56 | + Name: |
| 57 | + C: Ghostty |
| 58 | + Summary: |
| 59 | + C: Fast, native, feature-rich terminal emulator pushing modern features |
| 60 | + Description: |
| 61 | + C: >- |
| 62 | + <p>Ghostty is a terminal emulator that differentiates itself by being fast, |
| 63 | + feature-rich, and native. While there are many excellent terminal |
| 64 | + emulators available, they all force you to choose between speed, |
| 65 | + features, or native UIs. Ghostty provides all three.</p> |
| 66 | + <p>In all categories, I am not trying to claim that Ghostty is the best |
| 67 | + (i.e. the fastest, most feature-rich, or most native). But Ghostty is |
| 68 | + competitive in all three categories and Ghostty doesn't make you choose |
| 69 | + between them.</p> |
| 70 | + <p>Ghostty also intends to push the boundaries of what is possible with a |
| 71 | + terminal emulator by exposing modern, opt-in features that enable CLI |
| 72 | + tool developers to build more feature rich, interactive applications.</p> |
| 73 | + <p>While aiming for this ambitious goal, our first step is to make Ghostty |
| 74 | + one of the best fully standards compliant terminal emulator, remaining |
| 75 | + compatible with all existing shells and software while supporting all of |
| 76 | + the latest terminal innovations in the ecosystem. You can use Ghostty as |
| 77 | + a drop-in replacement for your existing terminal emulator.</p> |
| 78 | + ProjectLicense: MIT |
| 79 | + Url: |
| 80 | + homepage: https://ghostty.org/ |
| 81 | + bugtracker: https://github.com/ghostty-org/ghostty/issues |
| 82 | + help: https://ghostty.org/docs/about |
| 83 | + Icon: |
| 84 | + remote: |
| 85 | + - url: https://raw.githubusercontent.com/ghostty-org/ghostty/refs/heads/main/images/icons/icon_256.png |
| 86 | + Launchable: |
| 87 | + desktop-id: |
| 88 | + - com.mitchellh.ghostty.desktop |
| 89 | + Releases: |
| 90 | + - version: v1.0.1+1 |
| 91 | + unix-timestamp: 1736380800 |
| 92 | + description: |
| 93 | + C: >- |
| 94 | + <p>Initial AppImage build.</p> |
| 95 | + ContentRating: |
| 96 | + oars-1.0: {} |
| 97 | +--- |
0 commit comments