CLI Installation
The SerialFlow CLI lets you stream serial data from any machine to the web studio.
Download
Pre-built signed binaries are available from GitHub Releases.
| Platform | Binary | Notes |
|---|---|---|
| macOS (Apple Silicon) |
serialflow-macos-arm |
Signed & notarized |
| macOS (Intel) |
serialflow-macos-intel |
Signed & notarized |
| Linux (x64) |
serialflow-linux-x64 |
|
| Linux (ARM64) |
serialflow-linux-arm64 |
Raspberry Pi, etc. |
| Windows (x64) |
serialflow-windows-x64.exe |
Signed via Azure Trusted Signing |
Quick Install (macOS / Linux)
# Download latest for your platform (example: macOS Apple Silicon)
curl -fsSL https://github.com/Nirosoftware/serialflow-releases/releases/latest/download/serialflow-macos-arm -o serialflow
chmod +x serialflow
sudo mv serialflow /usr/local/bin/
Windows
Download serialflow-windows-x64.exe from the releases page and place it somewhere on your PATH.
Verify
serialflow --version