Documentation
Everything you need to get started with ArgusTest and master iOS debugging with AI.
Quick Start
Get ArgusTest running in under 5 minutes
1. Install dependencies
brew install libimobiledevice jq2. Run installer
./install.sh3. Add to Claude Code config
{
"mcpServers": {
"argus": { "command": "argus-mcp" }
}
}Getting Started
Get up and running in 5 minutes
Using ArgusTest
Learn how to use all features
AI Integration
Connect to AI coding assistants
Account & License
Manage your subscription
Frequently Asked Questions
What happens after I'm approved from the waitlist?
You'll receive an invite email with a 24-hour window to sign up. We send reminders at 12hr and 1hr before expiry. Complete payment to lock in your discount and get instant access.
How many devices can I use?
Each license includes 2 Mac activations and 5 iOS devices.
Does it work offline?
Yes, ArgusTest has a 14-day offline grace period after initial activation.
What iOS versions are supported?
iOS 15.0 and later on all iPhone and iPad models.
Need Help?
Can't find what you're looking for? Our support team is here to help.
Email Support
support@argustest.dev
Response time: Within 24 hours (business days)
MCP Tools Reference
| Tool | Description | Parameters |
|---|---|---|
| device_status | Check device connection and app state | None |
| device_capture_screenshot | Capture current screen via USB | None |
| device_request_app_screenshot | Request screenshot via Supabase Realtime | None |
| device_list_errors | List recent app errors | limit (optional) |
| device_get_crash_logs | List available crash logs | app_name (optional) |
| device_read_crash_log | Read crash log contents | log_name (required) |