Getting started

Installation

Per-OS install instructions and pre-launch setup.

Windows

  1. Get Sales-Claw-Setup-x.x.x.exe from the download page.
  2. Run the installer (if SmartScreen warns, click "More info" → "Run anyway").
  3. Pick the install location and continue.
  4. Launch from the Start Menu or desktop shortcut.

macOS

  1. Get the .dmg from the download page (Intel and Apple Silicon supported).
  2. Mount the DMG and drag to Applications.
  3. If you see "developer cannot be verified" on first launch:
    System Settings → Privacy & Security → "Open anyway".

Linux (AppImage)

bash
# Make executable
chmod +x Sales-Claw-*.AppImage

# FUSE required (Ubuntu / Debian)
sudo apt install libfuse2

# Launch
./Sales-Claw-*.AppImage

Build from source (for developers)

bash
git clone https://github.com/joseikininsight-hue/sales-claw-ts
cd sales-claw
npm install
npm run setup    # initialize data/settings.json
npm start        # launch Electron app