https://github.com/RedTTGMoss/moss-desktop
reMarkable open source desktop app build with python, pygameextra and extism
https://github.com/RedTTGMoss/moss-desktop
Last synced: about 1 month ago
JSON representation
reMarkable open source desktop app build with python, pygameextra and extism
- Host: GitHub
- URL: https://github.com/RedTTGMoss/moss-desktop
- Owner: RedTTGMoss
- License: gpl-3.0
- Created: 2024-10-15T04:25:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T11:40:24.000Z (about 2 months ago)
- Last Synced: 2025-03-23T12:24:51.453Z (about 2 months ago)
- Language: Python
- Homepage: https://moss.redttg.com
- Size: 14.7 MB
- Stars: 52
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reMarkable - Moss - An app for working with your documents in the reMarkable/rmFakeCloud cloud (Cloud Tools / Launchers)
README
# Moss desktop app
An app for working with your documents in the reMarkable cloud
[](https://extism.org)
[](https://www.gnu.org/licenses/gpl-3.0)


[](https://wakatime.com/badge/github/RedTTGMoss/moss-desktop)### [Docs](https://redttg.gitbook.io/moss/)
This project is entirely open source.
If you encounter any issues, you can use the GitHub issues to let the contributors know!An open-source app for working with your documents in the reMarkable cloud
## Installation & Portable mode
You'll find builds under releases. The executable contains the app and an installer.
## Usage notes
Using this app to access your reMarkable cloud
may cause reMarkable to take action on your account.
So use this app at your own discretion!The app supports the api completely!
For information on how you can use moss check out the [docs](https://redttg.gitbook.io/moss/)
## Extensions
Moss uses [extism](https://extism.org/) to support user extensions.
There are several examples available:
[.Net](https://github.com/RedTTGMoss/Moss.NET.SDK)
[Dark mode with Rust](https://github.com/RedTTGMoss/extension_dark_mode)
[Rust Sdk Tester](https://github.com/RedTTGMoss/rust_sdk_tester)
[Moonbit](https://github.com/furesoft/moos-sdk-tester)
A brief instruction how to write your own extensions in the language of your choice can be found at
the [docs](https://redttg.gitbook.io/moss/extensions/getting-started).Here are some planned extensions We will create!
- Replace PDF function (the origin of this whole project)
- PDF Templates Store (with update support) **PLANNED NATIVE SUPPORT**
- nyaa.si ebook/pdf download
- Image(s) to PDF import
- Add Image to PDF function (from suggestion)
- Content Store (A hub of verified extensions and notebooks)
- Archiving (Automatically move documents to collection based on certain conditions like a tag or date)
- Aggregated rss news feed
- Wikipedia crawler## Contribution
This section describes the steps for contributors on how to prepare their work environment
**Moss is tested with python 3.9 (but this is no longer a must)**
*If you want to use your own cloud set it first in the config or in the gui*
1. Fork this repository and clone it with submodules like `git clone --recursive `
2. Run the moss.py file
3. Set up your cloud connection
4. Wait for the initial sync
5. Please note that if you are developing changes to the cache system, all cached files are stored in sync folder
6. Make changes and test a new feature
The look and feel of this feature has to be paper-like
7. Make your pull request.- Use the config.json or settings, you can set `debug` *+ more* to `true` in there!
A few things will be checked
- Different screen resolution support
- API compatibility
- etc.