https://github.com/clynamic/e1547
A sophisticated e621 browser
https://github.com/clynamic/e1547
dart e621 flutter mobile-app
Last synced: about 2 months ago
JSON representation
A sophisticated e621 browser
- Host: GitHub
- URL: https://github.com/clynamic/e1547
- Owner: clynamic
- License: gpl-3.0
- Created: 2020-03-05T18:17:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-05-17T22:08:26.000Z (2 months ago)
- Last Synced: 2026-05-17T23:39:28.776Z (2 months ago)
- Topics: dart, e621, flutter, mobile-app
- Language: Dart
- Homepage: https://e1547.clynamic.net/
- Size: 64.2 MB
- Stars: 316
- Watchers: 11
- Forks: 33
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
e1547
A sophisticated e621 browser
## Features
- Crossplatform (Android, iOS)
- Browse posts and pools
- Edit posts
- Comment on posts
- Download Images
- Favorite, Up and down vote posts
- Follow tags with notifications
- Local blacklist
- DText parsing
- Video support
- Multiple logins
- Multiple App Themes
## Screenshots
## Download
APK and IPA files can be found over at
the [releases](https://github.com/clynamic/e1547/releases/latest).
You can also find the app on the Google PlayStore:
### Certificate Fingerprints
To verify the authenticity of downloaded APK files, you can check the signing certificate fingerprints:
- **SHA1:** `8B:4B:8C:D7:FF:D6:04:DB:36:69:1B:D2:1A:BD:0E:54:0A:95:C8:28`
- **SHA256:** `8D:32:4E:43:4B:97:5A:A3:38:A7:A9:C7:F3:07:7E:1F:C0:DB:F1:30:3E:C5:D9:B9:63:4F:E8:3E:9D:DB:63:80`
via a tool like [AppVerifier](https://github.com/soupslurpr/AppVerifier).
## Installation
### Installing on Android
- Install through the [Google PlayStore](https://play.google.com/store/apps/details?id=net.e1547)
or
1. Download the [latest APK](https://github.com/clynamic/e1547/releases/latest)
2. Open it on your Android device with a file manager
3. Click install
#### Which APK should I download?
- New phone (2019+) -> `e1547-arm64.apk`
- Old phone -> `e1547-armv7.apk`
- Doesn't work? -> `e1547-universal.apk`
### Installing on iOS
The app is not available in the AppStore.
- Follow the instructions on [Sideloadly](https://sideloadly.io/)
or
- Jailbreak your device and install the [IPA](https://github.com/clragon/clynamic/releases/latest) directly
## Compilation
You can compile the app from source:
1. Install [Flutter](https://flutter.dev/docs/get-started/install)
2. Clone this github repository
3. Run `flutter build ` where `` is either `apk` or `ipa`
## Status
Is the app currently under development?
The project is currently under limited support. I no longer have as much time to develop this project as I used to.
If you would like to help out, drop by in [#167](https://github.com/clynamic/e1547/issues/167) or shoot us a message!
## Community
Places to talk about this thing.
Discord:
[](https://discord.gg/MRwKGqfmUz)
Forum thread:
[](https://e926.net/forum_topics/25854)
Github issues:
[](https://github.com/clynamic/e1547/issues)
## Credit
[
](https://github.com/clragon)
I am [clragon](https://github.com/clragon)! I wrote (most of) the code for this app.
This is a passion project. If you enjoy using it, I am glad you do!
#### Additional thanks to
- [Miyoyo](https://github.com/miyoyo) for performance optimisations.
- [Perlatus](https://github.com/perlatus) for writing the original code base.