God Mode

All guardrails disabled. Full autonomy. You accept full responsibility.

Chapeta God Mode safety settings
Chapeta God Mode safety settings - expanded view

God Mode is the most permissive approval mode in Chapeta. It removes all approval prompts and disables the standard safety blocklists and file write path restrictions. The only protections that remain are always-blocked patterns (fork bombs, raw device writes) that have zero legitimate use. God Mode is designed for advanced users who fully understand the risks.

How It Works

  1. The AI determines it needs to use a tool.
  2. The tool executes immediately with no approval prompt.
  3. The standard Bash blocklist is disabled. Commands that would normally be blocked are allowed.
  4. File write path restrictions are disabled. The AI can write to any accessible location.
  5. Always-blocked patterns (fork bombs, raw device writes) are still enforced. These have no legitimate use.
  6. Always-blocked patterns (fork bombs, raw device writes) are still enforced. These have no legitimate use.

Benefits

  • Maximum flexibility for advanced automation workflows.
  • No false positives from blocklist pattern matching on legitimate commands.
  • Enables tasks that require writing to normally restricted paths.
  • Single toggle to remove all safety friction.

Tradeoffs

  • The AI can run destructive commands (rm -rf, sudo, etc.) without warning.
  • File path restrictions are gone. System files, keychains, and app bundles are writable.
  • Mistakes are irreversible and happen at machine speed.
  • Not recommended unless you fully understand every risk.

FAQ

Security you can verify