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
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,22 @@
2
2
3
3
This repository makes builds for **x86_64** (generic) and **x86_64_v3**. If your CPU is less than 10 years old use the x86_64_v3 build since it has a significant performance boost.
AppImage made using [sharun](https://github.com/VHSgunzo/sharun), which makes it extremely easy to turn any binary into a portable package without using containers or similar tricks.
8
12
9
13
**This AppImage bundles everything and should work on any linux distro, even on musl based ones.**
10
14
11
-
**It also uses the [uruntime](https://github.com/VHSgunzo/uruntime) which makes use of dwarfs, resulting in a smaller and faster AppImage.**
15
+
It is possible that this appimage may fail to work with appimagelauncher, I recommend these alternatives instead:
16
+
17
+
*https://github.com/ivan-hc/AM
18
+
19
+
*https://github.com/xplshn/dbin
12
20
13
-
It is possible that this appimage may fail to work with appimagelauncher, I recommend this alternative instead: https://github.com/ivan-hc/AM
21
+
*https://github.com/pkgforge/soar
14
22
15
-
This appimage works without fuse2 as it can use fuse3 instead.
23
+
This appimage works without fuse2 as it can use fuse3 instead, it can also work without fuse at all thanks to the [uruntime](https://github.com/VHSgunzo/uruntime)
0 commit comments