Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 703 Bytes

File metadata and controls

24 lines (16 loc) · 703 Bytes

macOS launcher workflow

macOS users should run EXDA through the browser-first launcher:

chmod +x ./Run-EXDA-MAC.command
./Run-EXDA-MAC.command

You can also double-click Run-EXDA-MAC.command in Finder.

The launcher checks for:

  • node
  • npm
  • python3 or python
  • installed npm dependencies
  • installed Python packages from backend/requirements.txt

If anything is missing, the launcher prints the missing items and stops gracefully.

For the full launcher-first workflow, see RUN_EXDA.md.

If you intentionally need a packaged desktop artifact instead, see PACKAGING.md.