2019-07-29 09:14:32 +02:00
# CEF4Delphi [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Use%20CEF4Delphi%20to%20embed%20Chromium-based%20browsers%20in%20your%20application&url=https://github.com/salvadordf/CEF4Delphi&via=briskbard&hashtags=cef4delphi,delphi,lazarus,fpc)
2021-03-01 09:01:34 +01:00
CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with [Delphi ](https://www.embarcadero.com/products/delphi/starter ) or [Lazarus/FPC ](https://www.lazarus-ide.org/ ) for Windows, Linux and MacOS.
2017-01-27 15:29:21 +01:00
2023-08-09 19:38:57 +02:00
CEF4Delphi is based on DCEF3 and fpCEF3. The original license of those projects still applies to CEF4Delphi. Read the license terms in the LICENSE.md file.
2017-01-27 15:29:21 +01:00
2024-02-24 12:01:31 +01:00
CEF4Delphi uses CEF 122.1.8 which includes Chromium 122.0.6261.69.
2021-07-29 16:20:34 +02:00
The CEF binaries used by CEF4Delphi are available for download at Spotify :
2024-02-24 12:01:31 +01:00
* [Windows 32 bits ](https://cef-builds.spotifycdn.com/cef_binary_122.1.8%2Bg40272b5%2Bchromium-122.0.6261.69_windows32.tar.bz2 )
* [Windows 64 bits ](https://cef-builds.spotifycdn.com/cef_binary_122.1.8%2Bg40272b5%2Bchromium-122.0.6261.69_windows64.tar.bz2 )
* [Linux x86 64 bits ](https://cef-builds.spotifycdn.com/cef_binary_122.1.8%2Bg40272b5%2Bchromium-122.0.6261.69_linux64.tar.bz2 )
* [Linux ARM 32 bits ](https://cef-builds.spotifycdn.com/cef_binary_122.1.8%2Bg40272b5%2Bchromium-122.0.6261.69_linuxarm.tar.bz2 )
* [Linux ARM 64 bits ](https://cef-builds.spotifycdn.com/cef_binary_122.1.8%2Bg40272b5%2Bchromium-122.0.6261.69_linuxarm64.tar.bz2 )
* [MacOS x86 64 bits ](https://cef-builds.spotifycdn.com/cef_binary_122.1.8%2Bg40272b5%2Bchromium-122.0.6261.69_macosx64.tar.bz2 )
2022-02-14 21:57:27 +01:00
2023-12-23 18:58:40 +01:00
CEF4Delphi was developed and tested on Delphi 12.0 and it has been tested in Delphi 7, Delphi XE, Delphi 10, Delphi 11 and Lazarus 3.0/FPC 3.2.2. CEF4Delphi includes VCL, FireMonkey (FMX) and Lazarus components.
2017-02-03 18:06:16 +01:00
2024-01-15 17:11:40 +01:00
CEF4Delphi demos have been tested in Windows 10, Windows 11, Linux Mint 21.3 and Raspberry Pi OS.
2021-01-06 18:56:05 +01:00
2018-05-01 11:44:48 +02:00
## Links
2018-05-18 11:47:42 +02:00
* [Installation instructions and more information about CEF4Delphi ](https://www.briskbard.com/index.php?lang=en&pageid=cef )
* [Developer Forums ](https://www.briskbard.com/forum )
2023-02-09 17:13:39 +01:00
* The Windows components need Windows 10, 11 or newer to run. If you need Windows XP and Vista support use [OldCEF4Delphi ](https://github.com/salvadordf/OldCEF4Delphi ). If you need Windows 7, 8/8.1 support use [this CEF4Delphi release ](https://github.com/salvadordf/CEF4Delphi/releases/tag/109.0.5414.120 ).
2017-02-02 16:01:47 +01:00
2019-10-15 11:22:42 +02:00
## Stable releases
2019-11-06 11:18:33 +01:00
This is the development branch and it may have issues. Use the [latest release ](https://github.com/salvadordf/CEF4Delphi/releases/latest ) if you need a stable component.
2019-10-15 11:22:42 +02:00
2020-09-26 13:10:50 +02:00
## Support
2018-05-01 11:44:48 +02:00
If you find this project useful, please consider making a donation.
2019-07-25 12:17:48 +02:00
2018-05-01 11:44:48 +02:00
[![paypal ](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick& hosted_button_id=FTSD2CCGXTD86)
2018-11-30 10:36:16 +01:00
2019-07-25 12:16:34 +02:00
You can also support this project with Patreon.
2019-07-25 12:17:48 +02:00
2019-07-25 12:16:34 +02:00
< a href = "https://patreon.com/salvadordf" > < img src = "https://c5.patreon.com/external/logo/become_a_patron_button.png" alt = "Patreon donate button" / > < / a >
2022-11-12 16:05:54 +01:00
You can also support this project with Liberapay.
< a href = "https://liberapay.com/salvadordf/donate" > < img alt = "Donate using Liberapay" src = "https://liberapay.com/assets/widgets/donate.svg" > < / a >
2018-11-30 10:36:16 +01:00
Additional:
Delphinus-Support
2020-05-08 12:01:11 +02:00
2021-12-08 17:45:03 +01:00
## Related projects
2021-12-04 20:08:51 +01:00
* [WebView4Delphi ](https://github.com/salvadordf/WebView4Delphi )
2024-01-06 16:06:52 +01:00
* [WebUI4Delphi ](https://github.com/salvadordf/WebUI4Delphi )
2024-02-08 15:59:54 +01:00
* [WebUI4CSharp ](https://github.com/salvadordf/WebUI4CSharp )
2020-05-09 11:41:20 +02:00
* [DCEF3 ](https://github.com/hgourvest/dcef3 )
2021-01-31 16:53:07 +01:00
* [fpCEF3 ](https://github.com/dliw/fpCEF3 )
2020-05-09 11:41:20 +02:00
* [CEF ](https://bitbucket.org/chromiumembedded/cef/ )
2022-07-28 11:07:26 +02:00
* [DCPcrypt ](https://sourceforge.net/projects/lazarus-ccr/files/DCPcrypt/ )
2023-08-09 19:38:57 +02:00
* [PasDoc ](https://pasdoc.github.io/ )
2020-05-09 11:41:20 +02:00
* [Chromium ](https://chromium.googlesource.com/chromium/src/ )
2023-09-16 19:58:01 +02:00
* [CefSharp ](https://github.com/cefsharp/CefSharp )
* [CefGlue ](https://gitlab.com/xiliumhq/chromiumembedded/cefglue )
* [Cef2Go ](https://github.com/cztomczak/cef2go )
* [Energy ](https://github.com/energye/energy )
* [java-cef ](https://bitbucket.org/chromiumembedded/java-cef )
* [cefpython ](https://github.com/cztomczak/cefpython )
2020-05-09 11:45:13 +02:00
2021-01-12 17:47:22 +01:00
## Other resources
* [Learn Delphi ](https://learndelphi.org/ )
* [Essential Pascal by Marco Cantù ](https://www.marcocantu.com/epascal/ )
2023-07-30 18:47:35 +02:00
* [Free Pascal Reference guide ](https://www.freepascal.org/docs-html/ref/ref.html )
* [Modern Object Pascal Introduction for Programmers ](https://castle-engine.io/modern_pascal )
2021-02-18 19:03:22 +01:00
* [FreePascal from Square One by Jeff Duntemann ](http://www.copperwood.com/pub/FreePascalFromSquareOne.pdf )
2021-02-16 12:45:44 +01:00
* [Pascal and Lazarus Books and Magazines ](https://wiki.freepascal.org/Pascal_and_Lazarus_Books_and_Magazines )
* [Lazarus Documentation ](https://wiki.freepascal.org/Lazarus_Documentation )
2023-07-30 18:47:35 +02:00
## Attribution
* [Fugue & Diagona icons ](http://yusukekamiyamane.com/ )
* [FatCow Farm-Fresh Web Icons ](https://www.fatcow.com/free-icons )
* [Material Design Icons ](https://github.com/google/material-design-icons )