--- sidebar_label: BrowserPlatform --- # BrowserPlatform enum Platform names used to identify a OS platfrom x architecture combination in the way that is relevant for the browser download. #### Signature: ```typescript export declare enum BrowserPlatform ``` ## Enumeration Members | Member | Value | Description | | ------- | -------------------------------- | ----------- | | LINUX | <code>"linux"</code> | | | MAC | <code>"mac"</code> | | | MAC_ARM | <code>"mac_arm"</code> | | | WIN32 | <code>"win32"</code> | | | WIN64 | <code>"win64"</code> | |