droid takes ~1.8-2.2s just to show --help. Other CLI AI agents (claude code, opencode, codex-cli) all start in <100ms.
Measured on my machine:
droid --help ~1.8-2.2s
droid --version ~0.8s
Environment:
- droid 0.89.0 (installed via Homebrew)
- MacBook Air, Apple M4, 16GB RAM
- macOS 15.7.4
This is purely a software startup issue — the 108MB Bun-compiled binary needs to cold-start the JavaScriptCore VM and parse the entire JS bundle on every invocation, even for --help.