A fast, scriptable CLI for SABnzbd - built for AI coding agents like Claude Code, Cursor, and Codex. Control downloads, manage queues, and automate workflows from your terminal.
# sabx [](https://github.com/avivsinai/sabx/actions/workflows/ci.yml) [](https://go.dev/) [](LICENSE) [](https://goreportcard.com/report/github.com/avivsinai/sabx) [](https://github.com/avivsinai/sabx/releases/latest) > A batteries-included SABnzbd CLI and automation toolkit inspired by modern OSS CLIs like [`gh`](https://github.com/cli/cli) and [`chezmoi`](https://github.com/twpayne/chezmoi). `sabx` mirrors the complete SABnzbd surface area—queue control, RSS management, scheduler, configuration, and server administration—in a fast Go binary designed for power users and automation. ## Highlights - **Full parity** with SABnzbd REST API: queue history, RSS CRUD, scheduler, server actions, priorities, speed limits, and diagnostics. - **First-class UX**: human-readable tables by default, `--json` for scripting, shell completions, and keyring-backed credential storage. - **Agent-friendly**: deterministic output, idempotent commands, and profile-aware configuration ideal for CI/CD or LLM agents. ## Installation ```bash # Go 1.24+ go install github.com/avivsinai/sabx/cmd/sabx@latest # Build from source git clone https://github.com/avivsinai/sabx.git cd sabx go build ./cmd/sabx ./sabx --help ``` Pre-built archives, Homebrew, Scoop, winget manifests, and multi-arch Docker images are produced via [GoReleaser](tools/goreleaser.yaml) on tagged releases. ## Quickstart ```bash # Authenticate with a SABnzbd instance (stores API key in OS keyring) sabx login --base-url http://localhost:8080 --api-key <key> # Inspect the active queue sabx queue list --active # Review full system diagnostics sabx status --full --performanc
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.