Skip to content

v1.14.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 04:12
87709be

Celeste CLI 1.14.0

Installation

Download the appropriate binary for your platform:

Linux (amd64):

wget https://github.com/whykusanagi/celeste-cli/releases/download/v1.14.0/celeste-linux-amd64.tar.gz
tar xzf celeste-linux-amd64.tar.gz
sudo mv celeste-linux-amd64 /usr/local/bin/celeste

macOS (Apple Silicon):

wget https://github.com/whykusanagi/celeste-cli/releases/download/v1.14.0/celeste-darwin-arm64.tar.gz
tar xzf celeste-darwin-arm64.tar.gz
sudo mv celeste-darwin-arm64 /usr/local/bin/celeste

Windows:
Download celeste-windows-amd64.zip and extract to a directory in your PATH.

Verify Installation

celeste --version

Changes

See CHANGELOG.md for details.