Chromium Embedded Framework (CEF) is a simple framework for embedding Chromium-based browsers in other applications.
MacBook Pro (13-inch, M1, 2020) / macOS Big Sur
Step 1: download the builds from https://cef-builds.spotifycdn.com/index.html
select the MacOS 64-bit Standard binary distribution.
Step 2:
mkdir build
cd build
cmake ..
# use x86_64
arch -x86_64 make
Step 3:
./tests/cefsimple/Release/cefsimple.app/Contents/MacOS/cefsimple --url=https://www.github.com