# Install application locally Install a specific application locally on this node. Endpoint: GET /apps/installapplocally/{appname} Version: 6.6.1 Security: ZelID ## Path parameters: - `appname` (string, required) Name of the application to install Example: "electrumxtest" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.message` (string) Installation status message