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

Releases: alexykn/sps

v0.1.0-b

25 Apr 19:20

Choose a tag to compare

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

  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.

v0.1.0-a

24 Apr 20:52

Choose a tag to compare

v0.1.0-a Pre-release
Pre-release

⚠️ 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

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

Basic usage

sapphire update
sapphire search wget
sapphire install wget
sapphire uninstall wget

Currently supports ARM64 only.