Releases: inscoder/xero-cli
Release list
xero v0.3.0
Terminal-first Xero CLI release.
Install
macOS / Linux
gh release download v0.3.0 --pattern 'xero_0.3.0_*'
tar xzf xero_0.3.0_darwin_arm64.tar.gz
chmod +x xero
sudo mv xero /usr/local/bin/
xero versionWindows (PowerShell)
gh release download v0.3.0 --pattern 'xero_0.3.0_windows_*'
Expand-Archive .\xero_0.3.0_windows_amd64.zip -DestinationPath .\xero
.\xero\xero.exe versionPick the archive that matches your platform and architecture, then verify it against checksums.txt.
Changelog
xero v0.2.0
Terminal-first Xero CLI release.
Install
macOS / Linux
gh release download v0.2.0 --pattern 'xero_0.2.0_*'
tar xzf xero_0.2.0_darwin_arm64.tar.gz
chmod +x xero
sudo mv xero /usr/local/bin/
xero versionWindows (PowerShell)
gh release download v0.2.0 --pattern 'xero_0.2.0_windows_*'
Expand-Archive .\xero_0.2.0_windows_amd64.zip -DestinationPath .\xero
.\xero\xero.exe versionPick the archive that matches your platform and architecture, then verify it against checksums.txt.
Changelog
xero v0.1.0
Terminal-first Xero CLI release.
Install
macOS / Linux
gh release download v0.1.0 --pattern 'xero_0.1.0_*'
tar xzf xero_0.1.0_darwin_arm64.tar.gz
chmod +x xero
sudo mv xero /usr/local/bin/
xero versionWindows (PowerShell)
gh release download v0.1.0 --pattern 'xero_0.1.0_windows_*'
Expand-Archive .\xero_0.1.0_windows_amd64.zip -DestinationPath .\xero
.\xero\xero.exe versionPick the archive that matches your platform and architecture, then verify it against checksums.txt.
Changelog
- d69325e Merge pull request #7 from inscoder/chore/update-github-actions-node24
- 5bf7e21 Merge pull request #8 from inscoder/fix/linux-browser-auth-open-blocking
- 065a65e Merge pull request #9 from inscoder/fix/persist-oauth-refresh-credentials
- 0c08b3c chore(ci): update GitHub Actions for Node 24
- 912cbe7 fix(auth): persist OAuth credentials for refresh
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.
xero v0.0.2
Terminal-first Xero CLI release.
Highlights
- improve browser OAuth reliability on Linux by listening on both IPv4 and IPv6 loopback addresses when
localhostis configured - fail fast when either loopback family is already bound so
localhostcannot redirect to the wrong local listener - preserve plain-text bind errors and document the updated callback behavior in the auth docs
Included changes
fix(auth): support localhost oauth callback on linuxfix(auth): fail on localhost loopback bind conflictsfix(auth): preserve loopback bind error text
Install
macOS / Linux
gh release download v0.0.2 --pattern "xero_0.0.2_*"
tar xzf xero_0.0.2_darwin_arm64.tar.gz
chmod +x xero
sudo mv xero /usr/local/bin/
xero versionWindows (PowerShell)
gh release download v0.0.2 --pattern "xero_0.0.2_windows_*"
Expand-Archive .\xero_0.0.2_windows_amd64.zip -DestinationPath .\xero
.\xero\xero.exe versionPick the archive that matches your platform and architecture, then verify it against checksums.txt.
xero v0.0.1
Terminal-first Xero CLI release.
Highlights
- add tag-driven GitHub Actions and GoReleaser release automation
- publish compiled archives for macOS, Linux, and Windows with
checksums.txt - add
xero versionandxero --versionsupport with embedded build metadata
Install
macOS / Linux
gh release download v0.0.1 --pattern 'xero_0.0.1_*'
tar xzf xero_0.0.1_darwin_arm64.tar.gz
chmod +x xero
sudo mv xero /usr/local/bin/
xero versionWindows (PowerShell)
gh release download v0.0.1 --pattern 'xero_0.0.1_windows_*'
Expand-Archive .\xero_0.0.1_windows_amd64.zip -DestinationPath .\xero
.\xero\xero.exe versionPick the archive that matches your platform and architecture, then verify it against checksums.txt.