Does Poedit work on Apple Silicon?

✅ Yes, Native Apple Silicon Support reported as of v3.00

May also be known as Poedit or Poedit Poedit

📚 Bundle Version History

net.poedit.Poedit

v3.00
✅ Yes, Native Apple Silicon Support
🖥 Supported Architectures X86, ARM
Full Info Plist
{
  "BuildMachineOSBuild": "20F71",
  "CFBundleDevelopmentRegion": "en",
  "CFBundleDisplayName": "Poedit",
  "CFBundleDocumentTypes": [
    {
      "CFBundleTypeExtensions": [
        "po"
      ],
      "CFBundleTypeIconFile": "FilePO",
      "CFBundleTypeIconSystemGenerated": 1,
      "CFBundleTypeMIMETypes": [
        "application/x-po",
        "application/x-gettext",
        "text/x-gettext-translation",
        "text/x-po"
      ],
      "CFBundleTypeName": "PO Translation",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSItemContentTypes": [
        "net.poedit.po"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "pot"
      ],
      "CFBundleTypeIconFile": "FilePOT",
      "CFBundleTypeIconSystemGenerated": 1,
      "CFBundleTypeMIMETypes": [
        "text/x-gettext-translation-template"
      ],
      "CFBundleTypeName": "Translation Template",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSItemContentTypes": [
        "com.microsoft.powerpoint.pot",
        "net.poedit.pot"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "mo",
        "gmo"
      ],
      "CFBundleTypeIconFile": "FileMO",
      "CFBundleTypeIconSystemGenerated": 1,
      "CFBundleTypeMIMETypes": [
        "application/x-gettext-translation"
      ],
      "CFBundleTypeName": "Compiled Translation",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSItemContentTypes": [
        "net.poedit.mo"
      ],
      "NSIsRelatedItemType": true
    },
    {
      "CFBundleTypeExtensions": [
        "xlf",
        "xliff"
      ],
      "CFBundleTypeIconFile": "FilePO",
      "CFBundleTypeIconSystemGenerated": 1,
      "CFBundleTypeMIMETypes": [
        "application/x-xliff+xml"
      ],
      "CFBundleTypeName": "XLIFF Translation",
      "CFBundleTypeRole": "Editor",
      "LSItemContentTypes": [
        "org.oasis-open.xliff"
      ]
    }
  ],
  "CFBundleExecutable": "Poedit",
  "CFBundleIconFile": "Poedit",
  "CFBundleIdentifier": "net.poedit.Poedit",
  "CFBundleInfoDictionaryVersion": "6.0",
  "CFBundleName": "Poedit",
  "CFBundlePackageType": "APPL",
  "CFBundleShortVersionString": "3.0",
  "CFBundleSignature": "????",
  "CFBundleSupportedPlatforms": [
    "MacOSX"
  ],
  "CFBundleURLTypes": [
    {
      "CFBundleTypeRole": "Editor",
      "CFBundleURLName": "net.poedit.PoeditURL",
      "CFBundleURLSchemes": [
        "poedit"
      ]
    }
  ],
  "CFBundleVersion": "6376",
  "DTCompiler": "com.apple.compilers.llvm.clang.1_0",
  "DTPlatformBuild": "12E262",
  "DTPlatformName": "macosx",
  "DTPlatformVersion": "11.3",
  "DTSDKBuild": "20E214",
  "DTSDKName": "macosx11.3",
  "DTXcode": "1250",
  "DTXcodeBuild": "12E262",
  "LSApplicationCategoryType": "public.app-category.developer-tools",
  "LSEnvironment": {
    "PATH": "/usr/local/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
  },
  "LSMinimumSystemVersion": "10.10",
  "MDItemKeywords": "PO,XLIFF,gettext,WordPress,i18n,l10n,translation,localization",
  "NSDesktopFolderUsageDescription": "Poedit needs to access your source files to scan them for translatable strings.",
  "NSDocumentsFolderUsageDescription": "Poedit needs to access your source files to scan them for translatable strings.",
  "NSDownloadsFolderUsageDescription": "Poedit needs to access your source files to scan them for translatable strings.",
  "NSFileProviderDomainUsageDescription": "Poedit needs to access your source files to scan them for translatable strings.",
  "NSHumanReadableCopyright": "Copyright © 1999-2021 Václav Slavík. All rights reserved.",
  "NSMainNibFile": "MainMenu",
  "NSNetworkVolumesUsageDescription": "Poedit needs to access your source files to scan them for translatable strings.",
  "NSPrincipalClass": "NSApplication",
  "NSRemovableVolumesUsageDescription": "Poedit needs to access your source files to scan them for translatable strings.",
  "SUEnableAutomaticChecks": true,
  "SUFeedURL": "https://poedit.net/updates_v2/osx/appcast",
  "SUPublicDSAKeyFile": "dsa_pub.pem",
  "UTExportedTypeDeclarations": [
    {
      "UTTypeConformsTo": [
        "public.content",
        "public.data",
        "public.plain-text"
      ],
      "UTTypeDescription": "PO Translation",
      "UTTypeIconFile": "FilePO",
      "UTTypeIcons": {
        "UTTypeIconBadgeName": "FilePO-badge",
        "UTTypeIconText": "PO"
      },
      "UTTypeIdentifier": "net.poedit.po",
      "UTTypeReferenceURL": "http://pology.nedohodnik.net/doc/user/en_US/ch-poformat.html",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "po"
        ],
        "public.mime-type": [
          "application/x-po",
          "application/x-gettext",
          "text/x-gettext-translation",
          "text/x-po"
        ]
      }
    },
    {
      "UTTypeConformsTo": [
        "public.content",
        "public.data",
        "public.plain-text"
      ],
      "UTTypeDescription": "Translation Template",
      "UTTypeIconFile": "FilePOT",
      "UTTypeIcons": {
        "UTTypeIconBadgeName": "FilePOT-badge",
        "UTTypeIconText": "POT"
      },
      "UTTypeIdentifier": "net.poedit.pot",
      "UTTypeReferenceURL": "http://pology.nedohodnik.net/doc/user/en_US/ch-poformat.html",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "pot"
        ],
        "public.mime-type": [
          "text/x-gettext-translation-template"
        ]
      }
    },
    {
      "UTTypeConformsTo": [
        "public.content",
        "public.data"
      ],
      "UTTypeDescription": "Compiled Translation",
      "UTTypeIconFile": "FileMO",
      "UTTypeIcons": {
        "UTTypeIconBadgeName": "FileMO-badge",
        "UTTypeIconText": "MO"
      },
      "UTTypeIdentifier": "net.poedit.mo",
      "UTTypeReferenceURL": "https://www.gnu.org/software/gettext/manual/html_node/MO-Files.html",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "mo",
          "gmo"
        ],
        "public.mime-type": [
          "application/x-gettext-translation"
        ]
      }
    }
  ],
  "UTImportedTypeDeclarations": [
    {
      "UTTypeConformsTo": [
        "public.content",
        "public.data",
        "public.plain-text"
      ],
      "UTTypeDescription": "Translation Template",
      "UTTypeIconFile": "FilePOT",
      "UTTypeIcons": {
        "UTTypeIconBadgeName": "FilePOT-badge",
        "UTTypeIconText": "templ"
      },
      "UTTypeIdentifier": "com.microsoft.powerpoint.pot",
      "UTTypeReferenceURL": "http://pology.nedohodnik.net/doc/user/en_US/ch-poformat.html",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "pot"
        ],
        "public.mime-type": [
          "text/x-gettext-translation-template"
        ]
      }
    },
    {
      "UTTypeConformsTo": [
        "public.xml"
      ],
      "UTTypeDescription": "XML Localization Interchange File Format",
      "UTTypeIconFile": "FilePO",
      "UTTypeIcons": {
        "UTTypeIconBadgeName": "FilePO-badge",
        "UTTypeIconText": "XLIFF"
      },
      "UTTypeIdentifier": "org.oasis-open.xliff",
      "UTTypeReferenceURL": "http://docs.oasis-open.org/xliff/xliff-core/xliff-core.html",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "xliff",
          "xlf"
        ],
        "public.mime-type": [
          "application/x-xliff+xml"
        ]
      }
    }
  ]
}
Full Meta Details
{
  "fileSize": 29.975830078125,
  "architectures": [
    {
      "bits": "32-bit",
      "fileType": "Fixed Virtual Memory Shared Library File",
      "header": {
        "magic": 3405691582,
        "cputype": 0,
        "cpusubtype": 16,
        "filetype": 3,
        "ncmds": 2048,
        "sizeofcmds": 16252064,
        "flags": [
          "The object file has no undefined references and is executable.",
          "The object file is the output of an incremental link against a base file and can not be link edited again.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "The object file's undefined references are bound by the dynamic linker when loaded."
        ]
      },
      "loadCommandsInfo": [
        {
          "description": 3405691582,
          "size": 2,
          "offset": " 0x0"
        },
        {
          "description": 4103,
          "size": 3,
          "offset": " 0x8"
        },
        {
          "description": 2048,
          "size": 16252064,
          "offset": " 0x10"
        },
        {
          "description": "Dynamic Linker Identifier",
          "size": 4108,
          "offset": " 0x18"
        },
        {
          "description": 0,
          "size": 1017856,
          "offset": " 0x20"
        },
        {
          "description": 946640,
          "size": 14,
          "offset": " 0x28"
        }
      ],
      "magic": "cafebabe",
      "offset": "0",
      "processorSubType": "v7em",
      "processorType": 0
    },
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 7,
        "cpusubtype": 3,
        "filetype": 2,
        "ncmds": 39,
        "sizeofcmds": 5368,
        "flags": [
          "The object file has no undefined references and is executable.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "undefined"
        ],
        "reserved": 0
      },
      "loadCommandsInfo": [
        {
          "description": 4277009103,
          "size": 3,
          "offset": " 0x8000"
        },
        {
          "description": "Symbol segment command",
          "size": 39,
          "offset": " 0x8008"
        },
        {
          "description": "Dynamic Loader Environment Command",
          "size": 10584197,
          "offset": " 0x8010"
        },
        {
          "description": 10584197,
          "size": 25,
          "offset": " 0x8018"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1095786335,
          "offset": " 0x8020"
        },
        {
          "description": 1095786335,
          "size": 20306,
          "offset": " 0x8028"
        },
        {
          "description": 0,
          "size": 25,
          "offset": " 0x8060"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1163157343,
          "offset": " 0x8068"
        },
        {
          "description": 0,
          "size": 57088,
          "offset": " 0x8080"
        },
        {
          "description": 0,
          "size": 57088,
          "offset": " 0x8090"
        },
        {
          "description": 57088,
          "size": 5,
          "offset": " 0x8098"
        }
      ],
      "magic": "cffaedfe",
      "offset": "8000",
      "processorSubType": 3,
      "processorType": "X86"
    },
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 12,
        "cpusubtype": 0,
        "filetype": 2,
        "ncmds": 40,
        "sizeofcmds": 5296,
        "flags": [
          "The object file has no undefined references and is executable.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "undefined"
        ],
        "reserved": 0
      },
      "loadCommandsInfo": [
        {
          "description": 0,
          "size": 40,
          "offset": " 0xf88008"
        },
        {
          "description": 40,
          "size": 10584197,
          "offset": " 0xf88010"
        },
        {
          "description": 10584197,
          "size": 25,
          "offset": " 0xf88018"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1095786335,
          "offset": " 0xf88020"
        },
        {
          "description": 1095786335,
          "size": 20306,
          "offset": " 0xf88028"
        },
        {
          "description": 0,
          "size": 25,
          "offset": " 0xf88060"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1163157343,
          "offset": " 0xf88068"
        },
        {
          "description": 0,
          "size": 52992,
          "offset": " 0xf88080"
        },
        {
          "description": 0,
          "size": 52992,
          "offset": " 0xf88090"
        },
        {
          "description": 52992,
          "size": 5,
          "offset": " 0xf88098"
        }
      ],
      "magic": "cffaedfe",
      "offset": "f88000",
      "processorSubType": "all",
      "processorType": "ARM"
    }
  ]
}
v2.4.1
🔶 App has not yet been reported to be native to Apple Silicon
🖥 Supported Architectures X86
Full Info Plist
{
  "BuildMachineOSBuild": "18G6020",
  "CFBundleDevelopmentRegion": "en",
  "CFBundleDisplayName": "Poedit",
  "CFBundleDocumentTypes": [
    {
      "CFBundleTypeExtensions": [
        "po"
      ],
      "CFBundleTypeIconFile": "FilePO",
      "CFBundleTypeMIMETypes": [
        "application/x-po",
        "application/x-gettext",
        "text/x-gettext-translation",
        "text/x-po"
      ],
      "CFBundleTypeName": "PO Translation",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSItemContentTypes": [
        "net.poedit.po"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "pot"
      ],
      "CFBundleTypeIconFile": "FilePOT",
      "CFBundleTypeMIMETypes": [
        "text/x-gettext-translation-template"
      ],
      "CFBundleTypeName": "Translation Template",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSItemContentTypes": [
        "com.microsoft.powerpoint.pot",
        "net.poedit.pot"
      ]
    },
    {
      "CFBundleTypeExtensions": [
        "mo",
        "gmo"
      ],
      "CFBundleTypeIconFile": "FileMO",
      "CFBundleTypeMIMETypes": [
        "application/x-gettext-translation"
      ],
      "CFBundleTypeName": "Compiled Translation",
      "CFBundleTypeRole": "Editor",
      "LSHandlerRank": "Owner",
      "LSItemContentTypes": [
        "net.poedit.mo"
      ],
      "NSIsRelatedItemType": true
    },
    {
      "CFBundleTypeExtensions": [
        "xlf",
        "xliff"
      ],
      "CFBundleTypeIconFile": "FileXLIFF",
      "CFBundleTypeMIMETypes": [
        "application/x-xliff+xml"
      ],
      "CFBundleTypeName": "XLIFF Translation",
      "CFBundleTypeRole": "Editor",
      "LSItemContentTypes": [
        "org.oasis-open.xliff"
      ]
    }
  ],
  "CFBundleExecutable": "Poedit",
  "CFBundleIconFile": "Poedit",
  "CFBundleIdentifier": "net.poedit.Poedit",
  "CFBundleInfoDictionaryVersion": "6.0",
  "CFBundleName": "Poedit",
  "CFBundlePackageType": "APPL",
  "CFBundleShortVersionString": "2.4.1",
  "CFBundleSignature": "????",
  "CFBundleSupportedPlatforms": [
    "MacOSX"
  ],
  "CFBundleURLTypes": [
    {
      "CFBundleTypeRole": "Editor",
      "CFBundleURLName": "net.poedit.PoeditURL",
      "CFBundleURLSchemes": [
        "poedit"
      ]
    }
  ],
  "CFBundleVersion": "6019",
  "DTCompiler": "com.apple.compilers.llvm.clang.1_0",
  "DTPlatformBuild": "11C504",
  "DTPlatformVersion": "GM",
  "DTSDKBuild": "19B90",
  "DTSDKName": "macosx10.15",
  "DTXcode": "1130",
  "DTXcodeBuild": "11C504",
  "LSApplicationCategoryType": "public.app-category.developer-tools",
  "LSEnvironment": {
    "PATH": "/usr/local/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
  },
  "LSMinimumSystemVersion": "10.10",
  "MDItemKeywords": "PO,XLIFF,gettext,WordPress,i18n,l10n,translation,localization",
  "NSDesktopFolderUsageDescription": "Poedit needs to access your source files to scan them for translatable strings.",
  "NSDocumentsFolderUsageDescription": "Poedit needs to access your source files to scan them for translatable strings.",
  "NSDownloadsFolderUsageDescription": "Poedit needs to access your source files to scan them for translatable strings.",
  "NSFileProviderDomainUsageDescription": "Poedit needs to access your source files to scan them for translatable strings.",
  "NSHumanReadableCopyright": "Copyright © 1999-2020 Václav Slavík. All rights reserved.",
  "NSMainNibFile": "MainMenu",
  "NSNetworkVolumesUsageDescription": "Poedit needs to access your source files to scan them for translatable strings.",
  "NSPrincipalClass": "NSApplication",
  "NSRemovableVolumesUsageDescription": "Poedit needs to access your source files to scan them for translatable strings.",
  "SUEnableAutomaticChecks": true,
  "SUFeedURL": "https://poedit.net/updates_v2/osx/appcast",
  "SUPublicDSAKeyFile": "dsa_pub.pem",
  "UTExportedTypeDeclarations": [
    {
      "UTTypeConformsTo": [
        "public.content",
        "public.data",
        "public.plain-text"
      ],
      "UTTypeDescription": "PO Translation",
      "UTTypeIconFile": "FilePO",
      "UTTypeIdentifier": "net.poedit.po",
      "UTTypeReferenceURL": "http://pology.nedohodnik.net/doc/user/en_US/ch-poformat.html",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "po"
        ],
        "public.mime-type": [
          "application/x-po",
          "application/x-gettext",
          "text/x-gettext-translation",
          "text/x-po"
        ]
      }
    },
    {
      "UTTypeConformsTo": [
        "public.content",
        "public.data",
        "public.plain-text"
      ],
      "UTTypeDescription": "Translation Template",
      "UTTypeIconFile": "FilePOT",
      "UTTypeIdentifier": "net.poedit.pot",
      "UTTypeReferenceURL": "http://pology.nedohodnik.net/doc/user/en_US/ch-poformat.html",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "pot"
        ],
        "public.mime-type": [
          "text/x-gettext-translation-template"
        ]
      }
    },
    {
      "UTTypeConformsTo": [
        "public.content",
        "public.data"
      ],
      "UTTypeDescription": "Compiled Translation",
      "UTTypeIconFile": "FileMO",
      "UTTypeIdentifier": "net.poedit.mo",
      "UTTypeReferenceURL": "https://www.gnu.org/software/gettext/manual/html_node/MO-Files.html",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "mo",
          "gmo"
        ],
        "public.mime-type": [
          "application/x-gettext-translation"
        ]
      }
    }
  ],
  "UTImportedTypeDeclarations": [
    {
      "UTTypeConformsTo": [
        "public.xml"
      ],
      "UTTypeDescription": "XML Localization Interchange File Format",
      "UTTypeIconFile": "FileXLIFF",
      "UTTypeIdentifier": "org.oasis-open.xliff",
      "UTTypeReferenceURL": "http://docs.oasis-open.org/xliff/xliff-core/xliff-core.html",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "xliff",
          "xlf"
        ],
        "public.mime-type": [
          "application/x-xliff+xml"
        ]
      }
    }
  ]
}
Full Meta Details
{
  "fileSize": 17.6864013671875,
  "architectures": [
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 7,
        "cpusubtype": 3,
        "filetype": 2,
        "ncmds": 40,
        "sizeofcmds": 5312,
        "flags": [
          "The object file has no undefined references and is executable.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "undefined"
        ],
        "reserved": 0
      },
      "loadCommandsInfo": [
        {
          "description": 4277009103,
          "size": 524291,
          "offset": " 0x0"
        },
        {
          "description": 524291,
          "size": 40,
          "offset": " 0x8"
        },
        {
          "description": 40,
          "size": 2195589,
          "offset": " 0x10"
        },
        {
          "description": 2195589,
          "size": 25,
          "offset": " 0x18"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1095786335,
          "offset": " 0x20"
        },
        {
          "description": 1095786335,
          "size": 20306,
          "offset": " 0x28"
        },
        {
          "description": 0,
          "size": 25,
          "offset": " 0x60"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1163157343,
          "offset": " 0x68"
        },
        {
          "description": 0,
          "size": 4096,
          "offset": " 0x80"
        },
        {
          "description": 0,
          "size": 4096,
          "offset": " 0x90"
        },
        {
          "description": 4096,
          "size": 5,
          "offset": " 0x98"
        }
      ],
      "magic": "cffaedfe",
      "offset": "0",
      "processorSubType": 3,
      "processorType": "X86"
    }
  ]
}
Report Update