Skip to content

Repository files navigation

Git Writer

A minimalistic, cross-platform note-taking app that uses Git repositories to keep your Markdown notes version-controlled and synchronized across devices. Supports all major platforms (Linux, macOS, Windows, Android, iOS).


Installation

Download binaries from the Releases page.

Warning

  • macOS: app is not signed, to make it work, you may need run this command: xattr -d com.apple.quarantine /Applications/GitWriter.app
  • iOS: The .ipa is unsigned. Sideload it using tools like AltStore, SideStore, or Sideloadly with your free Apple ID.

Desktop screenshot


Support this project with a coffee:

Buy Me a Coffee at ko-fi.com


Using:


Building app

Desktop Distributions

  • Current OS:

    ./gradlew :desktopApp:packageDistributionForCurrentOS
  • Linux (.deb / .rpm):

    ./gradlew :desktopApp:packageDeb
    ./gradlew :desktopApp:packageRpm
  • macOS (.dmg / .pkg):

    ./gradlew :desktopApp:packageDmg
    ./gradlew :desktopApp:packagePkg
  • Windows (.msi / .exe):

    ./gradlew :desktopApp:packageMsi
    ./gradlew :desktopApp:packageExe

Output location: desktopApp/build/compose/binaries/main/

Android Release

  • Release APK:
    ./gradlew :androidApp:assembleRelease
    Output location: androidApp/build/outputs/apk/release/

iOS Release

  • Build in Xcode

Contributing

Contributions are always welcome! If you find a bug or have an idea for an enhancement, feel free to open an Issue.

About

A minimalistic, Git-backed markdown note-taking app for desktop and mobile

Topics

Resources

Stars

34 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages