{"id":13801809,"url":"https://github.com/bewcloud/bewcloud-desktop","last_synced_at":"2025-04-12T03:32:08.755Z","repository":{"id":232243615,"uuid":"783827700","full_name":"bewcloud/bewcloud-desktop","owner":"bewcloud","description":"Desktop Sync client for bewCloud built with Rust using Tauri. 😎 ♾️","archived":false,"fork":false,"pushed_at":"2024-05-07T16:02:16.000Z","size":327,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T23:35:46.307Z","etag":null,"topics":["bewcloud","file-sync","nextcloud","open-source","owncloud","preact","rclone","rsync","sync","tailwindcss","tauri","typescript","vite","webdav"],"latest_commit_sha":null,"homepage":"https://bewcloud.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bewcloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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":["BrunoBernardino"],"custom":["https://paypal.me/brunobernardino","https://gist.github.com/BrunoBernardino/ff5b54c13dd96ac7f9fee6fbfd825b09"]}},"created_at":"2024-04-08T16:45:35.000Z","updated_at":"2025-03-21T15:03:45.000Z","dependencies_parsed_at":"2024-05-07T17:26:51.905Z","dependency_job_id":"1780d461-4788-420c-ac7a-ec99631bb82b","html_url":"https://github.com/bewcloud/bewcloud-desktop","commit_stats":null,"previous_names":["bewcloud/bewcloud-desktop"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bewcloud%2Fbewcloud-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bewcloud%2Fbewcloud-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bewcloud%2Fbewcloud-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bewcloud%2Fbewcloud-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bewcloud","download_url":"https://codeload.github.com/bewcloud/bewcloud-desktop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248512853,"owners_count":21116690,"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":["bewcloud","file-sync","nextcloud","open-source","owncloud","preact","rclone","rsync","sync","tailwindcss","tauri","typescript","vite","webdav"],"created_at":"2024-08-04T00:01:27.760Z","updated_at":"2025-04-12T03:32:08.347Z","avatar_url":"https://github.com/bewcloud.png","language":"TypeScript","funding_links":["https://github.com/sponsors/BrunoBernardino","https://paypal.me/brunobernardino","https://gist.github.com/BrunoBernardino/ff5b54c13dd96ac7f9fee6fbfd825b09"],"categories":["Applications"],"sub_categories":["Utilities"],"readme":"# bewCloud Desktop Sync\n\n[![](https://github.com/bewcloud/bewcloud-desktop/workflows/Run%20Tests/badge.svg)](https://github.com/bewcloud/bewcloud-desktop/actions?workflow=Run+Tests)\n\nThis is the Desktop Sync client for [bewCloud](https://github.com/bewcloud/bewcloud). It is built with [`Tauri`](https://tauri.app) and relies on [`rclone`](https://rclone.org), which relies on [`rsync`](https://rsync.samba.org).\n\nUsernames, passwords, and sync is all handled by `rclone`. The connection to a bewCloud instance happens via HTTP and a remote via WebDav is created in `rclone`.\n\nThe app runs `rclone bisync` every five minutes, or when it's forced to do so.\n\nIf you're looking for the mobile app, it's at [`bewcloud-mobile`](https://github.com/bewcloud/bewcloud-mobile).\n\n## Install\n\nYou need to have [`rclone`](https://rclone.org) installed in your computer, as the app makes a shell call to that command. If you already have configured remotes they won't show up (unless you manually edit the `\u003cAppDataDir\u003e/config.json`), but bewCloud will not affect them (new ones will be created and also shown by the app).\n\n\u003e [!NOTE]\n\u003e If you use a password to encrypt the `rclone` config file, [you need to have set `RCLONE_CONFIG_PASS` for your user, \"globally\"](https://rclone.org/docs/#other-environment-variables).\n\nThen, download the appropriate binary [from the releases page](https://github.com/bewcloud/bewcloud-desktop/releases) for your OS and run it!\n\nAlternatively, you can [build from source](#build-from-source)!\n\n## Development\n\nYou need to have [Tauri's dependencies](https://tauri.app/v1/guides/getting-started/prerequisites#installing) installed.\n\nAlso, run `rustup component add rustfmt` so `make format` can also format the `rust` code.\n\n```sh\n$ make install # installs module dependendies\n$ make start # runs the app\n$ make format # formats the code\n$ make test # runs tests\n```\n\n## Build from source\n\nDon't forget to check the [development](#development) section above first!\n\n\u003e [!NOTE]\n\u003e If you're releasing a new version, update it in `src-tauri/tauri.conf.json`, `src-tauri/Cargo.toml`, and `package.json` first.\n\n```sh\n$ make build # builds the app binaries!\n```\n\n## TODOs:\n\n- [ ] Build binaries for Arch and RPM too (https://github.com/0-don/clippy/blob/master/.github/workflows/release.yml)\n- [ ] Create release with signed builds on tag push\n- [ ] Actually check and delete local directory's remote directories when they're removed\n- [ ] Actually delete local directory when a remote is removed (code is commented)\n- [ ] Implement directory watching (kind of complicated right now as `notify` or `hotwatch` get their watchers destroyed after Tauri's setup)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbewcloud%2Fbewcloud-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbewcloud%2Fbewcloud-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbewcloud%2Fbewcloud-desktop/lists"}