You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary><b>Command Line (Automatic)</b></summary>
63
67
64
68
Ghostty AppImage can be accessed through [**Soar**](https://github.com/pkgforge/soar) or [**AM**](https://github.com/ivan-hc/AM)/[**AppMan**](https://github.com/ivan-hc/AppMan). These tools automate the installation process, configure the PATH, and integrate with your desktop environment when installing AppImages.
65
69
@@ -91,7 +95,10 @@ Ghostty AppImage can be accessed through [**Soar**](https://github.com/pkgforge/
91
95
92
96
_Note: Ensure you have the necessary permissions to run these commands. For more detailed usage, refer to the documentation of each tool._
93
97
94
-
### Graphical
98
+
</details>
99
+
100
+
<details>
101
+
<summary><b>Graphical (Manual)</b></summary>
95
102
96
103
1. Download the latest AppImage package from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
97
104
2. Locate the downloaded file in your file explorer (e.g., Nautilus, Thunar, PCManFM).
@@ -104,40 +111,56 @@ _Note: Ensure you have the necessary permissions to run these commands. For more
104
111
<imgsrc="./assets/2.png"alt="Step 2"width="384">
105
112
</p>
106
113
107
-
## ⏫ Updating
114
+
</details>
108
115
109
-
Since AppImages are self-contained executables, there is no formal installation process beyond setting executable permissions.
116
+
<details>
117
+
<summary><b>Graphical (Automatic)</b></summary>
110
118
111
-
**Update manually:**
119
+
Ghostty AppImage can easily be managed using graphical tools such as [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) and [Gear Lever](https://github.com/mijorus/gearlever).
112
120
113
-
1. Download the latest AppImage package from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
114
-
1. Follow the same steps as in the [Installation](#installation) section to make it executable and run it.
For detailed instructions, please refer to the [AppImageLauncher documentation](https://docs.appimage.org/user-guide/run-appimages.html#appimagelauncher).
117
124
118
-
1. Use [AppImageUpdate](https://github.com/AppImageCommunity/AppImageUpdate) which reads the update information in the AppImage. This is a low level tool.
119
-
1. Use a higher level tool that uses AppImageUpdate, like [Soar](https://github.com/pkgforge/soar), [AM](https://github.com/ivan-hc/AM) or [appimaged](https://github.com/probonopd/go-appimage/blob/master/src/appimaged/README.md) daemon, these tools also automatically handle desktop integration.
125
+
> **🛈 NOTE**
126
+
>
127
+
> With the launch of AppImageLauncher **v3.0.0**, you have to use the alpha pre-releases as the stable release doesn't work with the static runtime
128
+
>
129
+
> For more information please refer the [discussion](https://github.com/TheAssassin/AppImageLauncher/discussions/687) and the [comment](https://github.com/TheAssassin/AppImageLauncher/discussions/687#discussioncomment-12181060)
**Fix:** Referenced in [#3267](https://github.com/ghostty-org/ghostty/discussions/3267), reported/resolved at [#32](https://github.com/psadi/ghostty-appimage/issues/32)
153
+
<details>
154
+
<summary><b>Update (Automatic)</b></summary>
155
+
156
+
1. Use [AppImageUpdate](https://github.com/AppImageCommunity/AppImageUpdate) which reads the update information in the AppImage. This is a low level tool.
157
+
1. Use a higher level tool that uses AppImageUpdate, like [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher), [AM](https://github.com/ivan-hc/AM) or [appimaged](https://github.com/probonopd/go-appimage/blob/master/src/appimaged/README.md) daemon, these tools also automatically handle desktop integration.
158
+
159
+
</details>
160
+
161
+
## 🛠️ Troubleshooting
139
162
140
-
_If you encounter any errors, check the terminal for error messages that may indicate missing dependencies or other issues_
**Fix:** Referenced in [#3267](https://github.com/ghostty-org/ghostty/discussions/3267), reported/resolved at [#32](https://github.com/psadi/ghostty-appimage/issues/32)
19
+
20
+
_If you encounter any errors, check the terminal for error messages that may indicate missing dependencies or other issues_
0 commit comments