Skip to content

droid CLI startup is very slow (~2s) compared to other CLI AI agents #867

@zipeilee

Description

@zipeilee

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions