Skip to content

OpenShell v0.0.56-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jun 15:36
69d9e06

OpenShell CLI v0.0.56-rc.1

Download

Platform Architecture File
Linux x86_64 openshell-x86_64-unknown-linux-musl.tar.gz
macOS Apple Silicon openshell-aarch64-apple-darwin.tar.gz

Install

# Linux amd64
curl -LsSf https://github.com/kagenti/OpenShell/releases/download/v0.0.56-rc.1/openshell-x86_64-unknown-linux-musl.tar.gz | tar xz
sudo mv openshell /usr/local/bin/

# macOS Apple Silicon
curl -LsSf https://github.com/kagenti/OpenShell/releases/download/v0.0.56-rc.1/openshell-aarch64-apple-darwin.tar.gz | tar xz
sudo mv openshell /usr/local/bin/

What's Changed

  • fix(sandbox): grant Landlock execute access on read-only paths by @pdettori in #11

Full Changelog: v0.0.56...v0.0.56-rc.1