- Rust stable 1.80+ — install via rustup
rustup update stablegit clone https://github.com/your-org/pulse
cd pulse
cargo build --releaseThe binary is at target/release/pulse-cli.
Option A — copy the binary:
# Linux / macOS
cp target/release/pulse-cli ~/.local/bin/pulse
# Windows (PowerShell)
Copy-Item target\release\pulse-cli.exe "$env:USERPROFILE\.local\bin\pulse.exe"Option B — install via Cargo:
cargo install --path pulse-cliThis places the binary in ~/.cargo/bin/, which is already on PATH after a standard rustup install.
pulse config initCreates ~/.pulse/config.toml with defaults. Edit it to add your credentials and personal targets before syncing.