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: 11 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-08T08:10:27.000Z (11 months ago)
- Last Synced: 2025-07-08T08:43:25.855Z (11 months ago)
- Topics: bittorrent, decentralized-applications, file-sharing-application, peer-to-peer
- Language: Rust
- Homepage: https://ouisync.net
- Size: 10.2 MB
- Stars: 65
- Watchers: 9
- Forks: 10
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.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.