Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Build AppImage bundles with AppDir structure for portable Linux applications
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-19 | ✓→✓ | = Same ✓ | 36% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -24% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 16% | 0% |
| case-05 | ✓→✓ | = Same ✓ | -34% | 0% |
Build AppImage bundles for portable Linux application distribution that runs on most distributions.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "appName": { "type": "string" }, "executablePath": { "type": "string" }, "iconPath": { "type": "string" }, "updateUrl": { "type": "string" } }, "required": ["projectPath", "appName", "executablePath"] }
MyApp.AppDir/
├── AppRun
├── myapp.desktop
├── myapp.png
└── usr/
├── bin/
│ └── myapp
└── lib/
└── [bundled libraries]bash# Using appimagetool ARCH=x86_64 appimagetool MyApp.AppDir MyApp-x86_64.AppImage # Using linuxdeploy linuxdeploy --appdir MyApp.AppDir --output appimage
deb-package-builderflatpak-manifest-generatorOther measured skills in the registry, with their headline benchmark lift.