Skip to content

Releases: kagenti/OpenShell

OpenShell v0.0.36-kagenti.7

04 May 14:33

Choose a tag to compare

Pre-release

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

OpenShell v0.0.36-kagenti.4

01 May 23:22
603ee40

Choose a tag to compare

Pre-release

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

What's Changed

  • ci: push latest tag on mvp branch for gateway and supervisor by @pdettori in #5
  • fix: enable sandbox inference routing on Kind by @pdettori in #6

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

OpenShell v0.0.36-kagenti.3

01 May 16:01
d2b21ab

Choose a tag to compare

Pre-release

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

What's Changed

  • ci: publish multi-arch supervisor image (linux/amd64 + linux/arm64) by @pdettori in #4

Full Changelog: v0.0.36-kagenti.2...v0.0.36-kagenti.3

OpenShell v0.0.36-kagenti.2

01 May 02:57

Choose a tag to compare

Pre-release

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

What's Changed

  • chore(ci): remove upstream branch-checks.yml with NVIDIA self-hosted runners by @pdettori in #2
  • feat: gateway fork — compute-driver-socket + credentials-driver-socket flags, OIDC by @pdettori in #1
  • chore: add kagenti publish workflow for gateway image by @pdettori in #3

New Contributors

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