This repository was archived by the owner on Sep 7, 2025. It is now read-only.
v0.1.0-b
Pre-release
Pre-release
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.