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.exeand 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.dmgand 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
sudoor adjust file permissions. - Missing dependencies: Run
myapp doctorto diagnose missing system packages.