Installation

Preparing

If you read the requirements page, maile does not require any system requirements but the underlying OS.

Downloading the application

Installing maile is as easy as 3.141. First start by downloading maile for your required system architecture.

Darwin 64bit Linux 64bit Windows 64bit

Running the application

If you’re just downloading the application from above, in it’s binary form you’ll have to take care of running, starting and keep it up. In the future we’ll provide a install script as well as deb/rpm packages.

Linux
    wget https://alpha.maile.io/download/linux -O maile
    ./maile setup
    ./maile start
MacOS
    wget https://alpha.maile.io/download/darwin -O maile
    ./maile setup
    ./maile start
Windows
Trying to double-click the downloaded binary wont work on windows. You'll need to open up the Windows command line / powershell console and go into the directory you downloaded the application and run it from the command line.
    ./maile setup
    ./maile start