Cross-Platform
Native support for Linux, Windows, and macOS. Each platform uses native sandboxing for maximum security and performance.
One Dashboard. Every Platform.
Monitor all your AI agents across Linux, Windows, and macOS in one unified dashboard. Real-time visibility, complete audit trail. Works with LangChain, AutoGPT, CrewAI—any framework. Free CLI, paid dashboard for teams.
✅ Free CLI on all platforms • 🔓 Open source (MIT)
SudoDog works natively on Linux, Windows, and macOS. No WSL or Docker required.
Install the free CLI and start monitoring instantly.
Ubuntu • Debian • Arch • Fedora
Install for LinuxWindows 10 • Windows 11
Install for WindowsIntel • Apple Silicon (M1/M2/M3)
Install for macOS🐳 Or use Docker (works on all platforms)
curl -sL https://sudodog.com/install.sh | bash
Zero integration - just prepend sudodog run to your existing command
user@laptop:~$ sudodog run python agent.py
🐕 SudoDog AI Agent Security
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🍎 Platform: macOS
▶️ Running: python agent.py
[Safe Operation] Reading configuration...
[Safe Operation] Connecting to API...
[Security Alert] Attempting SQL injection pattern detected
Pattern: DROP TABLE users;
⚠️ Blocked by SudoDog
✅ Command completed successfully
CPU: 8.2% | Memory: 124MB
user@laptop:~$
Native support for Linux, Windows, and macOS. Each platform uses native sandboxing for maximum security and performance.
See ALL your agents across ALL platforms in one place. Linux servers, Windows desktops, Mac laptops—unified view.
Live CPU and memory stats. Track resource usage across platforms. Know exactly what each agent is doing right now.
Detect dangerous patterns like SQL injection, shell commands, and file access. Cross-platform threat detection.
Works with LangChain, AutoGPT, CrewAI, or any custom agent. Python, Node.js, Ruby—any language, any framework.
Track API costs across all agents. See spending by platform, agent, or team. Budget alerts and forecasting.
Monitor locally for free. Upgrade to dashboard when you need team visibility.
$0/month
Monitor agents locally on any platform
Free Beta
Web dashboard for teams
Free Beta
Advanced compliance and security
Install on your platform and start monitoring immediately. No code changes required.
# Install SudoDog
curl -sL https://sudodog.com/install-linux.sh | bash
# Initialize
sudodog init
# Run your agent
sudodog run python agent.py
# PowerShell (as Administrator)
irm https://sudodog.com/install.ps1 | iex
# Initialize
sudodog init
# Run your agent
sudodog run python agent.py
# Terminal
curl -sL https://sudodog.com/install-macos.sh | bash
# Initialize
sudodog init
# Run your agent
sudodog run python agent.py
Zero code changes - just prepend sudodog run
# LangChain
sudodog run python langchain_agent.py
# AutoGPT
sudodog run python -m autogpt
# CrewAI
sudodog run python crewai_agent.py
# Custom agent
sudodog run python your_agent.py
# Any language
sudodog run node agent.js
sudodog run ruby agent.rb
📚 Full Documentation: GitHub Repo • Quick Start Guide
Open Source: View on GitHub • MIT License