xero v0.0.3
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 doctorwith 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 loginfix(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 versionWindows (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 versionPick the archive that matches your platform and architecture, then verify it against checksums.txt.