A desktop color font editor for COLRv0 and COLRv1 fonts
Open your browser and go to Colr Pak Release Section
Under Assets, download the Linux file colrpak-linux.tar.gz or colrpak-linux-arm64.tar.gz
Right click and select Extract
Inside the extracted colrpak-linux folder, click on colrpak app
In the confirmation dialog click Execute.
The ready-made apps are not code signed so require special treatment in MS Windows and MacOS
Open Settings → Privacy & Security → For developers (Windows 11), or Settings → Update & Security → For developers (Windows 10)
Toggle Developer Mode to On
Click Yes when prompted and restart your PC
Open your browser and go to: Release Section
Under Assets, download the Windows app file colrpak-windows.zip
Save it to a known location, e.g. your Downloads folder
Windows may quarantine files downloaded from the internet:
Extract the zip file by right-clicking and selecting Extract
Right-click the downloaded file → select Properties
On the General tab, look for an “Unblock” checkbox at the bottom
Check Unblock, then click Apply → OK
Double-click the .exe
If a blue “Windows protected your PC” SmartScreen dialog appears, click More info
Click “Run anyway”
Due to quarantine issues of unsigned apps in MacOS it is peferably installed through homebrew
If you don’t have Homebrew yet, install it by running this in Terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Since colr-pak is distributed via a third-party tap (not the main Homebrew repository), you must add it first:
brew tap mitradranirban/tap
Install the app using the –cask flag and remove quarantine for macOS Gatekeeper for this unsigned app:
bash
brew install --cask mitradranirban/tap/colr-pak
xattr -dr com.apple.quarantine "/Applications/Colr Pak.app"
Note: The xattr flag is needed because colr-pak is currently unsigned. Without it, macOS will block the app from launching with a “developer cannot be verified” error
On Apple Silicon Macs (M1/M2/M3), the quarantine attribute sometimes persists even after installation. If you see a “colr-pak is damaged and can’t be opened” message, remove it manually by writing this command in terminal:
sudo xattr -dr com.apple.quarantine "/Applications/Colr Pak.app"
Alternatively, you can right-click the app in Finder → Open → click Open in the dialog to approve it once.
If it still doesn’t work in Apple M1/M2/M3 etc for Apple gatekeeper policy, you can build from source as indicated in README which will self sign your app.
Open colr-pak from your Applications folder or via Launchpad
The app starts a local Fontra server and automatically opens in your browser for editing COLRv1 color fonts