synheart-cli using the official installer scripts.
synheart-cli is used for two core developer tasks: installing Synheart SDK artifacts and testing apps locally with mock data/local services.Install by Platform
- Windows
- macOS
- Linux
PATH Setup for macOS/Linux
Use one of the common install directories below if the installer output does not already print/export it:$HOME/.synheart/bin$HOME/.local/bin
bash:
zsh:
fish:
Verify Installation
Run:Download SDK Artifacts
After installing the CLI, authenticate and install SDK artifacts into your project:synheart install writes synheart.lock; synheart sync installs exactly what the lockfile pins.
Local App Testing
Start a mock stream:Troubleshooting
synheart command not found
synheart command not found
Ensure the CLI install directory is in your
PATH, then restart your terminal.
On Windows, re-open PowerShell after running setx.
On macOS/Linux, reload your shell profile (source ~/.bashrc or source ~/.zshrc).Installer script fails due to network/proxy restrictions
Installer script fails due to network/proxy restrictions
Confirm your environment can access
https://synheart.sh and re-run the installer command.Wrong synheart binary is being used
Wrong synheart binary is being used
Run
command -v synheart (or Get-Command synheart on PowerShell) to check which binary is first in PATH.