-
-
Notifications
You must be signed in to change notification settings - Fork 877
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48840a3
commit bfdda59
Showing
2 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
--- | ||
title: Installing Ente Photos | ||
description: Steps to install Ente Photos | ||
--- | ||
|
||
# Android | ||
|
||
Our Android apps are distributed over the following channels. | ||
|
||
### PlayStore | ||
|
||
You can install Ente directly from | ||
[PlayStore](https://play.google.com/store/apps/details?id=io.ente.photos). | ||
|
||
### F-Droid | ||
|
||
Reproducible builds for Ente are available on | ||
[F-Droid](https://f-droid.org/packages/io.ente.photos.fdroid/). | ||
|
||
|
||
> [!NOTE] | ||
> | ||
> Releases over F-Droid are generally slower since they run their own build | ||
> servers. You can donate to F-Droid [here](https://f-droid.org/en/donate). | ||
### GitHub | ||
|
||
Latest releases are built straight from the source and made available over | ||
[GitHub](https://github.com/ente-io/ente/releases?q=tag%253Aphotos-v0). | ||
|
||
These builds will notify you whenever a new release is available and will help | ||
you stay updated. | ||
|
||
### Obtanium | ||
|
||
You can setup [Obtanium](https://github.com/ImranR98/Obtainium) to track our | ||
GitHub releases by following these steps. | ||
|
||
1. Click **Add App** to open a new app config screen | ||
2. Enter `https://github.com/ente-io/ente` in the **App Source URL** field | ||
3. Enable the **Retain release order** from API toggle | ||
4. Scroll down to the **Filter APKs by Regular Expression** field and enter `ente-photos*` | ||
5. Enable the **Attempt to filter APKs by CPU architecture** if possible toggle | ||
6. Select any applicable app category labels you may have setup | ||
7. Enable the **Try inferring app ID from source code** toggle | ||
8. Scroll back to the top and click **Add** to complete the setup | ||
|
||
|
||
<br/> | ||
|
||
--- | ||
|
||
<br/> | ||
|
||
# iOS | ||
|
||
You can install Ente on Apple devices from | ||
[AppStore](https://apps.apple.com/app/id1542026904). | ||
|
||
<br/> | ||
|
||
--- | ||
|
||
<br/> | ||
|
||
# Desktop | ||
|
||
You can grab the latest version of Ente for Mac, Windows and Linux from | ||
[ente.io/download/desktop](https://ente.io/download/desktop). | ||
|
||
<br/> | ||
|
||
--- | ||
|
||
<br/> | ||
|
||
# Web | ||
|
||
Latest versions of our web app are available at [web.ente.io](https://web.ente.io). | ||
|
||
<br/> | ||
|
||
--- | ||
|
||
<br/> | ||
|
||
# CLI | ||
|
||
Ente's CLI is distributed directly over | ||
[GitHub](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0). |