This repository was archived by the owner on Sep 7, 2025. It is now read-only.
Releases: alexykn/sps
Releases · alexykn/sps
v0.1.0-b
Full Changelog: v0.1.0-a...v0.1.0-b
⚠️ ALPHA SOFTWARE
This release provides a pre-built macOS ARM64 binary so you don’t need to clone the repo or install Rust to try it out.
How to get started
- Dependencies I haven't yet looked into what dependencies are required for running the prebuilt binary. Will be quite the ordeal given how many crates are in this project. One I know is the xcode command line tools. To install:
xcode-select --install - Download the asset for this release.
It will be named exactly as the release asset, for example:spm-v0.1.0-b-macos-arm64 - Make it executable and install under the name
sapphire:chmod +x spm-v0.1.0-b-macos-arm64 mv spm-v0.1.0-b-macos-arm64 /usr/local/bin/spm <or rename it if sapphire is too long>
- Verify
spm --help
Basic usage
spm update
spm search wget
spm install wget
spm uninstall wgetCurrently supports ARM64 only.
v0.1.0-a
⚠️ ALPHA SOFTWARE
This release provides a pre-built macOS ARM64 binary so you don’t need to clone the repo or install Rust just to try it out.
How to get started
- Download the asset for this release.
It will be named exactly as the release asset, for example:sapphire-v0.1.0-a-macos-arm64 - Make it executable and install under the name
sapphire:chmod +x sapphire-v0.1.0-a-macos-arm64 mv sapphire-v0.1.0-a-macos-arm64 /usr/local/bin/sapphire <or rename it if sapphire is too long>
- Verify
sapphire --help
Basic usage
sapphire update
sapphire search wget
sapphire install wget
sapphire uninstall wgetCurrently supports ARM64 only.