https://github.com/equalitie/ouisync
A secure peer-to-peer file synchronization app.
https://github.com/equalitie/ouisync
bittorrent decentralized-applications file-sharing-application peer-to-peer
Last synced: 22 days ago
JSON representation
A secure peer-to-peer file synchronization app.
- Host: GitHub
- URL: https://github.com/equalitie/ouisync
- Owner: equalitie
- License: mpl-2.0
- Created: 2020-09-17T10:44:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T09:38:03.000Z (about 1 month ago)
- Last Synced: 2025-04-23T10:25:44.385Z (about 1 month ago)
- Topics: bittorrent, decentralized-applications, file-sharing-application, peer-to-peer
- Language: Rust
- Homepage: https://ouisync.net
- Size: 9.83 MB
- Stars: 59
- Watchers: 10
- Forks: 9
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ouisync
[](https://github.com/equalitie/ouisync/actions/workflows/ci.yml)
[](https://deps.rs/repo/github/equalitie/ouisync)This repository contains the Ouisync library and the Ouisync Command Line Interface (CLI) app. The
GUI app is hosted in a [separate repository](https://github.com/equalitie/ouisync-app),## What is Ouisync?
[Ouisync](https://ouisync.net) is a secure peer-to-peer file syncing app. It's free, open source and
available for all major desktop and mobile platforms.## Library and bindings
The Ouisync library is written in rust and is located in the [`lib/`](lib) folder. There are also
bindings available for the following languages:- [Dart](bindings/dart/)
- [Kotlin](bindings/kotlin)
- [Swift](bindings/swift) (work in progress)## The Command Line App
The CLI is located in the [`cli/`](cli) folder.
## Testing help acknowlegement
This project is tested with BrowserStack.