| 1 | # Installation methods |
| 2 | |
| 3 | Netdata can be installed: |
| 4 | |
| 5 | - [As a DEB/RPM package](/packaging/installer/methods/packages.md) |
| 6 | - [As a static binary](/packaging/makeself/README.md) |
| 7 | - [From a git checkout](/packaging/installer/methods/manual.md) |
| 8 | - [As a docker container](/packaging/docker/README.md) |
| 9 | |
| 10 | The [one line installer kickstart.sh](/packaging/installer/methods/kickstart.md) |
| 11 | picks the most appropriate method out of the first three for any system |
| 12 | and is the recommended installation method, if you don't use containers. |
| 13 | |
| 14 | `kickstart.sh` can also be used for [offline installation](/packaging/installer/methods/offline.md), suitable for air-gapped systems. |