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
# Now you can run Ghostty from anywhere using the command:
53
53
# ghostty
54
54
```
55
55
56
-
_**Note:** By using [**AM**](https://github.com/ivan-hc/AM)/[**AppMan**](https://github.com/ivan-hc/AppMan), **PATH** config done automatically when you install appimages with it._
56
+
**Note:** By using [**AM**](https://github.com/ivan-hc/AM)/[**AppMan**](https://github.com/ivan-hc/AppMan), **PATH** config done automatically when you install appimages with it.
57
+
58
+
### Command Line (Auto)
59
+
60
+
Ghostty AppImage is also available via [**Soar**](https://github.com/pkgforge/soar) which automatically handles the install, upgrade and desktop integration process
61
+
62
+
```bash
63
+
# Install
64
+
soar install ghostty
65
+
66
+
# Upgrade
67
+
soar update ghostty
68
+
69
+
# Uninstall
70
+
soar remove ghostty
71
+
```
57
72
58
73
### Graphical
59
74
@@ -75,12 +90,12 @@ Since AppImages are self-contained executables, there is no formal installation
75
90
**Update manually:**
76
91
77
92
1. Download the latest AppImage package from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
78
-
2. Follow the same steps as in the [Installation](#installation) section to make it executable and run it.
93
+
1. Follow the same steps as in the [Installation](#installation) section to make it executable and run it.
79
94
80
95
**Update automatically:**
81
96
82
97
1. Use [AppImageUpdate](https://github.com/AppImageCommunity/AppImageUpdate) which reads the update information in the AppImage. This is a low level tool.
83
-
2. Use a higher level tool that uses AppImageUpdate, like [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.
98
+
1. Use a higher level tool that uses AppImageUpdate, like [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.
84
99
85
100
## 🖥️ Supported System Architectures
86
101
@@ -104,7 +119,23 @@ This AppImage supports the following architectures:
104
119
105
120
### 🛠️ Troubleshooting
106
121
107
-
- If you encounter any errors, check the terminal for error messages that may indicate missing dependencies or other issues.
122
+
**Known Issues**
123
+
124
+
1.**Failed to create EGL Display**
125
+
**Fix (Interim):** Fallback to x11 backend by running the AppImage from one of the below following options,
0 commit comments