Prerequisites
Before installing MyApp, ensure you have the following:
- Operating System: Windows 10+, macOS 10.14+, or any modern Linux distribution.
- Node.js ≥ 18.x (if you plan to run the CLI tools).
- Git (optional, for source checkout).
Download
Choose the appropriate installer for your platform:
Or install via npm:
npm install -g myapp-cli
Installation Steps
Windows
- Run
myapp-windows.exe
and follow the wizard. - Accept the license agreement.
- Choose installation location (default is
C:\Program Files\MyApp
). - Finish the setup and optionally add MyApp to your PATH.
macOS
- Open
myapp-macos.dmg
and drag the MyApp icon to the Applications folder. - Launch MyApp from Applications or via Spotlight.
- If you receive a security warning, go to System Preferences → Security & Privacy → General and click “Open Anyway”.
Linux
- Extract the archive:
tar -xzf myapp-linux.tar.gz && cd myapp
- Run the installer script:
sudo ./install.sh
- 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
- Command not found: Ensure the installation directory is in your
PATH
. Restart your terminal after installation. - Permission denied (Linux/macOS): Re‑run the installer with
sudo
or adjust file permissions. - Missing dependencies: Run
myapp doctor
to diagnose missing system packages.