Glitchy Android app for Mastodon
  • Java 99.8%
  • AIDL 0.1%
Find a file
2026-09-14 23:55:08 +02:00
.github/workflows Add Crowdin actions 2026-06-22 22:13:46 +03:00
fastlane Add CW when answering fix to descriptions. 2026-09-14 23:55:08 +02:00
gradle/wrapper Raise targetSdk to 37 2026-07-16 13:23:34 +03:00
img Add readme and license and bump version 2022-04-13 19:38:41 +03:00
mastodon Keep CW when answering posts. 2026-09-14 23:53:57 +02:00
tools Update locales 2024-02-12 21:40:28 +03:00
.gitignore Exclude plans from git tracking. 2026-09-08 22:23:15 +02:00
aleph-app-icon-intro.svg Improve README layout and logo. 2026-09-09 00:36:52 +02:00
aleph-app-icon.svg New README with app logo. 2026-09-09 00:31:25 +02:00
build.gradle Remove unused Google secrets Gradle plugin. 2026-09-09 22:20:21 +02:00
CLAUDE.md Add convention for aleph colors in CLAUDE.md. 2026-09-11 09:13:15 +02:00
crowdin.yml preserve_hierarchy: true is also required, it turns out 2026-06-22 22:23:03 +03:00
Gemfile Add Fastlane 2024-03-01 08:09:15 +03:00
Gemfile.lock Update CI Ruby to 3.3.0 and add Gemfile.lock 2024-04-12 18:31:43 +03:00
gradle.properties Fix store screenshots generator 2026-02-09 21:15:36 +03:00
gradlew Initial 2022-01-14 15:02:10 +03:00
gradlew.bat Initial 2022-01-14 15:02:10 +03:00
LICENSE Add readme and license and bump version 2022-04-13 19:38:41 +03:00
README.md Add CW when answering fix to descriptions. 2026-09-14 23:55:08 +02:00
settings.gradle Basic status rendering 2022-01-17 13:27:34 +03:00
updateChangelog.sh Bump version and make changelogs easier 2025-08-18 15:53:05 +03:00

Aleph

Aleph

Aleph is a fork of the official Mastodon Android app that adds a few features the official app is missing.

Introduction

Aleph tracks the upstream app and adds:

  • UnifiedPush support, so push notifications work without Google Play Services.
  • Post content type selection (plain text, Markdown, HTML) in the compose screen, with a per-account default, when the server advertises support for it (glitch-soc).
  • A bookmark button in the post actions, with boost, favorite and bookmark each taking their own color when active.
  • Delete and redraft in the post menu, deleting a post and reopening its text, content warning, media, poll and quote in the compose screen, ready to be posted again.
  • The content warning of a post is carried over when replying to it, whoever wrote it, like the web app does.

Everything else behaves like the official app.

Get the APK from the Releases section, or build it yourself. An F-Droid release is coming soon.

⚠️ Some Aleph features are written with the help of generative AI (under human review).

Building

As this app is using Java 17 features, you need JDK 17 or newer to build it. Other than that, everything is pretty standard. You can either import the project into Android Studio and build it from there, or run the following command in the project directory:

./gradlew assembleRelease

Contributing

Issues and pull requests about Aleph features are welcome here. Anything that belongs to the official app should go upstream instead.

Translations are still handled upstream through Crowdin. Aleph-only strings live in values/aleph_strings.xml; do not modify the upstream strings.xml files.

License

This project is released under the GPL-3 License.

The Mastodon name and logo are trademarks. Aleph is an unofficial fork with its own name and icon, and is not affiliated with, endorsed by, or connected to the Mastodon non-profit organisation.