mark-reader

MarkReader

CI License: GPL v3

A lightweight, offline markdown and code file reader for Android with syntax highlighting and a built-in editor.

Features

Viewing

Editing

App

Screenshots

Home Screen Markdown Viewer Code Viewer Editor Dark Theme Settings

Download

F-Droid

F-Droid submission is currently in progress. Once approved, MarkReader will be available on F-Droid at com.markreader.

GitHub Releases

Download the latest APK from the Releases page.

Requirements

Permissions

MarkReader requires no special permissions. Files are opened through Android’s standard content URI system β€” no storage permission needed.

Building from Source

Prerequisites

Build Steps

  1. Clone the repository:
    git clone https://github.com/usamaiqb/mark-reader.git
    cd mark-reader
    
  2. Open in Android Studio or build from command line:
    ./gradlew assembleRelease
    
  3. The APK will be in app/build/outputs/apk/release/

Signed Builds

To build a signed release APK, create a keystore.properties file in the project root:

storeFile=path/to/your.keystore
storePassword=your_store_password
keyAlias=your_key_alias
keyPassword=your_key_password

Privacy

MarkReader:

For full details, see the Privacy Policy.

Contributing

Contributions are welcome! Please open an issue or pull request on GitHub.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Support

Acknowledgments

Built with:

Changelog

See CHANGELOG.md for version history and changes.


Made with ❀️ for the open source community