Install via curl
Single-line native install. No Node required. macOS and Linux only.
curl -fsSL smartspec.dev/install | bash
The installer:
- Detects your platform (
darwin/linux,arm64/x64, optionallymusl). - Downloads the matching binary from the smartspec GitHub Releases.
- Drops it into
$HOME/.smartspec/smartspecand 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.