Anki#

Build Status Documentation

This repo contains the source code for the computer version of Anki.

About#

Anki is a spaced repetition program. Please see the website to learn more.

Getting Started#

Contributing#

Want to contribute to Anki? Check out the Contribution Guidelines.

For more information on building and developing, please see Development.

Contributors#

The following people have contributed to Anki: CONTRIBUTORS

Anki Betas#

If you’d like to try development builds of Anki but don’t feel comfortable building the code, please see Anki betas.

Linux Desktop Integration#

On any Linux desktop that follows the XDG spec (GNOME, KDE, XFCE, Cinnamon, MATE, and others), you can install a launcher entry for the development build so it appears in your app grid and can be pinned to the dock.

# From the repo root
sed "s|ANKI_SRC|$(pwd)|g" tools/anki-dev.desktop \
    > ~/.local/share/applications/anki-dev.desktop
update-desktop-database ~/.local/share/applications/

Then open your app grid, search for Anki (dev), right-click, and choose Add to Favourites (GNOME) or the equivalent for your desktop.

License#

Anki’s license: LICENSE

Auto-generated API References#