Skip to content

Releases: kagenti/OpenShell

OpenShell v0.0.56-rc.5

23 Jun 16:34
7784be8

Choose a tag to compare

Pre-release

OpenShell CLI v0.0.56-rc.5

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.5/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.5/openshell-aarch64-apple-darwin.tar.gz | tar xz
sudo mv openshell /usr/local/bin/

What's Changed

  • Fix: Use scoped provider lookup in inference set by @pdettori in #22

Full Changelog: v0.0.56-rc.4...v0.0.56-rc.5

OpenShell v0.0.56-rc.4

23 Jun 14:05
0a01b7b

Choose a tag to compare

Pre-release

OpenShell CLI v0.0.56-rc.4

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.4/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.4/openshell-aarch64-apple-darwin.tar.gz | tar xz
sudo mv openshell /usr/local/bin/

What's Changed

  • Feat: Per-user inference routes with ownership scoping by @pdettori in #21

Full Changelog: v0.0.56-rc.3...v0.0.56-rc.4

OpenShell v0.0.56-rc.3

17 Jun 20:13
f1b7f79

Choose a tag to compare

Pre-release

OpenShell CLI v0.0.56-rc.3

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.3/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.3/openshell-aarch64-apple-darwin.tar.gz | tar xz
sudo mv openshell /usr/local/bin/

What's Changed

  • feat(auth): per-user provider ownership enforcement by @pdettori in #19
  • feat(provider): scoped provider name uniqueness by @pdettori in #20

Full Changelog: v0.0.56-rc.2...v0.0.56-rc.3

OpenShell v0.0.56-rc.2

16 Jun 04:02
3ade5e5

Choose a tag to compare

Pre-release

OpenShell CLI v0.0.56-rc.2

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.2/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.2/openshell-aarch64-apple-darwin.tar.gz | tar xz
sudo mv openshell /usr/local/bin/

What's Changed

  • feat(auth): per-user sandbox ownership enforcement by @pdettori in #18

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

OpenShell v0.0.56-rc.1

08 Jun 15:36
69d9e06

Choose a tag to compare

Pre-release

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

OpenShell v0.0.56

05 Jun 21:15
c00ea7b

Choose a tag to compare

OpenShell CLI v0.0.56

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/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/openshell-aarch64-apple-darwin.tar.gz | tar xz
sudo mv openshell /usr/local/bin/

What's Changed

  • fix(proxy): fall through to OPA on identity resolution failure by @pdettori in #10

Full Changelog: v0.0.37...v0.0.56

OpenShell v0.0.36-kagenti.8

08 May 02:21

Choose a tag to compare

OpenShell CLI v0.0.36-kagenti.8

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.36-kagenti.8/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.36-kagenti.8/openshell-aarch64-apple-darwin.tar.gz | tar xz
sudo mv openshell /usr/local/bin/

Full Changelog: https://github.com/kagenti/OpenShell/commits/v0.0.36-kagenti.8

OpenShell v0.0.36-kagenti.7

04 May 14:33

Choose a tag to compare

OpenShell CLI v0.0.36-kagenti.7

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.36-kagenti.7/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.36-kagenti.7/openshell-aarch64-apple-darwin.tar.gz | tar xz
sudo mv openshell /usr/local/bin/

Full Changelog: v0.0.36-kagenti.6...v0.0.36-kagenti.7

OpenShell v0.0.36-kagenti.6

02 May 21:31
e62ad60

Choose a tag to compare

Pre-release

OpenShell CLI v0.0.36-kagenti.6

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.36-kagenti.6/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.36-kagenti.6/openshell-aarch64-apple-darwin.tar.gz | tar xz
sudo mv openshell /usr/local/bin/

What's Changed

  • fix(sandbox): stop ssh_server_init from overwriting /tmp to 0700 by @pdettori in #8

Full Changelog: v0.0.36-kagenti.5...v0.0.36-kagenti.6

OpenShell v0.0.36-kagenti.5

02 May 03:28
280002f

Choose a tag to compare

Pre-release

OpenShell CLI v0.0.36-kagenti.5

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.36-kagenti.5/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.36-kagenti.5/openshell-aarch64-apple-darwin.tar.gz | tar xz
sudo mv openshell /usr/local/bin/

What's Changed

  • fix(sandbox): ensure read_write directories are writable by sandbox user by @pdettori in #7

Full Changelog: v0.0.36-kagenti.4...v0.0.36-kagenti.5