Skip to content

Download Motanamy Apps

Before you can develop and test plugins locally, you need to install the target Motanamy platform app on your machine. Choose the platform you are building for below.

Enterprise Application (EA)

EA can be installed via a shell script or accessed from the Motanamy web platform.

Install via script:

bash
wget -O - https://app.motanamy.com/MotanamyEA.sh | bash

Or download / access EA:

https://motanamy.com/en/apps/EA#download

Default admin credentials:

FieldValue
Emailadmin@motanamy.com
Password123456

WARNING

Change the default password after your first login.

Standalone Application (SA)

SA is a desktop application. Download and install it on your machine, then use mot link to link your plugin during development.

Download SA:

https://motanamy.com/en/apps/SA#download

Operating System (OS)

Choose your operating system below to install Motanamy OS:

Linux

bash
wget -O - https://app.motanamy.com/MotanamyOS.sh | bash

macOS

bash
curl -fsSL https://app.motanamy.com/MotanamyOS.sh | bash

Windows

powershell
iex (irm https://app.motanamy.com/MotanamyOS.ps1)

This downloads and runs the install script automatically. Once installed, use mot link to link your plugin.

After Installing

Once the app is running, use the Motanamy CLI to link your plugin folder:

bash
# Link your plugin to the running app instance
mot link

This connects your local plugin folder to the installed app for live development.