An open API service indexing awesome lists of open source software.

https://github.com/ismartcoding/plain-app

PlainApp is an open-source app that lets you securely manage your phone from a web browser. Access files, media, contacts, SMS, calls, and more through a simple, easy-to-use interface on your desktop.
https://github.com/ismartcoding/plain-app

android android-app compose compose-ui f-droid fdroid filemanager graphql jetpack-compose ktor learning material-you music-player note-taking privacy-protection productivity rss rss-reader screen-mirroring web

Last synced: about 2 months ago
JSON representation

PlainApp is an open-source app that lets you securely manage your phone from a web browser. Access files, media, contacts, SMS, calls, and more through a simple, easy-to-use interface on your desktop.

Awesome Lists containing this project

README

          

# PlainApp

PlainApp is an open-source app that lets you securely manage your phone from a web browser. Access files, media, contacts, SMS, calls, and more through a simple, easy-to-use interface on your desktop.

[Get it on Google Play](https://play.google.com/store/apps/details?id=com.ismartcoding.plain)
[Get it on F-Droid](https://f-droid.org/packages/com.ismartcoding.plain/)
[Get it on GitHub](https://github.com/ismartcoding/plain-app/releases/latest)

## Features

**Privacy First**
- All data stays on your device — no cloud, no third-party storage
- No Firebase Messaging or Analytics; only crash logs (optional) via Firebase Crashlytics
- Secured with TLS + XChaCha20-Poly1305 encryption

**Ad-Free, Always**
- 100% ad-free experience, forever

**Clean, Modern Interface**
- Minimalist and customizable UI
- Supports multiple languages, light/dark themes

**Web-Based Desktop Management**
Access a self-hosted webpage on the same network to manage your phone:
- Files: Internal storage, SD card, USB, images, videos, audio
- Contacts, SMS, and call logs
- Installed apps (with APK export)
- Notifications mirroring and device info
- Screen mirroring
- PWA support — add the web app to your desktop/home screen

**Built-in Tools**
- Markdown note-taking
- RSS reader with clean UI
- Video and audio player (in-app and on the web)
- TV casting for media
- Pomodoro timer
- Sound meter
- Peer-to-peer chat and file sharing

**Always Improving**
- More features are on the way

PlainApp is designed with simplicity in mind, so you can focus on what matters most: your data.

Video: https://www.youtube.com/watch?v=TjRhC8pSQ6Q

Reddit: https://www.reddit.com/r/plainapp

Discord: https://discord.gg/RQWcS6DEEe

QQ Group: 812409393

## Donations :heart:

**This project needs you!** If you would like to support this project's further development, the creator of this project or the continuous maintenance of this project, **feel free to donate**.

Your donation is highly appreciated. Thank you!

- [Buy me a cup of Ko-Fi!](https://ko-fi.com/ismartcoding)

- Use WeChat to scan the code

## Screenshots

| ![files](screenshots/app-files.jpg) | ![home](screenshots/app-home.png) | ![music player](screenshots/app-music-player.jpg) | ![chat](screenshots/app-chat.png) |
|--------------------------------------|------------------------------------------|---------------------------------------------------|--------------------------------------------------|
| ![audio](screenshots/app-audio.jpg) | ![images](screenshots/app-images.jpg) | ![videos](screenshots/app-videos.jpg) | ![rss](screenshots/app-rss.jpg) |
| ![home](screenshots/web-home.png) | ![images](screenshots/web-images.png) | ![videos](screenshots/web-videos.png) | ![notes](screenshots/web-notes.png) |
| ![files](screenshots/web-files.png) | ![encryption](screenshots/web-calls.png) | ![messages](screenshots/web-messages.png) | ![contacts](screenshots/web-contacts.png) |
| ![audio](screenshots/web-audios.png) | ![rss](screenshots/web-rss.png) | ![encryption](screenshots/web-encryption.png) | ![encryption](screenshots/web-screen-mirror.png) |
| ![audio](screenshots/web-image.png) | ![rss](screenshots/web-video.png) | | |

## Compatibility

PlainApp requires Android 9.0 or higher.

## FAQ

[http://docs.plain.icu/faq.html](http://docs.plain.icu/faq.html)

## Support

PlainApp is fully open-source.
If you have any doubts, you're free to review the code, build your own version, or simply choose not to use it.

If you run into issues, feel free to open a GitHub issue — I'm always happy to help.

Please don’t leave a one-star review without giving it a fair try.

## Build

1. Generate `release.jks` file under `$rootProject/app` folder.

```bash
keytool -genkey -v -keystore ./app/release.jks -keyalg RSA -keysize 2048 -validity 10000 -alias plain
```

2. Create `keystore.properties` file with following content under `$rootProject` folder.

```
storePassword=
keyPassword=
keyAlias=plain
storeFile=release.jks
```

## Star history

[![Star History Chart](https://api.star-history.com/svg?repos=ismartcoding/plain-app&type=Date)](https://star-history.com/#ismartcoding/plain-app&Date)