Widemesh CLI

The Widemesh CLI is called mesh and it provides a complete list of commands for building, deploying and monitoring apps in AWS and DigitalOcean.

Installing the mesh CLI is the first step before deploying any apps and we support macOS, Linux and Windows operating systems.

macOS or Linux

The following script allows you to download the mesh program:

curl -sf https://widemesh.com/install.sh | sh

The mesh command self-updates automatically.

Windows 10 (64 bits)

In a Powershell terminal, run:

iwr https://widemesh.com/install-win.sh -useb | iex

Once installed, the mesh command self-updates automatically.

What’s next?

Once installed you can follow the quickstart guide to setup your account and deploy your first app!