Usage
Parameters
Output version information as JSON. Without this flag, the command still returns JSON (all commands return JSON), but this flag is preserved for consistency with other CLI tools.
Response
Semantic version string (e.g.,
"0.1.0")CPU architecture (e.g.,
"x86_64", "aarch64")Operating system (e.g.,
"macos", "windows", "linux")Examples
Show Version
With βjson Flag
Use Cases
Version Check in Scripts
Version Check in Scripts
Verify agent-desktop version before running commands:
Platform Detection
Platform Detection
Detect platform and architecture:
Bug Reports
Bug Reports
Include version information in bug reports:
CI/CD Version Logging
CI/CD Version Logging
Log version at the start of CI runs:
Version Format
Agent-desktop follows Semantic Versioning:- Major version (X.0.0): Breaking changes
- Minor version (0.X.0): New features, backward compatible
- Patch version (0.0.X): Bug fixes, backward compatible
0.1.0 means:
- Pre-1.0 (API may change)
- First feature release
- No patches yet
Target Architectures
Commontarget values:
| Value | Description |
|---|---|
x86_64 | Intel/AMD 64-bit |
aarch64 | ARM 64-bit (Apple Silicon) |
i686 | Intel/AMD 32-bit (legacy) |
Operating Systems
Current and plannedos values:
| Value | Status |
|---|---|
macos | β Fully supported (Phase 1) |
windows | π§ Planned (Phase 2) |
linux | π§ Planned (Phase 2) |
Extracting Version Components
Related Commands
- status - Show overall system status including version
- permissions - Check accessibility permission status