{"id":18729005,"url":"https://github.com/etesync/etesync-notes","last_synced_at":"2025-09-08T18:32:46.904Z","repository":{"id":44469509,"uuid":"299319925","full_name":"etesync/etesync-notes","owner":"etesync","description":"An EteSync backed note taking app","archived":false,"fork":false,"pushed_at":"2024-04-21T19:07:48.000Z","size":2261,"stargazers_count":99,"open_issues_count":75,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-08T18:32:04.704Z","etag":null,"topics":["encryption","end-to-end-encryption","etebase","etesync","react","react-native","typescript"],"latest_commit_sha":null,"homepage":"https://www.etesync.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/etesync.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSES/GPL-3.0-only","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"etesync","custom":"https://www.etesync.com/contribute/#donate"}},"created_at":"2020-09-28T13:37:16.000Z","updated_at":"2025-08-29T07:02:27.000Z","dependencies_parsed_at":"2024-11-07T14:25:38.942Z","dependency_job_id":"4eafb128-fbf5-48a4-a436-85c23da9830d","html_url":"https://github.com/etesync/etesync-notes","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/etesync/etesync-notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etesync%2Fetesync-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etesync%2Fetesync-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etesync%2Fetesync-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etesync%2Fetesync-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etesync","download_url":"https://codeload.github.com/etesync/etesync-notes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etesync%2Fetesync-notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274229373,"owners_count":25245188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["encryption","end-to-end-encryption","etebase","etesync","react","react-native","typescript"],"created_at":"2024-11-07T14:25:18.762Z","updated_at":"2025-09-08T18:32:46.846Z","avatar_url":"https://github.com/etesync.png","language":"TypeScript","funding_links":["https://github.com/sponsors/etesync","https://www.etesync.com/contribute/#donate"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"120\" src=\"assets/icon.png\" /\u003e\n  \u003ch1 align=\"center\"\u003eEteSync - Encrypt Everything\u003c/h1\u003e\n\u003c/p\u003e\n\nSecure, end-to-end encrypted, and privacy-respecting notes application.\n\n[\u003cimg src=\"https://fdroid.gitlab.io/artwork/badge/get-it-on.png\"\n     alt=\"Get it on F-Droid\"\n     height=\"80\"\u003e](https://f-droid.org/packages/com.etesync.notes/)\n[\u003cimg src=\"https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png\"\n     alt=\"Get it on Google Play\"\n     height=\"80\"\u003e](https://play.google.com/store/apps/details?id=com.etesync.notes)\n[\u003cimg src=\"https://www.etesync.com/static/img/app-store-badge.c31e7b1c6a83.png\"\n     alt=\"Download on the App Store\"\n     height=\"80\"\u003e](https://apps.apple.com/us/app/etesync-notes/id1533806351)\n\n![GitHub tag](https://img.shields.io/github/tag/etesync/etesync-notes.svg)\n[![Chat with us](https://img.shields.io/badge/chat-IRC%20|%20Matrix%20|%20Web-blue.svg)](https://www.etebase.com/community-chat/)\n\n# Overview\n\nPlease see the [EteSync website](https://www.etesync.com) for more information.\n\nEteSync is licensed under the [GPLv3 License](LICENSE).\n\nThe App is a react native app that uses the react-native-web library to run in the browser.\n\n# Usage\n\nA live instance is available on https://notes.etesync.com/\n\n# Support Developing the App\n\nFind more information about setting up the development environments here https://reactnative.dev/docs/environment-setup.\n\n## Prerequisites\n\nBefore you can build the App from source, you need to make sure you have `yarn` and `node` installed.\n\n- Clone this repository `git clone https://github.com/mrichtsfeld/etesync-notes.git`\n- Enter the newly created folder `cd etesync-notes`\n- Run `yarn` and wait until all of the deps are installed\n\n## Run the Web App\n\n- Install expo `npm install -g expo-cli`\n- Run `yarn web`\n\n## Run the iOS App (OS X only)\n\nMake sure XCode and developer tools are installed.\n\n- Install cocoapods `brew install cocoapods`\n- Enter the root directory of the project and then the iOS directory `cd ios`\n- Run `pod install` and wait for it to complete\n- exit the iOS directory `cd ..`\n- Run `yarn start` in one shell\n- And run `yarn ios` in another shell (this will start the simulator)\n\n## Run the Android App\n\n- Install all tools for your environment https://reactnative.dev/docs/environment-setup\n- Start your virtual device by opening Android studio and in the bottom right corner click \"Configure\" and select \"AVD Manager\"\n- If no device for the required build environment is available, create a new one\n- Run `yarn start` in one shell\n- And run `yarn android` in another shell (this will connect the emulator) - the first build may take some time\n- If you run into this issue `Task :app:validateSigningDebug FAILED` download the [debug.keystore](https://raw.githubusercontent.com/facebook/react-native/master/template/android/app/debug.keystore) and copy it into your `android/app` folder\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetesync%2Fetesync-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetesync%2Fetesync-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetesync%2Fetesync-notes/lists"}