Skip to content

Request: Windows Support for the ChatGPT Raycast Extension #47

@shwangdev

Description

@shwangdev

Hi, thanks for the great extension and your work.

Raycast now provides a Windows version, and many extensions have started adding cross-platform support by updating the platforms field in raycast.json.

Would you consider adding Windows support for this extension?

From a quick check, it looks like the extension mainly interacts with the OpenAI API and does not rely on macOS-specific APIs such as AppleScript or macOS Keychain features. If that is correct, supporting Windows may only require:

Updating raycast.json:

{
  "platforms": ["macOS", "Windows"]
}

Ensuring any keyboard shortcuts are defined in a platform-compatible way

Testing on Raycast for Windows (Beta)

If there are macOS-specific parts involved, I’d be happy to help identify them or test a development build on Windows.

Thanks again for maintaining the project.
Looking forward to your thoughts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions