Create custom applications for your virtual computer
App
class and implements its core lifecycle methods.
App
class and implement the required methods:
AppConfig
:
Property | Type | Description |
---|---|---|
name | string | Unique name for your app |
platform | string | Target platform (e.g., ‘linux’, ‘windows’) |
autoStart | boolean | Whether to start the app automatically when the computer boots |
autoStart
is true or manually.this.computer
:
stop()
method properly cleans up all resourcesinstall()
method idempotent - it should be safe to call multiple times