GitDeployHub

aimer-zero/decepticon

github.com/aimer-zero/decepticon ↗
Python
8 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • ANTHROPIC_API_KEY secret LLM API Keys (required: at least one)
  • OPENAI_API_KEY secret
  • LITELLM_MASTER_KEY secret LiteLLM Proxy
  • LITELLM_SALT_KEY secret
  • POSTGRES_PASSWORD secret PostgreSQL
  • NEO4J_PASSWORD secret Neo4j (Attack Chain Graph DB) Used when DECEPTICON_KG_BACKEND=neo4j
  • DECEPTICON_MODEL_PROFILE Model Profile eco = Balanced (Opus/Sonnet/Haiku mix, recommended) max = Maximum performance (Opus everywhere, expensive) test = Cheapest…
  • COMPOSE_PROFILES C2 Framework Default C2 server profile. Change to swap C2 frameworks. Options: c2-sliver (default), c2-havoc (future)
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/aimer-zero/decepticon
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aimer-zero/decepticon
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aimer-zero/decepticon
Or deploy to a different host
← Try another repo