Skip to content

xero v0.0.3

Choose a tag to compare

@github-actions github-actions released this 12 Mar 14:46

Terminal-first Xero CLI release.

Highlights

  • prevent Linux browser sign-in from hanging by launching browser openers without waiting for them to exit
  • align xero doctor with runtime opener fallback behavior so diagnostics match the OAuth flow on Linux
  • surface immediate opener startup failures early while still allowing successful callbacks to complete and persist tokens

Included changes

  • fix(auth): avoid blocking Linux browser login
  • fix(auth): handle browser opener fallbacks

Install

macOS / Linux

gh release download v0.0.3 --pattern 'xero_0.0.3_*'
tar xzf xero_0.0.3_darwin_arm64.tar.gz
chmod +x xero
sudo mv xero /usr/local/bin/
xero version

Windows (PowerShell)

gh release download v0.0.3 --pattern 'xero_0.0.3_windows_*'
Expand-Archive .\xero_0.0.3_windows_amd64.zip -DestinationPath .\xero
.\xero\xero.exe version

Pick the archive that matches your platform and architecture, then verify it against checksums.txt.