Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Configure Neutralino.js for lightweight desktop applications
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 1% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -60% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -52% | 0% |
Configure Neutralino.js for lightweight desktop applications. Neutralino offers smaller binary sizes than Electron by using the OS's built-in webview.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "appName": { "type": "string" }, "windowMode": { "enum": ["window", "browser", "cloud", "chrome"] } }, "required": ["projectPath", "appName"] }
json{ "applicationId": "com.mycompany.myapp", "version": "1.0.0", "defaultMode": "window", "port": 0, "documentRoot": "/resources/", "url": "/", "enableServer": true, "enableNativeAPI": true, "modes": { "window": { "title": "My App", "width": 800, "height": 600, "minWidth": 400, "minHeight": 300 } } }
tauri-project-setupelectron-builder-configOther measured skills in the registry, with their headline benchmark lift.