Skip to content

Xed-Editor/Xed-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,283 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xed-Editor

Xed-Editor Icon

Xed-Editor is a versatile and extensible text editor for Android, featuring syntax highlighting, LSP-powered code intelligence, a built-in terminal, extensions, and fast project-wide tools for efficient editing.

Android CI Download count


Documentation

To learn more about Xed-Editor‘s features and usage, visit the official documentation: https://xed-editor.github.io/Xed-Docs/

Discord Telegram


Download

  • Latest Alpha Build: Download from Actions
  • Latest Stable Build: Download from Releases

Get it on F-Droid Get it on IzzyOnDroid Get it on GitHub


Screenshots


Building the Project

  1. Build the Debug APK (signed with the included testkey):
    ./gradlew assembleDebug
    The compiled APK will be located at app/build/outputs/apk/debug/app-debug.apk.

Option 2: Building with Docker

If you do not have the Android SDK or JDK 21 installed locally, you can compile the project in a container using Docker. This command builds the APK and exports it directly to your host machine:

DOCKER_BUILDKIT=1 docker build --target export-stage --output ./out .

The output debug APK will be generated at out/debug/app-debug.apk.


Contributing

We welcome contributions! Please read the /docs/CONTRIBUTING.md file to learn how you can get involved.


Translations

Help translate Xed-Editor! Visit Weblate to get started:

Translation Status

Contributors