Welcome to the world of colorful emojis on your Linux system! 🌈 This project brings Apple's vibrant emojis to your Linux experience.
🚨 Before we get started, please note that this project is for educational purposes only. Apple is a trademark of Apple Inc., registered in the U.S. and other countries.
- 🔗 Download the latest release of
AppleColorEmoji.ttf
from our Release Page - 📁 Copy
AppleColorEmoji.ttf
to~/.local/share/fonts
. - 🔄 Rebuild the font cache with
fc-cache -f -v
. - 🎉 Voila! You're all set to embrace the world of expressive emojis!
- 🐍 Install Python 2; the process currently requires a Python 2.x wide build.
- 📦 Install the fonttools Python package:
python -m pip install fonttools
- 📦 Install the nototools Python package:
python -m pip install https://github.com/googlefonts/nototools/archive/v0.2.1.tar.gz
, or clone from here and follow the instructions. - 🛠 Install image optimization tools: Optipng, Zopfli, and Pngquant.
- On RedHat-based systems:
yum install optipng zopfli pngquant
- On Fedora:
dnf install optipng zopfli pngquant
- On Debian or Ubuntu:
apt-get install optipng zopfli pngquant
- On RedHat-based systems:
- 🔄 Clone the source repository from Github.
- 🖥 Open a terminal, navigate to the directory, and type
make -j
to buildAppleColorEmoji.ttf
from source. - ⚙️ To install the built
AppleColorEmoji.ttf
to your system, runmake install
. - 🔄 Rebuild your system font cache with
fc-cache -f -v
.
AppleColorEmoji uses the CBDT/CBLC color font format, which is supported by Android and Chrome/Chromium OS. Windows supports it starting with Windows 10 Anniversary Update in Chrome and Edge. On macOS, only Chrome supports it, while on Linux, it will support it with some fontconfig tweaking.
Uncover the assets used to craft AppleColorEmoji, showcasing the diverse world of emojis. Note: some characters share assets, particularly gender-neutral ones. Refer to the emoji_aliases.txt
file for aliasing definitions.
🚨 Please be aware that images in the font may differ from the original assets, with flag images being PNGs featuring standardized sizes and creative transforms.
- Emoji fonts (under the fonts subdirectory) are under the SIL Open Font License, version 1.1.
- Tools and some image resources are under the Apache license, version 2.0.