{"id":19554627,"url":"https://github.com/m4tx/offs","last_synced_at":"2026-05-15T15:34:39.575Z","repository":{"id":69578609,"uuid":"190824607","full_name":"m4tx/offs","owner":"m4tx","description":"Distributed file system with offline work support","archived":false,"fork":false,"pushed_at":"2021-09-09T15:54:14.000Z","size":229,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T07:34:16.513Z","etag":null,"topics":["filesystem","fuse","linux"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/m4tx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2019-06-07T23:43:53.000Z","updated_at":"2025-01-25T06:52:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc49b2f8-8bd7-4967-8c5a-106f4a563c49","html_url":"https://github.com/m4tx/offs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/m4tx/offs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Foffs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Foffs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Foffs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Foffs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m4tx","download_url":"https://codeload.github.com/m4tx/offs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Foffs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33071291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["filesystem","fuse","linux"],"created_at":"2024-11-11T04:28:22.649Z","updated_at":"2026-05-15T15:34:39.557Z","avatar_url":"https://github.com/m4tx.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# offs [![Build Status](https://travis-ci.com/m4tx/offs.svg?token=7xjUrAWoxmsK6Jr6MJpx\u0026branch=master)](https://travis-ci.com/m4tx/offs)\n\n*offs* (OFfline FileSystem) is a distributed file system with offline work support.\n\n## Features\n\n* **Distributed**: allows any number of clients to be simultaneously connected\n  to the same server.\n* **File system**: the data is visible as a filesystem, allowing easy access via\n  existing system tools.\n* **Cached**: the files that were opened at least once can be accessed again\n  without internet connection, be worked on, and the changes are synchronized\n  once the network access is regained.\n* **Content-addressable**: repeating file chunks are compressed away, so there\n  is no need to re-download the same big file.\n\n## Dependencies\n\n* D-Bus\n* FUSE 2.x\n* SQLite\n\n## Build dependencies\n\n* [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)\n  (Rust stable, beta, or nightly)\n* D-Bus development libraries\n* SQLite development libraries\n* [capnp tool](https://capnproto.org/capnp-tool.html)\n\n## Building\n\nAfter installing Cargo, execute:\n\n```bash\ncargo build --release\n```\n\nThe binaries can be found inside `target/release` directory.\n\n## Usage\n\n### Server\n\n```bash\noffs-server [-s store.db] [LISTEN ADDRESS]\n```\n\n`-s` option may be included to specify the file store database path. The port\nthat the server is listening at may be specified as the `ADDRESS` parameter\n(default: `0.0.0.0:10031`)\n\n### Client\n\n```bash\noffs-client [-c cache.db] \u003cADDRESS\u003e \u003cMOUNTPOINT\u003e\n```\n\nThe client requires the server address and a path to mount the filesystem in.\n\n### Clientctl\n\n```bash\noffs-clientctl [-m mountpoint] offline-mode \u003con/off\u003e\n```\n\nThe client can be controlled during operation via `clientctl`. Use the\n`-m` option to specify the client to control in case you have multiple instances\nrunning at once.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4tx%2Foffs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm4tx%2Foffs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4tx%2Foffs/lists"}