Install via curl

Single-line native install. No Node required. macOS and Linux only.

curl -fsSL smartspec.dev/install | bash

The installer:

  1. Detects your platform (darwin/linux, arm64/x64, optionally musl).
  2. Downloads the matching binary from the smartspec GitHub Releases.
  3. Drops it into $HOME/.smartspec/smartspec and prints the line to add to your shell PATH.

Override knobs

| Env var | Default | Effect | |---|---|---| | SMARTSPEC_REPO | smartwebanto/smartspec | GitHub repo to pull from. | | SMARTSPEC_VERSION | latest | Pin a specific release tag (e.g. v0.1.0). | | SMARTSPEC_INSTALL | $HOME/.smartspec | Install dir. |

Example — pinned version into a custom dir:

SMARTSPEC_VERSION=v0.1.0 SMARTSPEC_INSTALL=/opt/smartspec \
  curl -fsSL smartspec.dev/install | bash

Verify

smartspec version

If your shell can't find smartspec, re-run with the PATH line the installer suggested, or jump to Verify.