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!
You can decide to use the provided flake.nix to automatically get the dependencies, or install the dependencies manually on your system and build from source:
- π Install Python 3; the process currently requires a Python 3.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, Pngquant, and ImageMagick.
- On RedHat-based systems:
yum install optipng zopfli pngquant imagemagick
- On Fedora:
dnf install optipng zopfli pngquant imagemagick
- On Debian or Ubuntu:
apt-get install optipng zopfli pngquant imagemagick
- 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
.
- Install Nix and ensure flakes are enabled (look for
experimental-features = nix-command flakes
in yournix.conf
). You can use the Lix installer if you do not already have a working Nix install. - Clone the source repository from GitHub.
- Navigate to the directory in a terminal and run
nix build
to start the build. - The built
AppleColorEmoji.ttf
will be in the./result/share/fonts/truetype
folder.
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.