Skip to content

0.26.1 - 2026-07-25

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jul 15:17

Release Notes

Added

  • spotify-tui now works as a command name alongside spt. The installers and
    the npm package expose both; the archives still ship a single binary, so this
    costs no extra download.

Fixed

  • Dropped the aarch64-pc-windows-msvc target, which broke the 0.26.0 release:
    it is the one target dist cross-compiles (in the messense/cargo-xwin
    container) and ring's C sources will not build there. Since dist gates
    publishing on every target succeeding, that one failure suppressed the whole
    release. Windows on ARM runs the x86_64 build under emulation.

Install spotify-tui 0.26.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sandeshgrangdan/spotify-tui/releases/download/v0.26.1/spotify-tui-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/sandeshgrangdan/spotify-tui/releases/download/v0.26.1/spotify-tui-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install @sandeshgrangdan/spotify-tui@0.26.1

Download spotify-tui 0.26.1

File Platform Checksum
spotify-tui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
spotify-tui-x86_64-apple-darwin.tar.xz Intel macOS checksum
spotify-tui-x86_64-pc-windows-msvc.zip x64 Windows checksum
spotify-tui-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
spotify-tui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
spotify-tui-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum