Skip to content

[Feature]: Add JetBrains IDE detection #3

@ashishkurmi

Description

@ashishkurmi

Problem Description

Dev Machine Guard currently detects VS Code, Cursor, Windsurf, Zed, and a few other IDEs, but has no detection for JetBrains IDEs. JetBrains products (IntelliJ IDEA, PyCharm, WebStorm, GoLand, Rider, PhpStorm, RubyMine, CLion, DataGrip, Fleet) are heavily used in open-source as well as enterprise environments, making them a relevant part of the developer attack surface.

Proposed Solution

Add JetBrains IDE detection to detect_ide_installations() following the existing pattern. On macOS, JetBrains IDEs install to /Applications/ with names like IntelliJ IDEA.app, PyCharm.app, etc. Versions can be extracted from Info.plist

Alternatives Considered

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions