Installation¶
Platform-specific prerequisites for building and running PlainScript.
Linux¶
macOS¶
Install Xcode Command Line Tools, then use Homebrew:
Windows¶
- Install Node.js 20 LTS (includes npm).
- Install Git for Windows.
- Install Python 3.x — check "Add to PATH".
- Install Visual Studio Build Tools (C++ workload):
- (Optional) Install Windows Subsystem for Linux for a closer Linux-like experience.
Packaging (distributable artifacts)¶
Electron distributable builds require electron-builder. These are produced automatically by GitHub
Actions on v* tag push. See
PACKAGING.md for manual build
instructions.