Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/equalitie/ouisync
An in-development peer-to-peer file synchronization app.
https://github.com/equalitie/ouisync
Last synced: 11 days ago
JSON representation
An in-development 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T14:46:40.000Z (7 months ago)
- Last Synced: 2024-04-14T04:23:54.146Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 7.85 MB
- Stars: 28
- Watchers: 10
- Forks: 6
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ouisync
[![CI](https://github.com/equalitie/ouisync/actions/workflows/ci.yml/badge.svg)](https://github.com/equalitie/ouisync/actions/workflows/ci.yml)
[![dependency status](https://deps.rs/repo/github/equalitie/ouisync/status.svg)](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.