Monkey is fully supported on the Raspberry Pi board. If you want to use Monkey in your Raspberry Pi device, you can build it from sources as described in the Getting Started section or use our binary Debian packages that can be obtained from our special APT repository for Raspbian.
In your /etc/apt/sources.list configuration file append the following at the end:
deb http://packages.monkey-project.com/primates_pi primates_pi main
Then update your cache references:
$ sudo apt-get update
Now you will be able to install Monkey on your board:
$ sudo apt-get install monkey
After that last step, Monkey will be already running , you can do a simple test with curl to test connectivity:
curl -i http://raspberry_ip:2001/
Monkey supports SSL through the mbedTLS library. In order to install the SSL plugin and it dependencies please refer to the SSL & TLS / HTTPS section.