Install Droid CLI
- macOS / Linux
- Windows
Authenticate with Factory AI
To use Droid in openteams, you must first authenticate:For detailed authentication instructions, see the Factory AI documentation.
- Run
droidto launch the interactive CLI - Use the
/logincommand within Droid to authenticate
Start openteams
Once authenticated, launch openteams:Option 1: Run with npxOption 2: Use Desktop Installer
Launch the installed desktop app directly. See Getting Started for installer instructions.You can now select Factory Droid when creating task attempts.
Configuration Options
Droid supports several configuration options in openteams:-
Autonomy Level: Controls permission level for file and system operations
normal: Read-only mode safe for reviewing planned changes without executionlow: Basic file creation/editing while blocking system changesmedium: Development operations with recoverable side effectshigh: Production operations with security implications or major side effectsskip-permissions-unsafe: Bypasses all permission checks (use only in isolated environments) (default)
- Model: Specify which model to use
-
Reasoning Effort: Control the reasoning depth
off: Minimal reasoninglow: Light reasoningmedium: Balanced reasoninghigh: Deep reasoning for complex tasks

