Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marchellodev/sharik
Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot
https://github.com/marchellodev/sharik
android app cross-platform file-sharing flutter linux macos windows
Last synced: 21 days ago
JSON representation
Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot
- Host: GitHub
- URL: https://github.com/marchellodev/sharik
- Owner: marchellodev
- License: mit
- Created: 2020-02-18T19:01:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T09:53:13.000Z (3 months ago)
- Last Synced: 2024-10-01T21:02:21.434Z (about 1 month ago)
- Topics: android, app, cross-platform, file-sharing, flutter, linux, macos, windows
- Language: Dart
- Homepage:
- Size: 6.83 MB
- Stars: 1,158
- Watchers: 23
- Forks: 104
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ![App logo](media/banner.png)
[![License badge](https://img.shields.io/github/license/marchellodev/sharik)](https://github.com/marchellodev/sharik/blob/master/LICENSE)
[![Version badge](https://img.shields.io/github/v/release/marchellodev/sharik)](https://github.com/marchellodev/sharik/releases)
[![sharik-app](https://snapcraft.io/sharik-app/badge.svg)](https://snapcraft.io/sharik-app)
[![f-droid](https://img.shields.io/f-droid/v/dev.marchello.sharik)](https://f-droid.org/en/packages/dev.marchello.sharik)
[![Downloads badge](https://img.shields.io/github/downloads/marchellodev/sharik/total)](https://github.com/marchellodev/sharik/releases)
[![Download sharik](https://img.shields.io/sourceforge/dt/sharik.svg)](https://sourceforge.net/projects/sharik/files/latest/download)![Android](https://img.shields.io/badge/OS-Android-informational?logo=Android)
![iOS](https://img.shields.io/badge/OS-IOS-informational?logo=apple)
![Linux](https://img.shields.io/badge/OS-Linux-informational?logo=linux)
![Mac](https://img.shields.io/badge/OS-Mac-informational?logo=apple)
![Windows](https://img.shields.io/badge/OS-Windows-informational?logo=windows)# Share files across devices with Sharik!
The app works with a Wi-Fi connection or a Wi-Fi Hotspot. No internet connection is needed.
It is available for Android, iOS, Windows, Mac, and Linux.## Contributing
Sharik is so unique, thanks to our outstanding contributors! Everyone is welcome to contribute to the project. Please read our [CONTRIBUTING.md](CONTRIBUTING.md) file to learn more about how to contribute.## Primary features
- Cross-platform
- You send any files to any device. The only requirement is the same network (for now, wink wink)
- Does not require Sharik installed on the recipient device
- Does not require an internet connection
- Simple minimalistic UI
- It is translated into many languages## Platforms
- Android
- Windows
- Linux
- iOS
- macOS[![Download sharik](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/sharik/files/v3.1/)
Thanks to [Trebleshot Developers](https://github.com/trebleshot) for hosting the app in the Play Store! (The Play Store version has a different package name since my account got permanently banned)
OR direct download:
- [For all architectures](https://github.com/marchellodev/sharik/releases/download/v3.1/sharik_v3.1_android.apk)
- [arm64-v8a](https://github.com/marchellodev/sharik/releases/download/v3.1/sharik_v3.1_android_arm64_v8a.apk)
- [armeabi-v7a](https://github.com/marchellodev/sharik/releases/download/v3.1/sharik_v3.1_android_armeabi_v7a.apk)
- [x86_64](https://github.com/marchellodev/sharik/releases/download/v3.1/sharik_v3.1_android_x86_64.apk)The Windows application is not signed; you may get a 'suspicious application' alert or something like that. Sorry for that.
- [Installation file (recommended)](https://github.com/marchellodev/sharik/releases/download/v3.1/sharik_v3.1_windows.msi)
- [zip (portable)](https://github.com/marchellodev/sharik/releases/download/v3.1/sharik_v3.1_windows.zip)You can also get Sharik via [Scoop](https://scoop.sh/):
```shell
scoop bucket add extras
scoop install sharik
```### Linux
You can get Sharik for Linux from the Snap Store:
```sudo snap install sharik-app```
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/sharik-app)
// soon flatpak
Or from a PPA:
```shell
curl -sS https://ppa.mark.vin/key.gpg | sudo apt-key add -
echo "deb https://ppa.mark.vin/sharik stable main" | sudo tee /etc/apt/sources.list.d/sharik.list
sudo apt-get update && sudo apt-get install sharik
```OR direct download:
- [AppImage (recommended)](https://github.com/marchellodev/sharik/releases/download/v3.1/sharik_v3.1_linux.AppImage)
- [DEB (for Debian-based systems)](https://github.com/marchellodev/sharik/releases/download/v3.1/sharik_v3.1_linux.deb)
- [zip](https://github.com/marchellodev/sharik/releases/download/v3.1/sharik_v3.1_linux.zip)### MacOS
// soon### iOS
## License
MIT