v7.0.0
unclecode/crawl4aiv7.0.0Jun 14, 2026by hkjarral
AI Summary
This release provides pre-built CLI binary tools for the Asterisk AI Voice Agent, enabling easier installation and management across Linux, macOS, and Windows platforms.
Key Highlights
- Pre-built binaries for Linux (x86_64, ARM64), macOS (Intel, Apple Silicon), and Windows.
- Includes diagnostic and management commands like 'agent check', 'agent rca', and 'agent setup'.
- SHA256 checksum verification provided for secure binary downloads.
New Features
- Interactive setup wizard ('agent setup')
- Standard diagnostics report ('agent check')
- Post-call root cause analysis tool ('agent rca')
- Version information command ('agent version')
Full Release Notes
## Asterisk AI Voice Agent CLI Tools vv7.0.0 Pre-built binaries for the agent CLI tools. ### Installation **Linux/macOS:** ```bash # Download for your platform curl -L -o agent https://github.com/hkjarral/AVA-AI-Voice-Agent-for-Asterisk/releases/download/v7.0.0/agent-linux-amd64 chmod +x agent sudo mv agent /usr/local/bin/ agent version ``` **Windows:** Download `agent-windows-amd64.exe` and add to your PATH. ### Available Binaries - `agent-linux-amd64` - Linux x86_64 - `agent-linux-arm64` - Linux ARM64 (Raspberry Pi, AWS Graviton) - `agent-darwin-amd64` - macOS Intel - `agent-darwin-arm64` - macOS Apple Silicon (M1/M2/M3) - `agent-windows-amd64.exe` - Windows x86_64 ### Verification Verify checksums with `SHA256SUMS`: ```bash sha256sum -c SHA256SUMS ``` ### Tools Included - `agent setup` - Interactive setup wizard - `agent check` - Standard diagnostics report - `agent rca` - Post-call root cause analysis - `agent version` - Version information See [TROUBLESHOOTING_GUIDE.md](https://github.com/hkjarral/AVA-AI-Voice-Agent-for-Asterisk/blob/main/docs/TROUBLESHOOTING_GUIDE.md) for complete documentation.