mark-reader

MarkReader

CI F-Droid Platform Jetpack Compose License: GPL v3

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

Features

Viewing

Editing

App

Screenshots

Home Screen Markdown Viewer Table of Contents Code Viewer Settings Dark Theme

Download

F-Droid

Get it on F-Droid

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/

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.

Third-party font notices are listed in licenses/THIRD_PARTY_LICENSES.md.

Support

Acknowledgments

Built with:

Changelog

See CHANGELOG.md for version history and changes.


Made with ❀️ for the open source community