Skip to content

v0.7.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Mar 20:40
· 2 commits to main since this release

Shello CLI v0.7.1

AI Assistant with Command Execution

Quick Installation

Windows (PowerShell - Recommended, no admin needed):

Invoke-WebRequest -Uri "https://github.com/om-mapari/shello-cli/releases/download/v0.7.1/shello.exe" -OutFile "$env:LOCALAPPDATA\Microsoft\WindowsApps\shello.exe"

Linux:

curl -L https://github.com/om-mapari/shello-cli/releases/download/v0.7.1/shello -o /tmp/shello && sudo mv /tmp/shello /usr/local/bin/shello && sudo chmod +x /usr/local/bin/shello

macOS:

curl -L https://github.com/om-mapari/shello-cli/releases/download/v0.7.1/shello-macos -o /tmp/shello && sudo mv /tmp/shello /usr/local/bin/shello && sudo chmod +x /usr/local/bin/shello

Verify installation:

shello --version

Manual Installation

Download the executable for your platform:

  • Windows: shello.exe (or shello-windows.zip)
  • Linux: shello (or shello-linux.tar.gz)
  • macOS: shello-macos (or shello-macos.tar.gz)

What's Changed

See CHANGELOG.md for full release notes.