{"id":28396388,"url":"https://github.com/arcanechat/android","last_synced_at":"2026-06-16T00:01:21.326Z","repository":{"id":40250653,"uuid":"179698621","full_name":"ArcaneChat/android","owner":"ArcaneChat","description":"ArcaneChat for Android: ⚡ Fast encrypted chats for the family","archived":false,"fork":false,"pushed_at":"2026-06-09T22:54:13.000Z","size":225509,"stargazers_count":367,"open_issues_count":36,"forks_count":23,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-06-10T00:13:21.382Z","etag":null,"topics":["chat","decentralization","deltachat","email","encryption"],"latest_commit_sha":null,"homepage":"https://arcanechat.me","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"deltachat/deltachat-android","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ArcaneChat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG-upstream.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"ko_fi":"adbenitez","liberapay":"adbenitez","custom":"https://arcanechat.me/#contribute"}},"created_at":"2019-04-05T14:35:35.000Z","updated_at":"2026-06-08T12:03:07.000Z","dependencies_parsed_at":"2025-04-11T17:32:27.073Z","dependency_job_id":"5b827b3f-7b25-45e2-a33f-2e7912485582","html_url":"https://github.com/ArcaneChat/android","commit_stats":null,"previous_names":["deltalab-org/deltalab-android","arcanechat/android"],"tags_count":192,"template":false,"template_full_name":null,"purl":"pkg:github/ArcaneChat/android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcaneChat%2Fandroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcaneChat%2Fandroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcaneChat%2Fandroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcaneChat%2Fandroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArcaneChat","download_url":"https://codeload.github.com/ArcaneChat/android/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcaneChat%2Fandroid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34385031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chat","decentralization","deltachat","email","encryption"],"created_at":"2025-05-31T21:38:20.782Z","updated_at":"2026-06-16T00:01:21.309Z","avatar_url":"https://github.com/ArcaneChat.png","language":"Java","funding_links":["https://ko-fi.com/adbenitez","https://liberapay.com/adbenitez","https://arcanechat.me/#contribute"],"categories":[],"sub_categories":[],"readme":"## ArcaneChat Android Client\n\nA [Delta Chat](https://delta.chat/) client for Android. Learn more at: https://arcanechat.me\n\n[\u003cimg src=\"store/get-it-on-gplay.png\" alt=\"Get it on Google Play\" height=\"48\"\u003e](https://play.google.com/store/apps/details?id=com.github.arcanechat)\n[\u003cimg src=\"store/get-it-on-fdroid.png\" alt=\"Get it on F-Droid\" height=\"48\"\u003e](https://f-droid.org/packages/chat.delta.lite)\n[\u003cimg src=\"store/get-it-on-github.png\" alt=\"Get it on GitHub\" height=\"48\"\u003e](https://github.com/ArcaneChat/android/releases/latest/download/ArcaneChat-gplay.apk)\n\n\n\u003cimg alt=\"Screenshot\" src=\"fastlane/metadata/android/en-US/images/phoneScreenshots/1.png\" width=\"298\" /\u003e \u003cimg alt=\"Screenshot\" src=\"fastlane/metadata/android/en-US/images/phoneScreenshots/2.png\" width=\"298\" /\u003e\n\n# WebXDC\n\nThis app has some extended support for WebXDC apps:\n\n- `window.webxdc.arcanechat` a string with the ArcaneChat version and can be used by app developers\n  to detect when they can use the ArcaneChat-specific features.\n- `sendToChat()`: extra property `subject` can be set to a text string to set message/email's subject.\n- `sendToChat()`: extra property `html` can be set to a string of html markup to set the HTML part of the email/message.\n- `sendToChat()`: the file object parameter also accepts a `type` field that can be one of:\n  * `\"sticker\"`\n  * `\"image\"`\n  * `\"audio\"`\n  * `\"video\"`\n  * `\"file\"` (default if `type` field is not present)\n- Inside apps, clicking external links is supported, ex. to open in browser, so you can include links to your website or donation pages.\n- `manifest.toml` field: `orientation`, if you set it to `\"landscape\"` your app will be launched in landscape mode.\n\n# Credits\n\nThis app is based on the [official Delta Chat client](https://github.com/deltachat/deltachat-android) with several improvements.\n\nThis app uses a [modified](https://github.com/ArcaneChat/core) version of the [Chatmail Core Library](https://github.com/chatmail/core).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcanechat%2Fandroid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcanechat%2Fandroid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcanechat%2Fandroid/lists"}