2019-09-16 20:54:56 +02:00
---
2019-09-19 18:15:34 +02:00
title: Getting started
2019-09-16 20:54:56 +02:00
lang: en-US
---
2019-09-19 18:15:34 +02:00
# Getting started
2019-09-16 20:54:56 +02:00
## Installation
2019-10-10 13:41:05 +02:00
< DownloadButtons / >
2019-09-19 03:14:16 +02:00
2020-03-03 00:29:16 +01:00
You can download the latest version of **Tachiyomi** from any of the above buttons.
2019-09-19 03:14:16 +02:00
2020-03-03 00:29:16 +01:00
If you want to try new features before they get to the stable release, you can download the dev version.
2019-09-16 20:54:56 +02:00
2020-03-03 00:29:16 +01:00
Open and install the `.apk` file you just downloaded.
2019-09-16 20:54:56 +02:00
< figure class = "centered" >
2020-03-03 00:29:16 +01:00
< img height = "128"
2019-09-16 20:54:56 +02:00
:src="$withBase('/assets/media/installprompt.png')">
< / figure >
## Installing an extension
2019-09-19 19:21:22 +02:00
Now that Tachiyomi is installed, open the app and navigate to the `Extensions` tab.
2019-09-16 20:54:56 +02:00
In this guide we will use MangaDex, our most popular extension.
2019-09-19 19:21:22 +02:00
Press the `Install` button and accept the installation prompt that will be shown.
2019-09-16 20:54:56 +02:00
2019-09-19 19:21:22 +02:00
If you're getting stopped by a security prompt and don't know what to do you can read this FAQ section: ["How do I allow third-party installations?" ](/help/faq/extensions/#how-do-i-allow-third-party-installations ).
2019-09-16 20:54:56 +02:00
2019-10-07 01:00:53 +02:00
::: expander < strong > Click to reveal video guide!< / strong >
2019-09-16 20:54:56 +02:00
< figure class = "centered" >
2019-10-07 01:00:53 +02:00
< video muted loop controls :poster = "$withBase('/assets/media/video-guide-extension-install.png')" height = "500" controlslist = "nodownload noremoteplayback" preload = "none" loading = "lazy" crossorigin = "use-credentials" >
< source :src = "$withBase('/assets/media/video-guide-extension-install.webm')" type = "video/webm" / >
2019-09-16 20:54:56 +02:00
< / video >
< / figure >
2019-10-07 01:00:53 +02:00
:::
2019-09-16 20:54:56 +02:00
## Adding manga to your library
2019-09-19 19:21:22 +02:00
Now that you've installed the MangaDex extension it should show up in the `Catalogues` tab. The items appearing here are called `Sources` (can also be called Catalogues), an extension can contains multiple sources.
2019-09-16 20:54:56 +02:00
2019-09-19 19:21:22 +02:00
To find and add manga, you can now either use the `Latest` button on your source, or you can use `Browse` and search for it.
2019-09-16 20:54:56 +02:00
2019-09-19 19:21:22 +02:00
Now that you've found manga that you want to add to your library, click on it and then press the blue bookmark button.
2019-09-16 20:54:56 +02:00
It should now appear in your `My Library` tab, ready to be read!
2019-10-07 01:00:53 +02:00
::: expander < strong > Click to reveal video guide!< / strong >
2019-09-16 20:54:56 +02:00
< figure class = "centered" >
2019-10-07 01:00:53 +02:00
< video muted loop controls :poster = "$withBase('/assets/media/video-guide-library-add-to.png')" height = "500" controlslist = "nodownload noremoteplayback" preload = "none" loading = "lazy" crossorigin = "use-credentials" >
< source :src = "$withBase('/assets/media/video-guide-library-add-to.webm')" type = "video/webm" / >
2019-09-16 20:54:56 +02:00
< / video >
< / figure >
2019-10-07 01:00:53 +02:00
:::