{"id":20903667,"url":"https://github.com/beaver-notes/beaver-pocket","last_synced_at":"2025-10-18T09:01:28.094Z","repository":{"id":192558438,"uuid":"686974487","full_name":"Beaver-Notes/Beaver-pocket","owner":"Beaver-Notes","description":"All the amazing features of Beaver Notes packed into the perfect note-taking app for you on the go.","archived":false,"fork":false,"pushed_at":"2025-04-28T09:12:58.000Z","size":122169,"stargazers_count":61,"open_issues_count":4,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-28T10:30:10.730Z","etag":null,"topics":["android","app","capacitor","ionic","ios","mobile","note-taking","react"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Beaver-Notes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-04T10:45:52.000Z","updated_at":"2025-04-21T23:43:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f6c555e-d14f-4477-b080-bd2f1754e97e","html_url":"https://github.com/Beaver-Notes/Beaver-pocket","commit_stats":null,"previous_names":["daniele-rolli/beaver-notes-pocket","daniele-rolli/beaver-pocket","beaver-notes/beaver-pocket"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beaver-Notes%2FBeaver-pocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beaver-Notes%2FBeaver-pocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beaver-Notes%2FBeaver-pocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beaver-Notes%2FBeaver-pocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Beaver-Notes","download_url":"https://codeload.github.com/Beaver-Notes/Beaver-pocket/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253877265,"owners_count":21977632,"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","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":["android","app","capacitor","ionic","ios","mobile","note-taking","react"],"created_at":"2024-11-18T13:14:27.302Z","updated_at":"2025-10-18T09:01:28.073Z","avatar_url":"https://github.com/Beaver-Notes.png","language":"TypeScript","readme":"\u003ch1 align=\"center\"\u003eBeaver Pocket\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/Beaver-Notes/beaver-website/main/src/assets/logo.png\" alt=\"Beaver Logo\" width=\"100\"\u003e\n\n\u003cp\u003e\u003cb\u003eBuild your knowledge one log at a time\u003c/b\u003e\u003c/p\u003e\n\u003cp\u003eDeveloped with love ❤️ in 🇪🇺\u003c/p\u003e\n\n[Website](https://beavernotes.com) | [Blog](https://blog.beavernotes.com) | [Docs](https://docs.beavernotes.com) | [Downloads](https://beavernotes.com/#/Download) | [Mastodon](https://mastodon.social/@Beavernotes) | [Reddit](https://www.reddit.com/r/BeaverNotes/) | [Bluesky](https://bsky.app/profile/beavernotes.com)\n\n\u003c/div\u003e\n\nBeaver Pocket is a privacy-focused note-taking app built for Android and iOS. **Your notes** are securely stored **on your device**, ensuring complete privacy and **control over your data**.\n\n![Beaver Pocket demo](https://github.com/user-attachments/assets/0acaffb5-cbf1-4c13-ad97-9ab4eaae7a12)\n\n\u003e [!IMPORTANT]  \n\u003e Beaver Pocket is still in the release candidate stage. While bugs are far less common than in alpha or beta versions, it's still good practice to back up your data and report any issues. Thank you!  \n\n## 🎯 Goals  \n\n- **Privacy-Respecting:** All your data is stored on your device.  \n- **User-Friendly:** A simple and intuitive interface makes note-taking a delightful experience.  \n- **Tags:** Organize notes by using tags to group related content.  \n- **Note Linking:** Create a web of interconnected ideas and notes.  \n- **Locked Notes:** Keep your thoughts and ideas private, ensuring only you can access them.  \n- **Sync Your Notes:** Sync your notes across devices using the sync provider you trust most.  \n- **Community-Driven:** Made for the community, by the community.  \n- **Discover more on** [**our website**](https://beavernotes.com/#/Pocket).  \n\n## 💻 Looking for a desktop version?  \n\nBeaver Pocket isn’t just for mobile; it also has a desktop version called [**Beaver Notes**](https://beavernotes.com)!  \n\n## Setting up your machine to run Beaver Notes Pocket  \n\n### Prerequisites:  \n\n- Node.js 18 or higher  \n- Yarn  \n- Visual Studio Code (VSCode) with the Ionic plugin  \n- Xcode (for iOS development) and/or Android Studio (for Android development)  \n\n### Installation Steps:  \n\n#### Clone the Repository:  \nStart by cloning the Beaver Notes Pocket repository to your local machine. You can do this using Git by running the following command in your terminal:  \n```\ngit clone https://github.com/your-repo-url.git\n```\n#### Install Dependencies:  \nNavigate to the cloned repository directory using your terminal and install the project's dependencies using Yarn. Run the following commands:  \n```\ncd beaver-notes-pocket\nyarn install\n```\n#### Open in VSCode:  \nOpen the project folder in Visual Studio Code (VSCode). Ensure you have the Ionic plugin installed to work with Ionic projects effectively.  \n\n#### iOS and Android Setup (Optional):  \nIf you intend to develop for both iOS and Android, make sure you have Xcode (for iOS) and/or Android Studio (for Android) installed. Set up the necessary emulators or connect physical devices for testing.  \n\n#### Run the App:  \nTo run Beaver Notes Pocket on your local development server, use the following command:  \n```\nionic serve\n```\nThis will launch the app in your default web browser for development.  \n\n#### Platform-Specific Builds (Optional):  \nIf you want to build the app for iOS or Android specifically, you can use Ionic's commands for that purpose. For example, to build an iOS app, run:  \n```\nionic build ios\n```\nAnd for Android:  \n```\nionic build android\n```\nThese commands will generate platform-specific build files in the respective platform directories.  ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeaver-notes%2Fbeaver-pocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeaver-notes%2Fbeaver-pocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeaver-notes%2Fbeaver-pocket/lists"}