Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

v0.1.0-b

Pre-release
Pre-release

Choose a tag to compare

@alexykn alexykn released this 25 Apr 19:20
· 194 commits to main since this 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

  1. 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
    
  2. Download the asset for this release.
    It will be named exactly as the release asset, for example:
    spm-v0.1.0-b-macos-arm64
    
  3. 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>
  4. Verify
    spm --help

Basic usage

spm update
spm search wget
spm install wget
spm uninstall wget

Currently supports ARM64 only.