# Install Luxonis Hub Agent

> **Deprecation Notice**
> This page describes features that have been removed or replaced in Luxonis Hub. Functionality may be limited and only available
to Hub Original customers. Please refer to the up-to-date guides to provision devices, manage fleets, and deploy applications.

## Requirements

The following operating systems are officially supported.

| Operating system | |
| --- | --- |
| Ubuntu (Desktop or Server) | 20.04, 22.04 |
| Raspberry Pi OS | any version |

> **Only 64-bit operating systems are supported!**
> To determine whether your system is 32 or 64 bit use the
> `getconf LONG_BIT`
> command.

> **Raspberry 5 supported operating systems**
> Since Ubuntu 22.04 LTS is not officially supported on the Raspberry Pi 5, it is necessary to use Raspberry Pi OS with this
hardware.

### Hardware

| RAM / Memory | |
| --- | --- |
| Minimum | 2 GB |
| Recommended | 4 - 8 GB |
| Development | 8+ GB |

### Expected storage use

| Storage | |
| --- | --- |
| Agent | 500 MB (2x to enable updates) |
| Average Application (docker image) | 500 MB - 2 GB |
| Average Application (source) | <100 MB |
| Average Application (model) | 5 MB - 500 MB |
| Events (video /images/files) | depends on use case |

## Installation of the agent

If your system meets requirements, to install the agent please follow guide on this
[page](https://docs.luxonis.com/cloud/hub/connect-oak.md).

### Uninstallation of the agent

To uninstall the agent please connect to the device via SSH run following code and reboot your system:

```bash
sudo robothub-uninstall
```

Requires root privileges
