https://github.com/scille/parsec-cloud
Open source Dropbox-like file sharing with full client encryption !
https://github.com/scille/parsec-cloud
cloud dropbox file-sharing privacy security sharing-data
Last synced: 22 days ago
JSON representation
Open source Dropbox-like file sharing with full client encryption !
- Host: GitHub
- URL: https://github.com/scille/parsec-cloud
- Owner: Scille
- License: other
- Created: 2016-09-08T08:38:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:34:52.000Z (6 months ago)
- Last Synced: 2024-10-29T09:36:21.226Z (6 months ago)
- Topics: cloud, dropbox, file-sharing, privacy, security, sharing-data
- Language: Rust
- Homepage: https://parsec.cloud
- Size: 75.5 MB
- Stars: 269
- Watchers: 11
- Forks: 40
- Open Issues: 675
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
.. image:: docs/parsec_doc_logo.png
:align: center======
Parsec
======.. image:: https://github.com/Scille/parsec-cloud/actions/workflows/ci.yml/badge.svg
:target: https://github.com/Scille/parsec-cloud/actions/workflows/ci.yml
:alt: Continuous Integration.. image:: https://github.com/Scille/parsec-cloud/actions/workflows/package-server.yml/badge.svg
:target: https://github.com/Scille/parsec-cloud/actions/workflows/package-server.yml
:alt: Latest Server Packaging CI.. image:: https://github.com/Scille/parsec-cloud/actions/workflows/package-client.yml/badge.svg
:target: https://github.com/Scille/parsec-cloud/actions/workflows/package-client.yml
:alt: Latest App Packaging CI.. image:: https://img.shields.io/pypi/v/parsec-cloud.svg
:target: https://pypi.python.org/pypi/parsec-cloud
:alt: Pypi Status.. image:: https://readthedocs.org/projects/parsec-cloud/badge/?version=latest
:target: http://parsec-cloud.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://img.shields.io/badge/code%20style-ruff-D7FF64
:target: https://github.com/charliermarsh/ruff
:alt: Code style: ruffHomepage: https://parsec.cloud
Documentation: https://parsec-cloud.readthedocs.org.
Parsec allows you to easily share your work and data in the cloud in total
privacy thanks to end-to-end cryptographic security... image:: docs/parsec_snapshot.png
:align: centerKey features:
- Works as a virtual drive on you computer. You can access and modify all the data
stored in Parsec with your regular software just like you would on your local
hard-drive.
- Never lose any data. Synchronization with the remote server never destroy any
data, hence you can browse data history and recover from any point in time.
- Client-side cryptographic security. Data and metadata are only visible by you
and the ones you choose to share with.
- Cryptographic signature. Each modification is signed by it author making trivial
to identify modifications.
- Cloud provider agnostic. Server provides connectors for S3 and swift object storage.
- Simplified enrollment. New user enrollment is simple as sharing a link and a token code.Installation methods
====================Windows installer
-----------------
Windows installers are available at https://github.com/Scille/parsec-cloud/releases/latestLinux Snap
----------
Available for Linux through Snapcraft at https://snapcraft.io/parsecSelf-hosted
-----------If you want to self-host a Parsec server, take a look at `Hosting a Parsec server `_