# How to Install VirtualBox in macOS Catalina Version 10.15.7

In order to explore [Parrot OS](https://www.parrotsec.org/) and [Kali Linux](https://www.kali.org/), I am looking into hypervisors to run the virtual machines. Oracle VM VirtualBox is free, open source and can be installed in macOS.

### Installation

1. Download [VirtualBox](https://www.virtualbox.org/)

2. Verify [SHA256 checksum](https://www.virtualbox.org/download/hashes/6.1.18/SHA256SUMS)
`shasum -a 256 <file-path>`
![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1649904568717/apdPvPlVn.png)
![01.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614120720507/ZU3lFGUaW.png)

3. Install
![02.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614120801946/a7svuxWcC.png)

4. Open Security Preferences
![03.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614120876298/F0SOAihAA.png)

5. Allow Software from developer "Oracle America, Inc."
![04.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614120884823/CqEH7uC_G.png)

6. Open Virtual Box
![05.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614120891015/MGPFvPOpQ.png)

#### TIL

A Hypervisor is also called Virtual Machine Monitor (VMM). It creates and runs Virtual Machines (VM).

