.env.sample
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ANTHROPIC_API_KEY
secret
OPENAI_API_KEY
secret
GEMINI_API_KEY
secret
OPENROUTER_API_KEY
secret
AGENT_SANDBOX_URL
Listen server URL (default: http://localhost:7600)
brew install flyctl && fly launch --from https://github.com/disler/mac-mini-agent
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/disler/mac-mini-agent
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/disler/mac-mini-agent