Getting started
Installation
Per-OS install instructions and pre-launch setup.
Windows
- Get
Sales-Claw-Setup-x.x.x.exefrom the download page. - Run the installer (if SmartScreen warns, click "More info" → "Run anyway").
- Pick the install location and continue.
- Launch from the Start Menu or desktop shortcut.
macOS
- Get the
.dmgfrom the download page (Intel and Apple Silicon supported). - Mount the DMG and drag to Applications.
- 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-*.AppImageBuild 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