MyApp Documentation

Prerequisites

Before installing MyApp, ensure you have the following:

Download

Choose the appropriate installer for your platform:

Or install via npm:

npm install -g myapp-cli

Installation Steps

Windows

  1. Run myapp-windows.exe and follow the wizard.
  2. Accept the license agreement.
  3. Choose installation location (default is C:\Program Files\MyApp).
  4. Finish the setup and optionally add MyApp to your PATH.

macOS

  1. Open myapp-macos.dmg and drag the MyApp icon to the Applications folder.
  2. Launch MyApp from Applications or via Spotlight.
  3. If you receive a security warning, go to System Preferences → Security & Privacy → General and click “Open Anyway”.

Linux

  1. Extract the archive:
    tar -xzf myapp-linux.tar.gz && cd myapp
  2. Run the installer script:
    sudo ./install.sh
  3. Follow the on‑screen prompts to complete setup.

Verification

After installation, confirm MyApp is accessible from the command line:

myapp --version

You should see output similar to:

MyApp CLI version 2.3.1

Troubleshooting