Browser Support Reference โ
This page provides the definitive browser and platform support matrix for get-cookie.
Platform Support Matrix โ
Browser | macOS | Linux | Windows |
---|---|---|---|
Chrome | โ | โ | โ |
Edge | โ | โ | โ |
Arc | โ | โ | โ |
Opera | โ | โ | โ |
Opera GX | โ | โ | โ |
Firefox | โ | โ | โ |
Firefox Developer Edition | โ | โ | โ |
Firefox ESR | โ | โ | โ |
Safari | โ | โ | โ |
Chromium | โ | โ | โ |
Brave | โ | โ | โ |
Legend: โ Full Support | โ Not Supported
Browser Categories โ
Chromium-Based Browsers โ
Chrome, Edge, Arc, Opera, Opera GX, Chromium, Brave
- Share the same cookie storage format and encryption methods
- Differ only in storage locations and keychain service names
- All use platform-specific encryption (Keychain on macOS, DPAPI on Windows, keyring on Linux)
Firefox-Based Browsers โ
Firefox, Firefox Developer Edition, Firefox ESR
- Use SQLite databases without additional encryption
- Support multiple profiles with automatic discovery
- Cross-platform with variant-specific profile paths
Safari โ
Safari (macOS only)
- Uses proprietary binary cookie format
- Single system-wide cookie store
- Requires container permissions on macOS
Platform Notes โ
Arc Browser Availability โ
- macOS: Originally supported platform
- Linux: Arc browser is not available on Linux
- Windows: Added Windows 11/10 support in April 2024
Firefox on Windows โ
Full support for all Firefox variants on Windows:
- Regular Firefox: Standard installation in AppData\Roaming
- Firefox Developer Edition: Separate profile support
- Firefox ESR: Extended Support Release detection
- Local AppData: Handles both Roaming and Local installations
Implementation Details โ
For detailed information about how each browser is supported:
- Storage locations: Browser-Specific Details
- Platform requirements: Platform Support Guide
- Security implementation: Security Guide
Version History โ
- 2024-04: Arc browser added Windows support
- 2024: Firefox Windows support implemented
- 2023: Initial cross-platform support for Chrome, Edge, Firefox, Safari