Installation¶
Download Binary (recommended)¶
Self-contained single-file executables. No .NET runtime required.
All binaries are available on the Releases page.
Docker¶
The Docker image automatically fixes volume mount permissions โ no manual chmod needed.
Build from Source¶
git clone https://github.com/holgerleichsenring/agent-smith.git
cd agent-smith
dotnet build
dotnet run --project src/AgentSmith.Host -- --help
Requires .NET 8 SDK.
Verify Installation¶
You should see the banner and a list of available commands:
agent-smith fix # Fix a bug (plan, execute, test, PR)
agent-smith feature # Add a feature
agent-smith init # Bootstrap a new project
agent-smith mad # Multi-agent design discussion
agent-smith legal # Analyze a legal document
agent-smith security-scan # Scan code for security vulnerabilities
agent-smith api-scan # Scan a running API
agent-smith server # Start webhook listener