Skip to content

Releases: simplysabir/smolcase

smolcase v1.3.0

19 Jul 11:46
27ee9d4

Choose a tag to compare

Changes

See commits for changes in this release.

Installation

Quick Install Script

curl -sSL https://raw.githubusercontent.com/simplysabir/smolcase/main/install.sh | bash

Manual Install

# Linux x86_64
curl -L https://github.com/simplysabir/smolcase/releases/download/v1.3.0/smolcase-linux-x86_64.tar.gz | tar xz
sudo mv smolcase /usr/local/bin/

# macOS (Intel)
curl -L https://github.com/simplysabir/smolcase/releases/download/v1.3.0/smolcase-macos-x86_64.tar.gz | tar xz
sudo mv smolcase /usr/local/bin/

# macOS (Apple Silicon)
curl -L https://github.com/simplysabir/smolcase/releases/download/v1.3.0/smolcase-macos-aarch64.tar.gz | tar xz
sudo mv smolcase /usr/local/bin/

Cargo Install

cargo install smolcase

Download Binaries

Download the appropriate binary for your platform from the assets below.

Note: Some builds may have failed due to cross-compilation issues. We provide the successfully built binaries.

smolcase v1.2.0

17 Jul 09:00
30485b1

Choose a tag to compare

Changes

See commits for changes in this release.

Installation

Quick Install Script

curl -sSL https://raw.githubusercontent.com/simplysabir/smolcase/main/install.sh | bash

Manual Install

# Linux x86_64
curl -L https://github.com/simplysabir/smolcase/releases/download/v1.2.0/smolcase-linux-x86_64.tar.gz | tar xz
sudo mv smolcase /usr/local/bin/

# macOS (Intel)
curl -L https://github.com/simplysabir/smolcase/releases/download/v1.2.0/smolcase-macos-x86_64.tar.gz | tar xz
sudo mv smolcase /usr/local/bin/

# macOS (Apple Silicon)
curl -L https://github.com/simplysabir/smolcase/releases/download/v1.2.0/smolcase-macos-aarch64.tar.gz | tar xz
sudo mv smolcase /usr/local/bin/

Cargo Install

cargo install smolcase

Download Binaries

Download the appropriate binary for your platform from the assets below.

Note: Some builds may have failed due to cross-compilation issues. We provide the successfully built binaries.