# Install local app Register, install, and run app specified in query param. _Note: Below example of response is last bit of a continuous stream of data_ Endpoint: GET /apps/installtemporarylocalapp Version: 6.6.1 Security: ZelID ## Query parameters: - `appname` (string, required) App name Example: "FoldingAtHomeB" ## Response 200 fields (application/json): - `status` (string) Status of installation - `progressDetail` (object) - `progressDetail.current` (integer) Progress in bytes - `progressDetail.total` (integer) Total byte size of download - `progress` (string) Progress bar animation to the download - `id` (string) Operation Id - `data` (any)