https://github.com/eetagent/send
macOS GUI and share extension for π¦ Send
https://github.com/eetagent/send
app appkit application cocoa ffsend file-sharing file-upload files firefox firefox-send macos native-apps objective-c osx rust send share-extension sharing upload
Last synced: 4 months ago
JSON representation
macOS GUI and share extension for π¦ Send
- Host: GitHub
- URL: https://github.com/eetagent/send
- Owner: EETagent
- License: mit
- Created: 2022-08-27T18:12:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-18T19:50:27.000Z (about 1 year ago)
- Last Synced: 2025-06-19T08:11:40.564Z (about 1 year ago)
- Topics: app, appkit, application, cocoa, ffsend, file-sharing, file-upload, files, firefox, firefox-send, macos, native-apps, objective-c, osx, rust, send, share-extension, sharing, upload
- Language: C
- Homepage:
- Size: 4.15 MB
- Stars: 26
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Send!
macOS GUI and share extension for π¦ Send
Version: 1.12.2
Download now Β»
Report issues

## π Information
Send is a native macOS client for Firefox Send services directly based on a fast and secure Rust library with first class support for uploading folders and large files.
## π Dependencies
- `Maintained, sponsored by Thunderbird, Send instance` https://send.vis.ee by [@timvisee](https://github.com/timvisee)
- `Alternative maintained Send instance` upload.nolog.cz by [nolog](https://witter.cz/@nolog), you can change to your own instance in the settings.
- `FFsend API library` [ffsend-api](https://github.com/timvisee/ffsend-api) by [@timvisee](https://github.com/timvisee)
- `ZIP library` [ZipArchive](https://github.com/ZipArchive/ZipArchive) by [@ZipArchive team](https://github.com/ZipArchive)
## π Multilingual
- Czech π¨πΏ
- English π¬π§πΊπΈ
## βοΈ Settings
### Available Instance Configurations
| Setting | send.vis.ee (default) | upload.nolog.cz|
|---------|-------------|----------------------------|
| **Send URL** | https://send.vis.ee | https://upload.nolog.cz/ |
| **Max Download Limit** | 10 | 500 |
| **Max Download Duration** | 4320 minutes (3 days) | 10080 minutes (7 days) |
| **Max File Size** | 2500 MB (2.5 GB) | 5000 MB (5 GB) |
> **Note:** These configurations may be out of date. Please check the respective instance websites for the most current limits and settings.
## πΌοΈ Gallery










## π₯ Video
https://user-images.githubusercontent.com/20557318/188600242-e33f74f3-62b9-4f1d-8f7f-ae53968cda18.mp4
## π Requirments
- Xcode 12
- Rust 1.56.1 with both x64 and arm64 targets
## π οΈ How to build
- ```git clone https://github.com/EETagent/Send.git```
- ```cd Send```
- ```xcodebuild -scheme Send -configuration Release -derivedDataPath build -disableAutomaticPackageResolution CODE_SIGN_IDENTITY=-```