Download CertConvert

Open source, self-contained, nothing else to install. Get it from the Mac App Store or the Microsoft Store.

Latest version1.1.1
PlatformsmacOS (Intel & Apple Silicon), Windows x64
LicenceMIT — open source
Download on the Mac App Store Get it from Microsoft Store Release notes

Both editions install and update through their app store. Prefer to build it yourself? The source and instructions are below.

Per-platform downloads

CertConvert installs from your platform’s app store:

PlatformFile
macOS (Apple Silicon)Mac App Store
Windows x64Microsoft Store

Build from source

Prefer to build it yourself? You need the .NET 10 SDK.

git clone https://github.com/jermainewalkes/certconvert.git
cd certconvert
dotnet run --project src/CertConvert    # launches the GUI

Self-contained release builds for all three targets (osx-x64, osx-arm64, win-x64) are produced by build/publish.sh. See the repository README for the full development notes.

System requirements

  • macOS: a recent macOS on Intel or Apple Silicon. The build is self-contained — no separate .NET install.
  • Windows: 64-bit Windows 10 or 11. Self-contained — no separate .NET install.
  • Network: none required. The app runs fully offline; the only optional network use is a manual check for updates on GitHub.